body {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	background-color: #5E5959;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
}

#mainSheet {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

#header img {
	border: 0px;
	background-color: #383636;
	margin-right: 5px;
}

.smooth {
	letter-spacing: 1px;
	color: #dddddd;
	font-style: oblique;
}

#footer {
	color: #ffffff;
	text-align: center;
	padding: 15px;
	margin-top: 10px;
	background-color: #383636;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	font-style: italic;
	border: 1px #ECCA2B solid;
}

#logoBar {
        height: 120px;
        background-image: url(images/top-frame.png);
        background-repeat: no-repeat;
}

#logoCell {
	width: 710px;
	float: left;
}

#infoCell {
	padding-top: 5px;
	width: 200px;
	float: right;
	text-align: right;
}

#menuBar {
	border-top: 1px #ECCA2B solid;
	border-bottom: 1px solid;
	height: 30px;
	background-color: #383636;
	color: #ECCA2B;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menuBar a {
	color: #ECCA2B;
	text-decoration: none;
}

.nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.nav li {
	float: left;
	margin-left: 20px;
	line-height: 30px;
}

#contentBody {
	display: table;
	background-image: url(images/fondo_xubec.jpg);
	background-repeat: repeat-y;
	background-color: #5E5959;
	min-height: 500px;
	border: 1px #383636 solid;
}

#bodyStructure {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#bodyStructure li {
	float: left;
}

#rightMenu {
	width: 310px;
	padding: 5px;
}

#content {
	color: #ffffff;
	width: 578px;
	min-height: 450px;
	padding: 5px;
}

.noticia{
	border: 1px #383636 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(images/boxtop.jpg);
	background-repeat: repeat-x;
	background-color: #5E5959;
}

.noticia a {
	color: #ECCA2B;
}

.titulo_noticia {
	font-size: 18px;
	font-weight: bold;
	color: #ECCA2B;
	font-style: italic;
	border-bottom: 1px solid;	
}

.cuerpo_noticia {
	padding-top: 10px;
}

.menu {
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	background-color: #383636;
	line-height: 1.5;
	padding: 5px;
	font-size: 14px;
	color: #fcfcfc;
}

.menu hr {
	width: 90%;
}

.float-right{
	float: right;
	margin: 2px; 
}

#login_box {
	width: 300px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border: 1px #ffffff solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px; 
	margin-top: 200px;
}

#login_box ul {
	list-style: none;
}

#login_box label {
	display: block;
	width: 100px;
	text-align: right;
	float: left;
	margin-right: 3px;
}

#formulario ul {
	list-style: none;
}

#formulario label {
        display: block;
        width: 100px;
        text-align: right;
        float: left;
        margin-right: 3px;
	color: #ffffff;
}

.inputs {
	border: 0px;
	width: 100px;
}

.title {
	color: #ECCA2B;
}
