/* HOJA DE ESTILOS DE LA PÁGINA PRINCIPAL
   Autor: 		Interesa Consultores
   
   Indice:		1.1  Contenedor
				1.2  Cuerpo
				1.3  Modulos y bloques
				1.4  Tipologias de pagina
   --------------------------------------------------------*/


/* =Contenedor
   --------------------------------------------------------*/
	
	#contenedor {
		background: url(/css/bitmaps/fondo-contenedor-principal.gif) repeat-y 0 0;
	}
	
	/* contenido */
	#contenido {
		background: url(/css/bitmaps/fondo-contenido-principal.gif) repeat-y 0 0;
		height: 1%;
	}
	

	/* encabezado */
	.encabezado {
		background-color: transparent;
		float: left;
		text-align: left;
		width: 731px;
	}
	
	.encabezado img {
		position: absolute;
		top: 1px;
		right: 80px;
	}
	
	.presentacion {
		width: 220px;
		position: absolute;
		left: 26px;
		top: 15px;
	}
	
	.presentacion h2 {
		color: #FAFFFF;
		font-size: 2.2em;
		margin-bottom: 5px;
	}
	
	.presentacion .entradilla {
		color: #82D8F4;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.4em;
	}
	
	.presentacion ul.columnas2 {
		margin-top: 10px;
	}
	
	.presentacion ul.columnas2 li {
		color: #FAFFFF;
		display: inline;
		float: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
		line-height: 1.3em;
		margin-right: 10px;
		margin-bottom: 10px;
		width: 100px;
	}
	
	.presentacion ul.columnas2 li a {
		color: #FAFFFF;
		text-decoration: none;
	}
	
	.presentacion ul.columnas2 li a:hover {
		text-decoration: underline;
	}
	
	.grupo-mas-informacion {
		float: left;
		width: 249px;
	}
	
	
	/* grupo de bloques */
	.grupo .bloque {
		margin-right: 10px;
		width: 219px;
		display: inline;
	}
	
	.grupo .bloque .sombra {
		margin-bottom: 4px;
		padding-bottom: 6px;
	}
	
	
	/* modulos */
	.principal #modulo-2 * {
		text-align: left;
	}
	
	.principal #modulo-2 {
		min-height: 100px;
		text-align: center;
	}
	
	* html .principal #modulo-2 {
		height: 100px;
	}
	
	.principal #modulo-2 img {
		margin-bottom: 10px;
	}
	/**/
	#cuerpo{
		/*position:relative;
		padding-top:50px;*/
	}
	   	#cuerpo {
		background-color: #FFF;
		height: 1%;
		padding: 0 0 30px 0;
	}
		.caja-ficha {
		padding-top: 0;
		margin-left:26px;
		margin-right:0;
		width:700px;
		}
	#cuerpo .imgBanner{
		/*position:absolute;
		top:0;
		left:0;
		margin:0;*/
		margin:0 0 15px 0;
	}
	/**/
	/* banners */
	.banner-destacado {
		background: none;
		margin-bottom: 0;
		padding: 0 20px;
		width: auto;
	}
	
	.banner-destacado h2 {
		color: #82D8F4;
	}
	
	.banner-destacado p,
	.banner-destacado a,
	#contenedor .txt-destacado {
		color: #D5DADA;
	}
	
	.banner-destacado ul li {
		background: url(/css/bitmaps/icono-flecha-masinfo.jpg) no-repeat 0 1px;
		font-size: 1.2em;
		line-height: 1.3em;
		margin-bottom: 10px;
		padding-left: 22px;
	}
	
	#pie p {
		margin-bottom: 5px;
	}
	
	#pie a {
		color: #004266;
	}
