* {
	margin: 0;
	padding: 0;
}

table {
	margin: 10px;
}

body {
	background-color:#666699;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: center;
}

img {
	border: 0;
	margin: 5px;
}

#pie {
	clear: both;
	float: left;
	height: 20px;
	width: 900px;
	color: #646464;
	font-size: 9px;
}

#pie h1 {
	border: #AE552F solid 4px;
	clear: both;
	font-size: 20px;
	height: 60px;
	letter-spacing: 3px;
	margin: 0 0 0 5px;
	padding: 15px 0;
	width: 630px;
}

#menu h1 {
	color: #A80506;
	float: left;
	font-size: 34px;
	font-weight: normal;
	height: 29px;
	left: 37px;
	letter-spacing: -3px;
	line-height: 26px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	top: 3px;
	width: 340px;
}

#menu h1 strong {
	color: #A30468;
}

#menu h2 {
	background-image: url(images/logotipo.jpg);
	color: #494846;
	float: left;
	font-size: 4px;
	height: 41px;
	left: 74px;
	position: relative;
	top: 5px;
	width: 265px;
}

#menu h3 {
	clear: both;
	color: #807C7D;
	float: left;
	font-size: 22px;
	font-weight: normal;
	height: 22px;
	left: 37px;
	letter-spacing: 6px;
	line-height: 18px;
	margin: -12px 0;
	position: relative;
	text-align: left;
	width: 340px;
}

#menu li {
	display: block;
	float: left;
	height: 25px;
	width: 225px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}

#menu li a{
	color: #FFFFFF;
	
	float: center;
	height: 16px;
	padding: 6px 0;
	text-decoration: none;
	
}

#menu ul{
	background-image: url(images/menu-off.jpg);
	background-repeat: repeat-x;
	clear: both;
	display: block;
	float: left;
	height: 28px;
	position: relative;
	top: 12px;
	width: 900px;
}

#cuerpo {
	clear: both;
	float: left;
	height: 500px;
	width: 900px;
	margin: 7px auto;
}

#cuerpo li a {
	background-color: #DEA68B;
	border: solid #A43E18 1px;
	color: #FFFFFF;
	display: block;
	height: 16px;
	margin: 3px 0;
	padding: 4px 0;
	text-align: center;
	text-decoration: none;
	width: 150px;
}

#cuerpo li a:hover {
	background-color: #E54313;
	border: solid #7F1B0C 1px;
}

#cuerpo p {
	clear: both;
	clear: both;
	float: left;
	font-size: 12px;
	margin: 7px auto;
	text-align: justify;
	width: 800px;
}

#cuerpo p strong {
	background-color: #FFFFFF;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

#cuerpo strong a{
	background-color: #A43E18;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	height: 15px;
	margin: 5px 0;
	text-align: center;
	text-decoration: none;
	width: 398px;
}

#cuerpo strong a:hover{
	background-color: #FFFFFF;
	border: 1px solid #A43E18;
	color: #A43E18;
}

#cuerpo ul {
	clear: both;
	clear: both;
	display: block;
	float: left;
	font-size: 12px;
	margin: 20px 10px 0 20px;
	text-align: justify;
	width: 800px;
}

#principal {
	background-color:#666699;
	background-image: url(images/fondo-areachica.jpg);
	background-repeat: repeat-x;
	height: 600px;
	width: 900px;
	text-align:center;
}

a {
	text-decoration: none;	
	color: #FFFFFF;
}