select {
	margin: 2px 2px 2px 2px;
	background-color: #f8f8f7;
	border: 1px solid #E7D8BC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #7E7C63;
	padding: 0px 2px;
}
body {
	font-family: Verdana Arial Helvetica sans-serif;
	font-size: 100%;
	background-color: White;
	background-image: url(img/fondo_home.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}

#contenedor {
text-align: center;
width: 779px;
background-image: url(img/fondo_home.gif);
background-repeat: repeat-y;
padding: 0px 0px 0px 0px;
margin: auto;
/*border: solid;
border-width: 1px;*/
}

#contenedor2 {
text-align: center;
width: 779px;
background-image: url(img/fondo_home.gif);
background-repeat: repeat-y;
padding: 21px 0px 0px 0px;
margin: auto;
/*border: solid;
border-width: 1px;*/
}

#cabezal {
width: 781px;
height: 83px;
padding: 0px 0px 0px 0px;
background-image: url(img/top_home.jpg);
background-repeat: no-repeat;
margin-top: 21px;
/*border: solid;
border-width: 1px;*/
}

#cabezal_izq{ 
    width: 200px;
	 padding-left: 1px;
	 padding-top: 23px; 
    float:left; 
	 text-align: left;
} 

#cabezal_der{ 
    width: 200px; 
	 padding-right: 1px;
	 padding-top: 15px; 
    float:right; 
	 text-align: right;
}
#cabezal_der2{ 
    width: 200px; 
	 padding-right: 17px;
	 padding-top: 22px; 
    float:right; 
	 text-align: right;
}  

#menu{ 
    width: 781px; 
	 height: 19px;
    /*float:right; */
	 background-image: url(img/franja.gif);
	 background-repeat: no-repeat;
	 text-align: center;
	 padding-top: 3px;
	 /*border: solid;
border-width: 1px;*/
} 

#centro {
width: 781px;
height: 333px;
padding: 0px 0px 0px 0px;
/*margin-left: 19px;
background-image: url(img/fondo_centro.gif);
background-repeat: repeat-x;
text-align: left;
/*border: solid;
border-width: 1px;*/
}

#flashcontent{ 
    width: 339px; 
    float:left; 
} 

#centro_der{ 
    width: 442px; 
    float:right; 
} 





#pie {
/*width: 781px;*/
height: 53px;
background-image: url(img/pie.gif);
background-repeat: no-repeat;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	padding-left: 5px;
}

#pie_izq{
height: 53px;
padding: 2px 0px 0px 0px;
float: left; 
text-align: right;
} 

#pie_der{ 
   padding-top: 6px;
   float: right; 
	text-align: right;
} 



/*
	Menu Vertical
*/
#menuv {
	border: 1px solid #a40005;
	border-width: 1px 1px 0 2px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
}

#menuv ul, li {
	list-style-type: none;
}

#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv li {
	border-bottom: 1px solid #a40005;
}

#menuv a {
	text-decoration: none;
	color: #a40005;
	background: #FCFFEC;
	display: block;
	padding: 1px 4px 1px;
}

#menuv a:hover {
	background: #e6ddb6;
}


