
* {
	margin: 0px;
	padding: 0px;
}

body {
	line-height: 1.5em;
	font-family: Arial, Verdana, Helvetica; 
	font-size: 80%;
	color: #666;
	background: #183f61 url(imagenes/fondo_body.jpg) no-repeat center top;
}

ul {
	list-style: none;
}

img {
	border: none;
}

#cuerpo ul{
	list-style: none;
	margin: 15px;
}

#cuerpo ul li {
	padding-left: 17px;
	background: url('imagenes/flecha_li.png') no-repeat left center;
	margin-top: 2px;
}

a {
	color: #75a51e;
	text-decoration: none;
}

a:hover {
	/*text-decoration: underline;*/
	/*font-weight: bold;*/
	background: #f5f5f5;	
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

h1 { /*para los titulos de las páginas de contenidos y los títulos de la página principal*/
	margin-bottom: 20px;
	color: #384145;	
	font-size: 170%;
	padding-left: 21px;
	background: url('imagenes/flecha_h1.png') no-repeat 0 2px;
	line-height: 1em;
}

h1 small {
	font-size: 60%;
}

h2 { /*subtítulos de la página principal*/
	color: #0072b3;	
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 20px;
}

hr {
	clear: both;
	border: none;
	border-top: 1px solid #bbb;
	height: 1px;
	margin: 10px 0;
}

p {
	margin-bottom: 10px;
}

div.espacio {
	height: 300px;
}

hr {
	border: 1px dotted #f1f1f1;
}

.imagenes{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #333;
	padding: 2px;
}

.dentro {
	padding: 10px;
}

/*MENU*/

#menu {
	width: 550px;
	margin: 20px 0;
	float: right;
}

#menu ul {
}

#menu li {
	display: block;
	float: left;
	height: 43px;
	padding-left: 20px;
	background: url('imagenes/flecha_menu.png') no-repeat left center;	
}

#menu li.separacion{
	background: url('imagenes/li_separacion.png') no-repeat;
	margin-left: 25px;
}

#menu a {
	display: block;
	padding-top: 12px;
	color: #fff;
}

#menu a:hover {
	color: #1b79a3;
	background: none;
}

/*FIN MENU*/

/*PRESENTACIÓN*/

#presentacion {
	margin: 20px;
	width: 560px;
	float: left;
	border-bottom: 1px dashed #ddd;
	display: inline;
}

#presentacion div {
	float: left;
	margin: 0 20px 20px 10px;
	padding: 5px;
	background: #f9f9f9;
	height: 176px;
	width: 227px;
	text-align: center;
	font-size: 80%;
	font-style: italic;
}

#presentacion img {
	border: 1px solid #eee;
	padding: 3px;
	background: #fff;
}

#presentacion ul {
	margin-left: 270px;
}

/*FIN PRESENTACIÓN*/

/*SERVICIOS*/

#servicios {
	margin: 20px;
	width: 300px;
	float: right;	
	border: 5px solid #f5f5f5;
	background: #fcfcfc;
}

/*FIN SERVICIOS*/

/*BANNER*/

#banner {
	margin: 20px;
	width: 300px;
	float: right;	
}

/*FIN BANNER*/

/*NOTICIAS*/

#noticias {
	/*clear: both;*/
	float: left;
	margin: 20px;
	float: left;
	width: 560px;
}

#noticias p {
	margin: 0px;
}

#noticias p.fecha {
	color: #0072b3;	
	font-size: 90%;
}

#noticias p.titulo {
}

#noticias ul.noticias {
}

#noticias ul.noticias li {
	padding: 7px;
	background: #fbfbfb;
	background-image: none; /*Anula la imagen por defecto de todos los li del cuerpo*/
	margin: 3px;
}

#noticias ul.noticias li:hover {
	background: #eee;
}

#noticias ul.noticias li a {
	color: #333;
	background: none;
}

#noticias ul.noticias li a:hover {
	font-weight: normal;
}

/*FIN NOTICIAS*/

/*PARTNERS*/

#partners {
	clear: both;	
	margin: 0px 10px 0 20px;	
	padding: 20px 0 0 15px;			
	border-top: 1px solid #f1f1f1;	
	border-bottom: 1px solid #f1f1f1;
	height: 200px;	
}

#partners ul.partners {
	margin: 0 0 0 0;
	clear: both;
}

#partners ul.partners li {
	margin: 0 15px 10px 15px;
	float: left;
	height: 51px;
	background-image: none; /*Anula la imagen por defecto de todos los li del cuerpo*/
}

/*FIN PARTNERS*/

/*CONTENIDOS (textos y demás)*/

#contenidos {
	clear: both;
	margin: 20px;
	min-height: 400px;
}

#contenidos h1 {
	font-size: 190%;
	margin-bottom: 15px;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 7px;
	line-height: 1.0em;
}

#contenidos p.fecha {
	font-size: 110%;
	color: #0072b3;
}

#contenidos p.resumen {
	font-weight: bold;
	margin-bottom: 20px;
}

#contenidos p.enlace {
	background: transparent url(imagenes/icono_enlaces.jpg) 5px no-repeat;
	padding: 0 0 0 23px;
	margin: 0 0 20px 0;
	margin-bottom: 10px;
}

#contenidos p.enlace a {
	color: #888
}

#contenidos ul#listado {
	margin: 30px 30px;
}

#contenidos ul#listado li {
	padding: 10px;
	border-bottom: 1px dotted #666;
	background-image: none;
}

#contenidos ul#listado li:hover {
	background: #f9f9f9;	
}

#contenidos ul#listado li.destacar {
	background: #fbfbfb;	
}

#contenidos  ul#listado p.listado_titulo {
	font-weight: bold;
	margin: 0px;
}

#contenidos ul#listado p.listado_datos {
	padding: 0 0 0 15px;
	margin: 0px;
}

/*FIN CONTENIDOS (textos y demás)*/

/*MÁS INFO*/

#masinfo {
	float: right;
	margin: 0 0 20px 20px;		
}

#masinfo img {
	padding: 4px;
	border: 1px solid #ccc;
	background: #f9f9f9;	
}

#masinfo p {
	color: #999;
	padding: 3px 0 0 3px;
}

/*FIN MÁS INFO*/

