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

/**********************************************************************/

html { /* forces scrollbars */
	height: 100%;
	margin-bottom: 1px;
}
* { /* global settings for every element on the site */
	margin: 0;
	padding: 0;
}
	
body{
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#36322F;
	/*	background: #EAEA15 url(../img/fondo.jpg) no-repeat fixed top center;*/
	background-color: #D1CABA;
	/*background:url(../img/fondo.gif) left top repeat-x;*/
} 

a:link{
	color:#5F5C5B;
	text-decoration:underline;
}
a:hover{
	color:#5F5C5B;
	text-decoration:none;
}

a:visited{
	color:#5F5C5B;
	text-decoration:underline;
}
a:focus{
	border:none;
	margin:0;
	padding:0;
}
a:link img{
	border:none;
}
a:visited img {
	border:none;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding-left: 0px;
	margin-bottom: 1px;
	color:#383431;
}
h2,legend{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight:bold;
	margin-bottom:8px;
	padding-bottom:0px;
	color: #383431;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom:0px;
	margin:15px 0 5px 0;
}

hr{
	border:none;
	border-bottom:#727551 solid 1px;
}

p{
	margin:10px 0px 10px 0px;
}

ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
}

blockquote{
	margin-left:25px;

}

em{
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
}
select, input, textarea{
	background-color:#edede1;
	border:#7e746a solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color:#000000;
	padding:2px;
}
input, textarea{
	margin:10px 0;
	width:200px;
}

.boton{
	width:70px;
}

label{
	width:100px;
}
fieldset{
/*	background-color: #f9f9f3;*/
	border: 1px solid #E0823B;
	border: none;
	
}
legend{
	font-size: 1.1em;
	margin-bottom: 10px;
}

input.chech{
	width:20px;
	margin-top:2px;
}
#formulario{
	width:300px;
	margin:0px;
	float:left;	
	margin:0px 30px 10px 20px;
}

textarea{
	width: 200px;
}

.form_validation_field_error_error_message {
	clear:left;
	color:#CC0000;
	font-weight:bold;
}

/************ LAYOUT ****************/

#cabecera{
	position:relative;
	margin:0px;
	padding:0px;
	z-index: 10;
	height:142px;
/*	border-bottom:1px solid  #566770;*/
} 
#logo img{
	margin:0;
	padding:0;
	height:142px;
	width:229px;
	/*border-right:1px solid #566770;*/
}

#contenedor{ 
	width:880px;
	margin-top:10px;
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
} 
#contenido{
	position:relative;
	width:auto;
	height: auto;
	padding:0px;
	/*border:1px solid #566770;*/
	float:left;
	/*background-image:url(../img/fondo_menu.gif);
	background-repeat:repeat-y;*/
}

#cuerpo{
	margin:0px;
	width:610px;
	float:left;
	padding:8px;
}

#menu{
	float:left;
	margin:0px;
	padding:0px;
	width:230px;
/*	background-color:#333333;
	border-right:1px solid #566770;*/
}

#pie{
	clear: both;
	margin:0px;
	padding-top: 0px;
	text-align: center;
/*	border-top: 1px solid #566770;*/
	color: #566770;
	background-image:url(../img/pie.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:220px;
	height:100px;
	
}

#menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	width:100%;

}
#menu ul li{
	height:30px;
	overflow:hidden;/* para que no joda la anchura al foco */
}
#menu ul li a{
	color:#FFFFFF;
	height:20px;
	text-decoration:none;
	border:none;
	display:block;
}
#menu ul li a.actual{
/*	color:#383431;*/
/*	background-color: #FE9916*/;
/*	color:#394850;*/
	color:#383431 !important;
	font-weight:bold;
}
#menu li a:link, #menu li a:visited {
	color:#FFFFFF;
	padding:8px 0pt 0pt 15px;
}
#menu ul li a:hover{
	color:#383431;
	padding:8px 0pt 0pt 15px;
	background-color:#AAA497;
}


ul#fotos{
	margin-bottom:15px;
}
ul#fotos li{
	float:left;
	padding:10px 10px 0 0;
}

ul#fotos li .thumb{
	border:solid 4px #FFFFFF;
}


