

/* =Estructura
   --------------------------------------------------------*/

#cuerpo #modulo-1{
	
	background-image:url(/images/foto_quieres_saber_como_depuramos.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:175px 0 0 0;
}

#cuerpo #modulo-1 h2{
	font-size:2em;
	color:#333333;
}



#cuerpo #modulo-1 .bloque-2 .tipo-2Col-LC{
	margin:0 0 0 0;
	width:746px;
}

#cuerpo #modulo-1 .bloque-2 .tipo-2Col-LC .bloque-1{
	width:474px;
	width:500px;
	float:left;
	margin:0 0 17px 0;
	padding:0 0 0 0;
}



#cuerpo #modulo-1 .bloque-2 .tipo-2Col-LC p.txt_destacado{
	font-size:1.5em;
	color:#485F72;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#cuerpo #modulo-1 .bloque-2 .tipo-2Col-LC p.txt_destacado strong{
	font-size:1.66em;
	color:#008ED2;
	font-weight:bold;
}



#cuerpo #modulo-1 .bloque-2 .tipo-2Col-LC .bloque-2{
	width:220px;
	float:right;	
	margin:30px 0 17px 0;
	padding:0 0 0 0;
}

*html #cuerpo #modulo-1 .bloque-2 .tipo-2Col-LC .bloque-2{	
	margin:45px 0 17px 0;
}


#cuerpo #modulo-1 .bloque-2 .tipo-2Col-LC .bloque-2 h2{
	width:auto;
}


#cuerpo #modulo-1 div.cuadro{
	border:1px solid #008ED2;
	margin:0 0 0 0;
	padding:20px 16px 0 7px;
}

#cuerpo #modulo-1 div.cuadro p.enlace_dcha a{
	text-decoration:none;
	font-size:0.9em;
}

#cuerpo #modulo-1 div.cuadro p.enlace_dcha a:hover{
	text-decoration:underline;
}

#cuerpo #modulo-1 div.cuadro ul{
	margin:0;
	padding:0;
}

#cuerpo #modulo-1 div.cuadro ul li{
	margin-bottom:10px
}

/*Iconos*/

.descarga-pdf,
	.descarga-zip,
	.descarga-jpg,
	.descarga-doc,
	.descarga-visor,
	.descarga-poster{
		padding:19px 0 0 50px;
		margin:0 0 0 0;
		height:35px;	
		width:125px;
		font-size:1.1em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	.descarga-poster{
		padding:19px 0 0 70px;
		margin:0 0 19px 0;
	}
	
	.descarga-poster{
		/*behavior: url(/htc/iepngfix.htc);*/
		background-image:url(/css/bitmaps/ic_memoria_descarga_index.png);
		background-position:0 0;
		background-repeat:no-repeat;
	}
	
	
	.descarga-pdf{
		/*behavior: url(/htc/iepngfix.htc);*/
		background-image:url(/css/bitmaps/ic_pdf_descarga_index.png);
		background-position:0 0;
		background-repeat:no-repeat;
	}
	
	.descarga-zip{
		/*behavior: url(/htc/iepngfix.htc);*/
		background-image:url(/css/bitmaps/ic_zip_descarga_index.png);
		background-position:0 0;
		background-repeat:no-repeat;
	}
	
	.descarga-jpg{
		/*behavior: url(/htc/iepngfix.htc);*/
		background-image:url(/css/bitmaps/ic_jpg_descarga_index.png);
		background-position:0 0;
		background-repeat:no-repeat;
	}
	
	.descarga-doc{
		/*behavior: url(/htc/iepngfix.htc);*/
		background-image:url(/css/bitmaps/ic_doc_descarga_index.png);
		background-position:0 0;
		background-repeat:no-repeat;
	}
	
	.descarga-visor{
		/*behavior: url(/htc/iepngfix.htc);*/
		background-image:url(/css/bitmaps/ic_visor_descarga_index.png);
		background-position:0 0;
		background-repeat:no-repeat;
	}
