body {
height: 100%;
background-color:#9E7801;
background-image:url(../images/background.jpg);
background-position:left top;
background-repeat:repeat-x;
text-align:center;
margin: 0px auto;
color:#FCDBA8;
font-family: Verdana, Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height:18px;
}
/*------------ ESTRUCTURA ------------------*/
#container
{
min-width:1086px;
width:100%;
margin:0 auto;
text-align:center;
}
#head{
width:1086px;
height:387px;
margin:0 auto; 
background-image:url(../images/head-bg.jpg);
background-position:left top;
background-repeat:no-repeat;
}
#page{
text-align:center;
margin:0 auto;
width:1086px;
}
#content{
text-align:center;
margin:0 auto; 
background-image:url(../images/contenidos-bg.png);
background-repeat:repeat-y;
background-position:top center;
width:1086px;
margin-top:-8px;
padding-top:15px;
/*padding-left:150px;*/
}
#nav
{
width:1086px;
margin:0 auto;
height:73px;
/*position:relative;*/
margin-top:-65px;
padding-left:9px;
text-align:center;
}
#banner {
padding-left:9px;
width:1086px;
height:39px;
margin-bottom:20px;
}
#left_col
{
float:left;
margin-left:179px;
margin-top:100px;
width:191px;
height:608px;
background-image:url(../images/menu-bg.jpg);
background-repeat:no-repeat;
background-position:top left;
text-align:center;
}
#rigth_col
{
	float:left;
	margin-left:20px;
	margin-top:100px;
	width:535px;
	text-align:justify;
	padding-top:10px;
}
#rigth_col a{
color:#FCDBA8;
}
#footer
{
background-image:url(../images/footer.png);
background-repeat: no-repeat;
background-position:center top;
height:227px;
}
#footer a{
text-decoration:none;
color:#FCDBA8;
}
#derechos
{
margin-top:35px;
color:#FFFFFF;
}
/*------------- TEXTOS ----------------------*/
.home-titulo{
font-size:25px;
color:#FFDA69;
font-family: Georgia, "Times New Roman", Times, serif;

}
.home-titulo-blanco{
font-size:25px;
color:#FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;

}
.subtitulo{
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subtitulo-blanco{
font-size:18px;
color:#FFFFFF;
}

#left_col_internas p{
padding-left:30px;
}
#left_col_internas hr{
margin-left:30px;
border:1px solid;
border-color:#CCCCCC;
}
#rigth_col strong{
	color:#E6B314;
	text-align: left;
	font-size: 12px;
}
/*------------- FORM ----------------------*/
#form{
width: 450px; 
margin: 0px auto;
padding-left:20px;
}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 
.button {
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #F4F4F4;
 color: #0977CD;
 padding:3px;
}
.input{
height:16px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}
.select{
height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}
.oculto			{ display:none;}

/*------------ MENU VERTICAL ------------------*/
#navcontainer { 
width: 165px;
text-align:left;
margin:0 auto;
}
#menutitulo{
padding-top:10px;
text-align:center;
color:#200400;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:6px;
}
#menutitulo hr{
border:solid;
border-color:#000000;
border-width:1px;
}
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
}
#navcontainer a
{
display: block;
padding-left:3px;
padding-bottom:3px;
width: 168px;
line-height:20px;
/*background-color: #036;
border-bottom: 1px solid #eee;*/
}
#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}
#navcontainer a:hover
{
background-color:#381902;
color:#E5B113;
}
.puntito {
font-size: 18px;
font-weight: bold;
}
.seccion{
display: block;
padding: 3px;
width: 165px;
background-color:#E6B314;
color:#200400;
line-height:20px;
}
