/* HOJA DE ESTILOS DE LA PAGINA PRINCIPAL
   Autor: 		Interesa Consultores
   
   
   --------------------------------------------------------*/


/* =Encabezados
   --------------------------------------------------------*/
   
	h2,
	.bloque1 h2{
		font-family:"Trebuchet MS", Tahoma, Arial;
		color:#EF2C45;
		font-size:2.8em;
		margin:0 0 5px 0;
		padding:0 0 0 0;
		border-bottom:0;
		font-style:normal;
		font-weight:normal;
		text-transform:none;
	}
	
	h3 {
		background-color: #F2F2F2;
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		margin-bottom: 15px;
		padding: 5px;
		text-transform: uppercase;
	}
	
	
	h4,
	.bloque1 h4{
		font-family: Arial, Helvetica, sans-serif;
		color:#333333;
		font-size:2.0em;
		margin:0 0 20px 0;
		padding:0 0 0 0;	
		border-bottom:0;
		font-style:normal;
		font-weight:normal;	
	}
	
	h4 a,
	.bloque1 h4 a{
		color:#333333;
	}
	
	.bloque1 p.fecha {
		color: #666;
		font-size: 1.5em;
		font-weight:bold;
		margin: 10px 0 10px 0;
		padding-bottom:5px;
		font-family:"Trebuchet MS", Tahoma, Arial;
		border-bottom: #231B14 1px solid;
	}
	
	p.destacado {
		color: #EF2C45;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.7em;
		font-weight: normal;
		padding-top: 20px;
	}

/* =Cuerpo
   --------------------------------------------------------*/
   
   	#cuerpo {
		height: 1%;
		margin:24px 13px 0 23px;
		padding:0 0 0 0;
	}

/* =Modulos y bloques
   --------------------------------------------------------*/	
	.bloque-2-columnas-LC{
	}
	
	.bloque-2-columnas-LC .bloque1{
		float:left;
		width:556px;
	}
	
	.bloque-2-columnas-LC .bloque1 p{
		margin-right:50px;
		line-height:1.2em;
	}
	
	
	.bloque-2-columnas-LC .bloque2{
		float:right;
		width:350px;
	}
	
	.bloque2 .caja_rd_destacado {
		background-color: #FFF;
		border: 1px solid #CFE3C5;
		margin-top:0;
		margin-bottom: 10px;
	}
	
	.bloque2 .caja_rd_interior {
		background: #9DC936 url(/css/bitmaps/fondo-caja-interior.jpg) repeat-x 0 0;
		color: #FEFEFC;
		margin: 2px;
		padding: 20px 10px 5px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	
	.bloque2 .caja_rd_interior h2,
	.bloque2 .caja_rd_interior p,
	.bloque2 .caja_rd_interior ul {
		margin: 0 10px 3px 10px;
	}
	
	.bloque2 .caja_rd_interior h2 {
		color: #FEFEFC;
		font-size: 2.2em;
		margin-bottom: 10px;
	}
	
	.bloque2 .caja_rd_interior p {
		margin-bottom: 5px;
	}
	
	.bloque2 p.btn_2col {
		color: #85B035;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.7em;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.bloque2 .caja_rd_interior p.btn_2col a {
		color: #85B035;
		display: block;
	}
	
	.bloque-txt,
	.bloque-img {
		display: inline;
		float: left;
		width: 347px;
	}
	
	.bloque-img {
		float: right;
		width: 169px;
	}
	
	
	
	
	span.shadow {
		top: 1px;
		left: 1px;
		color: #000;
	}

	.highContrast {
		position: relative;
		color: #fff;
	}
	.highContrast span {
		position: relative;
	}
	span.shadow {
		position: absolute;
		left: 2px;
		color: #687A3E;
	}
	
	#cuerpo .bloque2 .caja_rd_interior ul {
		list-style:none;
		margin: 0 10px 15px 0;
	}
	
	#cuerpo .bloque2 .caja_rd_interior ul li {
		margin: 0 15px 5px 15px;
	}
	
	
	#cuerpo .bloque1 .caja-logos {
		background: url(/css/bitmaps/fondo-caja-logos.jpg) repeat-x 0 0;
		height: 1%;
		margin-top: 20px;
		padding: 10px 0;
	}
	
	#cuerpo .bloque1 .caja-logos p {
		color: #333;
		display: inline;
		float: left;
		font-size: 1.3em;
		margin-left: 10px;
		width: 60%;
	}
	
	#cuerpo .bloque1 .caja-logos ul {
		display: inline;
		float: right;
		width: 30%;
	}
	
	#cuerpo .bloque1 .caja-logos ul li {
		display: inline;
		float: left;
		margin-right: 10px;
		margin-left: 10px;
	}
	
		.cont_destacado_cuerpo ul{
		
		margin:0 0 10px 0;
	} 
	.cont_destacado_cuerpo ul li{
		font-size:1.16em;
		line-height: 1.2em;
		margin:0;
	} 

