/* CSS Document */

*
{
	margin: 0;
	padding: 0;
	border: none;
}

body 
{
	font-family: "Trebuchet MS", Arial;
	background-color: #E0C763;
	background-image: url(../img/bg.jpg);
	line-height: 30px;
	text-align: center;
}

ul
{
	list-style: none;	
}

li 
{
	background: url(../img/li.png) no-repeat left; 
	padding-left: 18px;
}

/* DIV CON SOMBRA */

.sombra 
{
	width: 800px;
	background-image: url(../img/sombra.jpg);	
	margin: 1em auto;
}

.sombra_inicio
{
	width: 780px;
	height: 587px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -293.5px;
	margin-left: -390px;
}

	.sombra_inicio img
	{
		border: #704904 solid 4px;
	}

	.sombra_inicio .texto_inicio
	{
		width: 780px;
		height: 149px;
		position: absolute;
		left: 0;
		bottom: 5px;
		overflow: hidden;
		text-align: left;
		line-height: 1.3em;
	}
	
		.texto_inicio p
		{
			width: 325px;
			float: left;
			color: #704704;
			font-size: 10pt;
			font-weight: bold;
			margin: 1em auto;
		}
		
		.texto_inicio .texto1
		{
			padding-left: 45px;
		}	
		
		.texto_inicio .texto2
		{	
			padding-left: 20px;
		}
		
			.texto_inicio p a
			{
				color: black;
				text-decoration: none;
			}
			
			.texto_inicio p a:hover
			{
				color: #704904;
				text-decoration: underline;
			}
		
/* CONTENEDOR PRINCIPAL */

.contenido 
{
	width: 780px;
	background-image: url(../img/bg_contenido.jpg);
	background-color: #E0C763;
	background-repeat: repeat-x;
	overflow: hidden;
	padding-bottom: 1em;
	margin: 0 auto;
}

/* HEADER MENU */

.header
{
	width: 683px;
	height: 125px;
	clear: both;
	margin: 0 auto;
}

/* FOTO FLASH */

.fotoPrincipal 
{
	width: 683px;
	height: 329px;
	clear: both;
	margin: 0.5em auto 1em auto;
}

/* GALERIA DE FOTOS */

.fotoGaleria 
{
	width: 771px;
	height: 550px;
	clear: both;
	margin: 0 auto;
}

/* BOTONERA SECUNDARIA */

.botoneraSecundaria 
{
	float:left;
	margin: 3em 0 0 4.8em;
	font-size: 10pt;
	text-align: left;
}

	.botoneraSecundaria a 
	{
		color: #704904;
		text-decoration: none;
	}

		.botoneraSecundaria a:hover 
		{
			color: #fefefe;
			text-decoration: none;
		}

/* TEXTO LIBRO */

.texto_libro
{
	width: 430px;
	float: left;
	margin: 0.5em auto;
	line-height: 1.5em;
	font-size: 10pt;
	border-right: #333 dotted 1px;
	text-align: left;
}

	.texto_libro a
	{
		color: #333333;
	}
	
	.texto_libro a:hover
	{
		color: #FFFFFF;
	}

/* TEXTO SECCIONES */

.texto 
{
	width: 470px;
	float: right;
	font-size: 11px;
	line-height: 18px;
	font-size-adjust: 15px;
	border-left: 1px dotted #576C44;
	padding-left: 25px;
	text-align: left;
}

	.texto p 
	{
		width: 85%;
		margin: 1em;
	}
	
	.texto a 
	{
		color: #704904;
		text-decoration: none;
	}

	.texto a:hover 
	{
		border-bottom: 1px solid #704904;
	}

h1 
{
	color: #576C44;
	font-size: 16px;
	font-weight: normal;
	margin: 1em auto;
}

/* ESTILO FORMULARIO */

input, textarea 
{ 
	border:1px solid #817E5C;
	background-color:#E0C763;
	padding: 2px;
} 

input:focus, textarea:focus 
{ 
	background:#FFF799; 
} 

.form_datos
{
	width:210px; 
	float:left;
}

.form_datos form input, .form_datos form textarea
{
	width: 190px;	
	margin: 0.5em auto;
}

/* INFINITO */

#firma_infinito 
{
	width: 780px;
	height: 28px;
	text-align: right;
	clear: both;
	margin: 0 auto;
}

#firma_infinito_inicio
{
	width: 780px;
	height: 28px;
	text-align: right;
	margin: 10px auto;
}

	#firma_infinito_inicio img
	{
		border: none;	
	}