@charset "UTF-8";
/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* SECCIÓN: ELEMENTOS GENERALES DE LA PÁGINA */

#logoPrint{
	
	display:none;	
	
}

#carruselImgsPrint{

	display:none;	

}



/* SECCIÓN: ESTRUCTURA GLOBAL DE LA PÁGINA */

#headerIndex{

	position:relative;

	width:100%;	
	
	height:175px;
	
	background-image:url(../imgs/index_fondo_sup.jpg);
	
	background-repeat:repeat-y;
}

#carruselImgs{

	width:100%;	
	
	height:382px;
	
	background-image:url(../imgs/index_img_pres.jpg);
	
	background-repeat:no-repeat;
}

#fondoInferior{

	position:relative;

	width:100%;	
	
	height:100px;
	
	background-image:url(../imgs/index_fondo_inf.jpg);
	
	background-position:center center;
	
	background-repeat:no-repeat;
}



/* SECCIÓN:HEADERINDEX */


.logoIndex {

	position:absolute;
	
	width:303px;
	
	height:60px;
	
	left:20px;
	
	top:40px;	
}


.logoIndex{
	
	background-image:url(../imgs/index_logo.png);
	
	background-repeat:no-repeat;
}


.logoIndex a, .posLogoIndex, .logoIndex a span {

	position:absolute;
	
	width:303px;
	
	height:60px;
}


.logoIndex a {
	
	display:block;	
}

.logoIndex a span{

	display:none;
}

.entrada_btn,.entrada_btn:hover {

	position:relative;	

	top:105px;
	
	left:75px;	
	
	width:181px;
	
	height:51px;
}

.entrada_btn{
	background-image:url(../imgs/index_btn.png);
	
	background-repeat:no-repeat;
	
	background-position:center;
}

.entrada_btn:hover{
	background-image:url(../imgs/index_boton_hover.png);
	
	background-repeat:no-repeat;
	
	background-position:center;
}


.entrada_btn a {

	position:relative;	
	
	display:block;
	
	margin:auto;
	
	width:181px;
	
	height:51px;		
}


.datosCabeceraIndex{

	position:absolute;
	
	width: 215px;
	
	right:20px;
	
	top:10px;
}

.sepSuperiorDatosIndex{

	background-image:url(../imgs/menu_top_divider.png);
	
	background-repeat:no-repeat;
	
	background-position:center;
	
	padding-bottom:4px;
	
	height: 20px;
}

.sepInferiorDatosIndex{

	background-image:url(../imgs/menu_bot_divider.png);
	
	background-repeat:no-repeat;
	
	background-position:center;
	
	padding-top:4px;
	
	height: 20px;
}

.txtMenuDestacado, .txtMenuDestacado a {

	text-align:center;	

	font-size:18px;
	
	color:#0099FF;
	
	margin:0px;
	
	padding:0px;
	
	text-decoration:none;
}

.txtMenuDestacado a:hover {

	color:#b1dff0;
}

.separataSupIndex{

	position:relative;
	
	margin:auto;
	
	top:100px;
}


.separataSupIndex{
	width:513px;
	
	height:6px;
	
	background-image:url(../imgs/index_separador_sup.png);
	
	background-repeat:no-repeat;
	
	background-position:center;	
}


/* SECCIÓN:CUERPO */


.separataInfIndex{

	position:relative;
	
	margin:auto;
	
	top:50px;
}

.separataInfIndex{
	width:513px;
	
	height:6px;
	
	background-image:url(../imgs/index_separador_inf.png);
	
	background-repeat:no-repeat;
	
	background-position:center bottom;	
}

.IndexPresTxt{

	position:relative;
	
	text-align:center;
	
	top:10px;

	width:90%;
	
	margin:auto;
	
	font-size:13px;
	
	color:#000000;
	
	line-height:1.3 em;
}


	








