body {
	background-color: #000099;
	background-image: url(../images/fondo.png);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	overflow: auto;
	width: 780px;
}

#cabecera {
	margin: 0 auto;
	float: left;
	width: 100%;
}

#cabecera h1 {
	margin: 1px 0 0 0;
	padding: 0;
	width: 290px;
	height: 168px;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(../images/conjuros.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
}

#banner {
	float: left;
	margin: 60px 0 0 10px;
	padding: 0;
}

#menunav {
	margin: 0 auto;
	width: 100%;
	background-image: url(../images/cabeceradown.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
	float: left;
}

#cuerpo {
	width: 100%;
	background-color: #000066;
	overflow: auto;
}

#lateral {
	width: 200px;
	float: left;
	text-align: center;
	height: 100%;
}

#menu {
	text-align: left;
	margin-bottom: 20px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	width: 200px;
	height: 25px;
	background-image: url(../images/fondomenu.gif);
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 30px;
	text-align: left;
	line-height: 25px;
}

#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 30px;
	text-align: left;
	line-height: 25px;
}

#lateral p {
	color: #FFFFFF; 
	font-size: 12px; 
	padding: 0 10px 10px 10px;
	text-decoration: none;
	text-align: center;
	margin: 0;
}

#lateral h2 {
	color: #FFCC00; 
	font-size: 16px; 
	font-weight: bold;
	padding: 0 10px 10px 10px;
	margin: 0;
}

lateral img {
	text-align: center;
	padding: 0 10px 10px 10px;
}

#contenido {
	width: 520px;
	float: left;
	padding: 30px;
	background-color: #FFF;
	background-image: url(../images/fondo3.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#contenido h2 {
	color: #FFCC00;
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
}

#contenido h3{
	color: #000066; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: left;
}

#contenido p {
	font-size: 12px; 
	color: #000066;
	text-align: justify;
}

img.derecha {
	float: right;
	margin: 0 0 20px 20px;
}

#enlaces {
	text-align: center;
	margin: 0 auto;
}
#enlaces ul{
	width: 100%;
	border: none;
	padding: 0 0 0 20px;
	margin: 0;
}
#enlaces li{
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 130px;
}
#enlaces a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

#enlaces a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

.mas {
	text-align: right;
}

.mas a{
	color: #000066; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
}

.mas a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#pie {
	margin: 20px 0 0 0;
	text-align: center;
}

.rojo {
	color: #CC0000;
	font-weight: bold;
}

