@charset "utf-8";
/* CSS Document */

body {
	background: #0C8EEF url(../img/bg.jpg) no-repeat;
	font-family: tahoma;
	font-size:9pt;
	line-height:14pt;
	font-stretch:-5px;
}

/* estructura general de la pagina */

/* Contenido de la pagina */

#contenido {
	width:770px;
	height: auto;
	background-color: #FFFFFF;
	position: relative;
}

#contenido a {
	color:#000;
	text-decoration:none;
}

#contenido a:hover {
	text-decoration:none;
	background-color: #E8E8E8;
}

.header {
	width:770px;
	height:250px;
	text-align: center;
}

.header #logo
{
	position:absolute;
	z-index: 20;
	top: 4em;
	*left: 20em;
}

#floatbar {
	width:250px;
	height: 100%;
	float:left;
	background-color:#FFF;
	padding-top:10px;
}

/* Estilos del footer*/	

#footer {
	width:770px;
	height: auto;
	background: url(../img/bg_footer.jpg) repeat-x;
	color:#fff;
	clear: both;
}

	#footer .info {
		float:left;
		width:400px;
		text-align: left;
	}
	
	#footer .info p
	{
		clear: both;
		margin: 15px;
	}
	
	#footer .logo
	{
		float: right;
		height: 87px;
		margin: 10px;
	}
	
	#footer .logo_infinito
	{
		clear: both;
		width: 770px;
		height: 51px;
		text-align: right;
	}
	
	#footer .logo_infinito #parche
	{
		clear: both;
	}
	
	#footer .logo_infinito img
	{
		border: none;
		margin: 10px auto;
	}
	
	#footer a {
		text-decoration:none;
		color:#D6E7DF;
	}

/* estilos para el menu */

.menu {
	width:770px;
	height:50px;
	text-align: center;
	background: url(../img/bg_menu.jpg) ;
}

#navi {  
	list-style:none;
	margin:0;
	padding:0;
	}

#navi li {
	margin:2px;
	padding:2px;
	float:left;
	}
	
#navi li a {
	display:block; //Convertimos el vínculo en un bloque.
	width:100px;
	padding:8px 17px 4px 17px;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

#navi li a:hover {
	color: #999;
	border-bottom:1px #999 dashed;
	font-weight:bold;
	
}




.texto_bienvenida {
		width:276px;
	
		float: left;

	}
.img_bienvenida {
		width:224px;
		float: left;
		margin-bottom:10px;

	}

/* texto cont*/

#texto_cont {
	width:500px;
	text-align: justify;
	vertical-align:top;
	float:left;
	padding:10px;
	background-color:#FFF;
}
	
#texto_cont p{
	margin: 10px 30px 10px 30px;
		
}
#texto_cont img{
	margin:0px;
		
}

#texto_cont_full {
	width:750px;
	/* height:440px;	*/
	text-align: left;
	vertical-align:top;
	float:left;
	padding:10px;
	background-color:#FFF;

	}
#texto_cont_full p{
	margin: 10px 20px 10px 20px;

}
#texto_cont_full img{
	padding: 10px 10px 10px 10px;
	margin: 10px; 10px 10px 20px;
	float: right;
	background-color:#F3F3F3; 
	border:1px #CCC solid

}

	/* clases para corregir los altos del float y textocont*/
	
.texto_cont_index {
	height:712px;
	}	
.floatbar_index {
	height:722px;
	}	
.texto_cont_link {
	height:400px;
	}	
.floatbar_link {
	height:410px;
	}	
.texto_cont_libro {
	height:757px;
	}	
	
/*.floatbar_libro {
	height:767px;
	}*/	
	
.texto_cont_contacto {
	height:580px;
	}
.floatbar_contacto {
	height:590px;
	}	
.floatbar_staff {
	height: 1081px !important; /* Firefox, Safari, Opera, etc */
	*height: 1088px !important; /* IE7 */
	*height: 1088px; /* IE6 */
	}	
	/* finaliza */

h1 {
	margin:0px;
	padding: 10px;
	font-size:14px;
	font-weight:bold;
	color:#006699;
	text-align:left;
}
	
h2 {
	font-size:12px;
	color:#006699;
	text-align:left;
	margin-bottom:10px;

	}
li {
	margin-bottom:8px;
	background-image:url(../img/vineta.gif);
	background-position:left;
	background-repeat:no-repeat;
	list-style:none;
	padding-left:18px;
	margin-left:-30px;
}
.img{
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 60px; 
	background-color:#F3F3F3; 
	border:1px #CCC solid

}


.foto {
	float:right;
	margin:0 0 8px 20px;
	width:356px; height:238px;
	text-align:right;
}



/* Contacto */	

.form_item {
	width:150px;
	margin-top:10px;
	margin-bottom:5px;
	text-align:left;
	float:left;
}
	

.campo {
	width:150px;
	border:1px solid #CCC;
	height:20px;
}
	
.consulta {
	width:320px;
	border:1px solid #CCC;
	font-family:Tahoma;
	font-size:8pt;
}



	

/* firma infinito */

#firma_infinito {
	width:770px;
	height:28px;
	background-color: #FF0000;
	padding-top:14px;
	padding-right:20px;
	text-align:right;
	float:left;
}

#firma_infinito a {
	border:0px;
}
