body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#cuerpo {
	width: 865px;
	background-image: url(../imagenes/laretal_i.jpg);
	background-repeat: repeat-y;
	padding-left: 3px;
	margin:auto;
}
.borrar {
	clear: both;
}
#datos {
	float: left;
	width: 625px;
	padding-left: 13px;
	height: 500px;
	overflow: auto;
}
#datos p {
	line-height: 14px;
}
.menos_importante {
	font-size: 90%;
	margin-right:50px;
	margin-left:20px;
}
#logo h1 {
	font-size: 10px;
	color:#4782ac;
	margin-left:8px;
}
#contenido {
	background-image: url(../imagenes/laretal_d.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}

#menu {
	float: left;
	width: 200px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

#menu ul{
	background-color: #e9eaec;
	vertical-align: middle;
	margin:0;
	padding:0;
	line-height: 20px;
	list-style-type: none;
}

#menu li{
	font-size: 100%;
	color:#002D59;
	font-weight: bolder;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(../imagenes/fechita.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height:20px;
	padding-left: 14px;
	
}
#menu a{
	font-size: 113%;
	color:#002D59;
	font-weight: bolder;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	height:20px;
	padding-left: 14px;
	
}

#menu a:hover{
	color:#D18E23;
}

#listado {
	background-color: #e9eaec;
	padding: 5px;
}


.naranja {
	font-size: 250%;
	color: #fc8c01;
	font-weight: bold;
}
.titular {
	font-size: 120%;
	font-weight: bold;
}
.titular2 {
	font-size: 100%;
	font-weight: bold;
}

.titular_azul {
	font-size: 25px;
	font-weight: bold;
	color:#4782ac;
	
}
h2 {
	font-size: 180%;
	color: #4782ac;
}


#telefono {
	letter-spacing: -0.10em;
	background-color: #E9EAEC;
	margin-bottom: 5px;
}
legend {
	background-color: #E9EAEC;
	border: 1px solid #4782AC;
	font-weight: bold;
	margin: 2px;
}
fieldset {
	border: 1px solid #4782AC;
	margin: 10px;
	padding: 10px;
}
.Estilo2 {color: #4782ac}
.Estilo5 {font-size: 9px}
.glosariolink {
	color: #4782AC;
	font-weight: bold;
	font-size: 16px;
	text-align: center;	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

