@charset "utf-8";
body {
	background-color: #5b5c9b;
	background-image: url(imagenes/fondo_entrada.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
img {
border:0;
}
#contenedor {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#contenedor #cabecera {
	background-image: url(imagenes/cabecera.png);
	height: 170px;
	width: 800px;
	background-repeat: no-repeat;
}
#contenedor #cabecera #logo {
	float: left;
	height: 135px;
	width: 105px;
	margin-left: 21px;
	margin-top: 5px;
}

#contenedor #cabecera #menu {
	float: right;
	height: 79px;
	width: auto;
	padding-bottom: 5px;
	margin-top: 85px;
}
#contenedor #cabecera #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contenedor #cabecera #menu li {
	height: 84px;
	width: 80px;
	display: inline;
}



#contenedor #contenido {
	background-color: #FFFFFF;
	height: auto;
	width: 798px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	overflow:hidden;
	font-family: "Century Gothic";
	font-size: 0.9em;
	color: #3E3E3E;
	;
	line-height: 1.9em;
}
#contenedor #contenido #espacioa {
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	height: 90px;
	width: 797px;
}
#contenedor #contenido #resto {
	float: left;
	height: auto;
	width: 708px;
	padding-right: 55px;
	padding-left: 55px;
	text-align: justify;
	padding-bottom: 30px;
}

#contenedor #contenido #resto h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #5b5c9b;
	text-align: left;
}



#contenedor #pie {
	background-image: url(imagenes/pie.png);
	background-repeat: no-repeat;
	clear: both;
	height: 35px;
	width: 800px;
	float: left;
	font-size: 0.7em;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 5px;
}
img, div { behavior: url(iepngfix.htc) }
p {
	margin-top: 0px;
}
h4 {
	color: #990000;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 1.5em;
}
a {
	color: #990000;
}

dt {
	color: #333333;
	font-variant: small-caps;
	font-weight: bolder;
	margin-top: 1.5em;
}

h3 {
	color: #48497B;
	font-size: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1em;
}
dl {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
dd {
	color: #666666;
}

#pie p {
	margin-top: 10px;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	color: #3A3C63;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 1em;
	margin-top: 1em;
}
.rojo {
	color: #990000;
}

