@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#arriba {
	background-image: url(imagenes/fondo_arriba.gif);
	background-repeat:  repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF00CC;
}
#arriba #titulo {
	float: right;
	margin-top: 20px;
}
#cuerpo #menu {
	float: left;
	width: 15%;
	background-image: url(imagenes/menu.gif);
	background-repeat:  repeat-x;
	height: 300pt;
}

#cuerpo #contenido {
	width: 80%;
	float: left;
	background-image: url(imagenes/fondo_contenido.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1BFF9;
	padding: 10px;
}


#arriba #titulo h1 {
	font-size: 200%;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	display: inline;
	color: #0102B3;
}
#arriba #logo {
	float: left;
	width: 113px;
}

#abajo {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBD4FB;
	background-color: #F5ECFD;
}
.borrar {
	clear: both;
}

#cuerpo #menu ul{
	margin: 0px;
	padding: 0px;
}

#cuerpo #menu li{
	list-style-type: none;
	margin: 0px;
	padding: 3px;
} 

#cuerpo #menu li a{
	display: block;
	color: #FFFFFF;
	background-color: #E1BFF9;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 5px;
}

#cuerpo #menu li a:hover{
	display: block;
	color: #E1BFF9;
	background-color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E1BFF9;
	padding-left: 5px;
}
#cuerpo #contenido .dato {
	background-color: #FBF7FE;
	border: 1px dashed #E1BFF9;
	width: 70%;
	margin: auto;
}
#cuerpo #contenido h2 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E1BFF9;
	border-left-color: #E1BFF9;
	font-variant: small-caps;
	color: #000000;
}
#cuerpo #contenido li {
	list-style-image: url(imagenes/bola.gif);
}
.importante {
	font-size: 115%;
	font-weight: bold;
	color: #BF7CF1;
	margin: 4px;
	padding: 4px;
	border: 3px dashed #BF7CF1;
	text-align: center;
	font-style: italic;
}
