@charset "UTF-8";
#menu {
	height: 60px;
	width: 800px;
	margin-bottom: 14px;
}
#menu li {
	text-align: center;
	display: block;
	float: left;
	height: 40px;
	width: 113px;
	padding-top: 20px;
}
#menu li:hover {
	background-color: #000000;
}
#menu li a {
	color: #B5B5B5;
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}


#menu li a:hover {
	color:#3D9DC4;
	list-style-type: none;
	text-decoration: none;
	text-align: center;
}

#banner {
	height: 368px;
	text-align: center;
	width: 800px;
}
#menulateral {
	background-color: #FFFFFF;
	display: block;
	width: 225px;
	margin-top: 50px;
	text-decoration: none;
	float: left;
	list-style-type: none;
	height: 1000px;
}
#menulateral li {
	list-style-type: none;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 20px;
}


#menulateral li:hover {
	list-style-type: none;
	text-decoration: none;
	background-color: #DFEAFC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contenido {
	width: 550px;
	height: 600px;
	margin-top: 50px;
	border: 3px solid #CCCCCC;
	text-align: center;
}
#menulateral li a {
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 25px;
}

#menulateral li a:hover {
	text-decoration: underline;
	font-size: 12px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #3A9AD2;
	padding-left: 25px;
}


#caja {
	height: 1800px;
	width: 800px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.anteriores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
	margin-top: 30px;
}
.titulos {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A6766F;
	height: 70px;
	width: 500px;
	margin-left: 22px;
	margin-bottom: 20px;
	text-align: center;
}
.bordeimagenes {
	border: 4px solid #A6766F;
	text-align: center;
}
.ptitulos  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A6766F;
	font-size: 30px;
	padding-left: 20px;
	font-weight: bold;
	text-align: center;
}
.piedepagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 40px;
	margin-top: 30px;
	width: 500px;
	margin-left: 25px;
	text-align: center;
	border: 1px solid #DEC7C5;
	padding-top: 15px;
}
#contenido {
	width: 560px;
	height: 1350px;
	float: right;
}
.fondobody {
	background-image: url(images/fondobody.png);
	background-repeat: repeat-x;
	text-align: center;
}
