@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana;
	font-size:12px;
	color:#666666;
	text-align:center;
	background-image:url(../img/fondo.jpg);
	background-repeat:  repeat-x;
}
#contenedor {
	width:700px;
	border:4px solid #666;
	background-color:#FFFFFF;
	margin:10px auto;
	text-align:left;
}
#encabezado {
	text-align:center;
	width:700px;
	height:150px;
	background-image: url(../img/cabezera.jpg);
}
#menu {
	float:left;
	margin:0px 10px auto 0;
	width:424px;
	height:24px;
	padding-left: 138px;
	padding-right: 138px;
	background-color: #0071bc;
}
ul {
list-style-type:none;
margin:0;
padding:0;
}
li {
margin:0;
float:left;
}
li a {
	display:block;
	color:#666666;

width:72px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	text-align: center;
	background-image: url(../img/btn1.jpg);
	background-position: center center;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	width: 80px;
}
li a:hover {
	background-image: url(../img/btn2.jpg);
	background-position: center center;
	color: #FF0000;
}
#contenido {
width:672px;
clear:both;
padding: 14px;
height: 500px;
}
#footer {
	width:700px;
	text-align:center;
	font-size:9px;
	font-style:italic;
	height: 14px;
	vertical-align: bottom;
	background-image: url(../img/bottom.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 86px;
}
#cuerpo1 {
	width:650px;
	height: auto;
	padding-left: 10px;
}
#cuerpo2 {
	float:left;
	width:172px;
	height:166px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	background-image: url(../img/vent200x166.png);
	margin: 10px;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 24px;
}
#contenido  h4 {
color:#D1B300;
text-align:center;
}
