@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #BEC7FA;
}
#general {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E8EBFD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 10px;
}
#cabecera {
	background-image: url(images/cabecera.gif);
	height: 149px;
	width: 700px;
}
#menu {
	width: 90px;
	float: left;
	margin: 0px;
	padding: 0px;

}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
}
#menu li a {
	text-decoration: none;
	color: #D9D9FF;
	display: block;
	width: 78px;
	background-repeat: no-repeat;
	background-image: url(images/boton_02.gif);
	background-position: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	text-align: center;
}
#menu li a:visited {
	color: #D9D9FF;
	background-image: url(images/boton_02.gif);
}
#menu li a:hover {
	color: #001F71;
	background-image: url(images/boton_01.gif);
}

#vacio {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#cuerpo {
	width: 700px;
	height: 200px;
}
#texto {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	list-style-type: none;
	width: 580px;
	float: right;
	height: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/portada.gif);
	background-repeat: no-repeat;
	font-size: 0.9em;
}
#text_dcha {
	float: right;
	width: 380px;
	margin-top: 40px;
}




#pie {
	background-image: url(images/pie_02.gif);
	background-repeat: no-repeat;
	height: 18px;
	background-position: left bottom;
	text-align: center;
	padding-top: 140px;
	margin-top: 30px;
	font-size: 0.7em;
}
#pie a {
	text-decoration: none;
	color: #082159;
	font-weight: normal;
	background-color: #D9D9FF;
}
#pie a:visited {
	color: #082159;
	background-color: #D9D9FF;
}
#pie a:hover {
	text-decoration: underline;
	background-color: #D9D9FF;
	color: #082159;
}
.descarga {
	color: #001F71;
	font-weight: bold;
	text-align: right;
	margin-right: 15px;
}

.resaltado {
	color: #001F71;
	background-color: #D9D9FF;
}
.negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

