body {
	text-align: center;
	margin: 0px;
	background-color: #666666;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}

#contenedor {
	width: 760px;
	background-color: #FAFAFA;
	background-image: url('images/simbolo_gris_e4.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto;
}

#izquierda{
	width: 180px;
	float: left;
}

#titulo {
	font-size: medium;
	font-weight: bold;
}

#nav {
	float: left;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	border-bottom: 1px solid #ccc;
	}
	
#nav ul li {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	background: #fff;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	
}

#nav ul li ul li {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	}
	
/* Fix IE. Hide from IE Mac \*/


* html #nav ul li {
	float: left;
}
* html #nav ul li a { height: 1%; }
/* End */

#nav ul li a:hover {
	color: #FFCC00;
}


#contenido {
	padding-right: 10px;
	padding-top: 15px;
	float: right;
	text-align: justify;
	clear: both;
	width: 580px;
	padding-left: 10px;	
}
html>body #contenido {
width: 560px
} 
	
.destacado {
	float: left;
	width: 245px;
	margin: 5px 10px 5px 5px;
}

.titulo_destacado {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.titulo_destacado a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.titulo_destacado a:hover{
	text-decoration: underline;
	color:#FFCC00;
}

.foto_destacado {
}

.texto_destacado{
	text-align: justify;
}

#footer {
	width: 760px;
	background-color: #FCC922;
	margin-top: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
	clear: both;
	font-size: 10px;
}
.texto_destacado li {
	list-style-image: url('images/arrow_right.gif');
	list-style-position: inside;
	padding-left: 15px;
}
.texto_destacado ul {
	margin: 0px;

}
.texto_destacado p {
	margin: 0px;
	padding: 0px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
.foto_derecha {
	float: right;
	margin: 5px;
}
.foto_izquierda {
	margin: 5px;
	float: left;
}
.texto_destacado a {
	text-decoration: underline;
	color: #777;
}
.texto_destacado a:hover {
	color: #FFCC00;
}
#enlace {
	clear: both;
}
.normal {
	text-indent: 10pt;
	text-align: left;
}

