/*SELECTORES HTM*/
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font:12px/15px Arial, Helvetica, sans-serif;
}

a:link, a:visited 
   { 
   background-color:transparent;
   text-decoration: underline;
   color:#000000;
   }  
a:hover 
   { 
   color: red; 
   }
      
ul,ol,li {
	line-height: 130%;
}
img {
	border: none;
}
/*ESTILOS DE LOCALIZACIÓN */

#pagina {
	top: 0px;
	left: 25px;
	width: 746px;
	background-color: #FFFFFF;
	position: absolute;
	background-image: url(img/cabecera.jpg);
}
#cabecera {
	top:0px;
	left: 0px;
	height: 78px;
	width: 750px;
	clear:both;
    }
#cuerpo {
	position: absolute;
	top:95px;
	left:151px;
	background-color: #FFFFFF;
	width: 602px;
	height: 510px;
	padding-bottom: 5px;
	padding-top:7px;
	padding-left:7px;
	voice-family: "\"}\" ";
	voice-family: inherit;
}
html>body #cuerpo {
width:586px;
}

#menulateral {
	background-color: #D9D9FF;
	top:102px;
	left:0px;
	height: 272px;
	width: 145px;
	padding-bottom: 15px;
	position:absolute;
	voice-family: "\"}\" ";
	voice-family: inherit;
}
#menusup {
	voice-family: "\"}\" ";
	voice-family: inherit;
	position:absolute;
	top:78px;
	left: 0px;
	height: 15px;
	width: 750px;
	clear:both;
	background-color: #FFFFFF;
	padding-left: 11px;
	font-size: 11px;
	font-weight:bolder;
}
html>body #menusup {
width:735px;
}

/*Estilos de texto*/
h1 {
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
	color: Black;

}
h2 {
	font-size: 14px;
	line-height: 120%;
	font-weight: bolder;
	color: #000000;
}

h3 {
	font-size: 13px;
	line-height: 110%;
	font-weight: bolder;
	color: #640000;
}
h4 {
	font-size: 12px;
	line-height: 110%;
	font-weight: bolder;
	color: #000000;
}

.peque {
	font-size: 10px;
}

.sombreado {
	line-height: 130%;
	font-weight: bolder;
	color: #3A3A3A;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Blue;
}
.enmarcado {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #000033;

}

/*Estilos para el menú lateral*/
ul#desplegable {
	list-style-type: none;
	margin: 0px;
	background-color:transparent;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0px;
}
ul#desplegable li {
	border-width: 1px;
	display: block;
	background-color:transparent;
}
ul#desplegable li a {
	voice-family: "\"}\" ";
	voice-family: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	margin: 0px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	margin-bottom:2px;
	width: 125px;
	font-weight: bold;
	border: 1px solid #000000;
}
html>body ul#desplegable li a  {
width:135px;
}
ul#desplegable li a:hover {
	background-color: #94002D;
	color:#FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom:2px;
}
