/* CSS Document */
BODY { 
font : small Verdana, Geneva, Arial, Helvetica, sans-serif; 
color : #000000; 
text-align: center; 
} 

#contenedor{ 
text-align: left; 
width: 1020px; 
background-color : #ffffff; 
margin : auto;
}

#contenidos{
text-align:left;
width:800px;
background-color:#FFFFFF;
margin:0px 0px 0px 0px;
float:left;
}

#banners{
text-align:left;
width:190px;
background-color:#FFFFFF;
margin:0px 15px 0px 0px;
float:right;
}

#cabecera{ 
width: 800px;
height:110px;
} 

#navegador{
height : 29px; 
width: 800px;  
background : #F08400; 
 
} 

#cuerpo{ 
width:500px; 
padding: 8px 8px 8px 0px; 
background-color : #ffffff; 
float:left; 
} 

#cuerpoinicio{ 
width:800px; 
padding: 8px 8px 8px 0px; 
background-color : #ffffff; 
float:left; 
} 

#textosec{
width: 475px; 
padding: 8px 0px 8px 8px; 
background-color: #ffffff; 
border-style: solid; 
border-color: #ffffff; 
border-width: 1px; 
}

#textopric{
width: 275px;
padding: 8px 8px 8px 0px;
background-color:#FFFFFF;
border-style: solid;
border-color:#FFFFFF;
border-width:thin;
float:right;
}

H1{ 
font-size: large; 
font-weight: 700; 
text-align: center; 
} 

H2{
font-size: small; 
font-weight: 700; 
text-align: center;
} 

p{
font-size: small; 
font-weight: 500;
text-align: justify; 
}



#menuh {
	font: Arial;
	font-size:large; 
	font-weight: 500; 
	}
 
#menuh ul, li {
	list-style-type: none;
}
 
#menuh ul {
	margin: 0;
	padding: 0;
}
 
#menuh li {
		float: left;
}
 
#menuh a {
	text-decoration: none;
	color: #ffffff;
	background: #F08400;
	display: block;
	padding: 0px 15px;
	text-align: center;
	}
 
#menuh a#primero {
		border-left: 1px solid #ACCFE8;
}
 
#menuh a:hover {
		font-size:large; 
		font-weight: 500; 
		color : #312320
}
	
#menuv {
	font: Arial;
	font-size:xx-large;
	font-weight: 500; 
}
#menuv ul, li {
	list-style-type: none;
}

#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv a {
	text-decoration: none;
	color: #000000;
}

#menuv a:hover {
	font-size:xx-large;
	font-weight: 500; 
	color : #f08400
}

#menuv a:active {
	font-size:xx-large;
	font-weight: 500; 
	color : #0000ff
}

