#contenedorcentral { text-align:center; }
#contenedor {
	margin: 5px auto;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	width: 750px;
	height: 100%;
	min-height: 100%;
	text-align: justify;
	left: 27px;
	top: 10px;


	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}
#cabecera { border-bottom: thin solid #CC3300; 
	width:750px;
	height:100px;
	overflow: hidden;
}
#logotipo {
	width: 250px;
	position: absolute;
	left: 340px;
	top: -3px;
}
#img001 {
	width: 125px;
	position: absolute;
	left: 206px;
	top: 4px;
	border: 1px solid #000000;
}
#img002 {
	width: 125px;
	position: absolute;
	left: 468px;
	top: 0px;
	border: 1px solid #000000;
}
#img003 {
	width: 150px;
	position: absolute;
	left: 598px;
	top: 0px;
	border: 1px solid #000000;
}
#fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009999;
	position: absolute;
	top: 114px;
	height: 20px;
	width: 370px;
	left: 16px;

}
#contacto {
	width: 370px;
	height: 18px;
	position: absolute;
	left: 380px;
	top: 114px;
}
#contenedormenu {
	position: absolute;
	width:130px;
	height:400px;
	top: 134px;
	left: 39px;

}
.menu {
	position: absolute;
	left: -40px;
	width: 146px;
	height: 279px;
}
.menu ul {
    list-style-type: none;
    position: absolute;
}
.menu li { margin-bottom: 3px; }
.menu a { margin: 0 2px;
	width: 120px;
	height: 15px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
	background-color: #B3B3B3;
}
.menu a:visited {
	color: #CC3300;
}
.menu a:hover {
	text-decoration: underline;
	color: #990000;
	background-color: #CCCCCC;
}
.menu a:active {
	text-decoration: none;
	color: #FF0000;
}


#contadorvisitas {
	position: absolute;
	top: 370px;
	width:130px;
	height:60px;
	left: 0px;
}
#contenedorpaginas {
	position: absolute;
	width:567px;
	height:798px;
	top: 137px;
	left: 184px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	background-color: #E5E5E5;
	text-align: left;
	padding: 2px;
}
.lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.lista a:link {
	text-decoration: none;
	color: #333333;
}
.lista a:visited {
	text-decoration: none;
	color: #333333;
}
.lista a:hover {
	text-decoration: underline;
	color: #333333;
}
.lista a:active {
	text-decoration: none;
	color: #000000;
}
