body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	/*background: #0A5171 url(../imagenes/fondo.jpg) repeat-x;*/
	background: #DEF5FC;
	margin: 0px;
	padding: 0px;
}

#contenedor {
	width: 790px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-left: solid 2px #0B4F72;
	/*border-right: solid 5px #0B5071;*/
	background: #0A5171 url(../imagenes/fondo.jpg) repeat-x;
}

#banner {
	width: 790px;
	height: 185px;
	background: url(../imagenes/banner.jpg) no-repeat;
	float: left;
}

#contenido {
	width: 580px;
	float: left;
	background: #F6F5F6 url(../imagenes/logo_fondo.gif) no-repeat bottom left;
}

#menu {
	float: left;
	width: 80px;
	margin: 0px;
	padding: 0px;	
}

#menu ul {
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

#menu ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li a:link, #menu ul li a:visited {
	background: url(../imagenes/bt_normal.jpg) no-repeat;
	width: 139px;
	height: 18px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 1px 0px 1px 6px;
	margin: 2px 0px 2px 0px;
}

#menu ul li a:hover {
	background: url(../imagenes/bt_hover.jpg);
}



#txt {
	width: 500px;
	padding: 20px;
	float: right;
	background: url(../imagenes/borde_cont.gif) no-repeat right top;
	margin: 0px;
}



#fecha {
	width: 210px;
	float: right;
}

#fecha img {
	clear: both;
	float: right;
	display: block;
}

#destaque {
	width: 170px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	float: left;
	}

#destaque h2 {
	background:url(../imagenes/tit_destacamos.gif) no-repeat center;
	height: 12px;
	display: block;
	}

#destaque h2 span {
	display: none;
	}

#destaque p {
	background:url(../imagenes/destacamos.gif) no-repeat center;
	width: 154px;
	height: 75px;
	margin: 10px 0px;
	padding: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	}
	
#destaque img {
	float: left;
	margin: 0px 8px 45px 0px;
	border: none;
	}
#destaque a:link, #destaque a:visited {
	color: #fff;
	}
#destaque a:hover {
	color:#FF9900;
}
	

#footer {
	clear: both;
	background: url(../imagenes/footer.gif) no-repeat;
	height: 18px;
	width: 790px;
}


/**********************************************************************************
GENERALES
**********************************************************************************/

#txt p, #txt table, #txt ol, #txt ul {
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
}

.tabla th {
	background: #EB6501;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	}
	
.tabla td {
	border: solid 1px #EB6501;
	}

.tabla td, .tabla th {
	padding: 2px 3px 2px 3px;
	}

.just {
	text-align: justify;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
	}

#txt h1 {
	font-size: 17px;
	line-height: 19px;
	margin: 0px 0px 15px 0px;
	color: #BE8212;
}



#txt h2, #txt h3, #txt h4 {
	margin: 15px 0px 6px 0px;
}

#txt h2 {
	font-size: 15px;
	line-height: 17px;
	color: #BE8212;
}

#txt h2 a:link, #txt h2 a:visited {
	color: #BE8212;
	margin: 15px 0px 10px 0px !important;
}

#txt h3 {
	font-size: 13px;
	line-height: 15px;
	color: #696249;
}

#txt h4 {
	font-size: 12px;
	line-height: 14px;
	color: #696249;
}

/************************************************************
VIŅETAS
**********************************************/

#txt ol, #txt ul {
	margin: 0px;
	padding: 0px;
}

#txt ol li {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 7px 25px;
}

#txt ul li {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 25px;
	list-style: none;
	background: url(../imagenes/vineta.gif) no-repeat left 3px; 
}

#txt ul li ul li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 25px;
	list-style: none;
	background: url(../imagenes/vineta2.gif) no-repeat left 3px; 
}

/****************************************************************************************************
BOTONES VOLVER
**************************************************************/

.bt_volver {
	background: url(../imagenes/bt_volver.gif) no-repeat;
	width: 60px;
	height: 9px;
	display: block;
	float: right;
	}

.bt_volver span {
	display: none;
	}
