@charset "utf-8";
/* CSS Document */
/*MENU HORIZONTAL PRINCIPAL*/
.solapamenu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: black url(imagenes/barra-menu.jpg) center center repeat-x; color:#FFF
}

.solapamenu li {display:inline}

.solapamenu li a, .solapamenu li a:visited {
  float: left;
  padding: 10px;
  text-decoration: none;
   color:#FFF
}

.solapamenu li a:hover {
  background: transparent url(imagenes/barra-menu.jpg) center center repeat-x; color:#FF0
}
/*FIN MENU HORIZONTAL E INICIO MENU LATERAL*/
#MenuCSS_JS{
     border: 1px solid #CCC;
     width: 170px;
}
#MenuCSS_Js a{
     font: bold 11px Verdana;
     padding: 2px;
     padding-left: 4px;
     display: block;
     width: 100%;
     color: #0000CD;
     text-decoration: none;
     border-bottom: 1px solid #CCC;
}
#MenuCSS_Js a{
     width: auto;
}
#MenuCSS_Js a:hover{
     background-color: #FFFF00;
}
#DescripcionLink{
     width: 100%;
     height: 4em;
     filter:alpha(opacity=0);
     -moz-opacity:0;
     color:#669900;
     font:10px Verdana;
}


/*FIN MENU LATERAL*/
#global {width:837px ; margin: 4px auto}

body{ text-align: center}


p {text-align: justify}

#lateralizquierdo h2 {color:#0000CD ; font-weight: bold ; text-decoration: none ; text-align: center}

#lateralizquierdo p {
	padding: 5px 10px 5px 10px;
	text-indent: 15px; color:#2F4F4F
}

#lateralizquierdo ol { color:#2F4F4F
}

#lateralderecho h2 {color:#0000CD ; font-weight: bold ; text-decoration: none ; text-align: center}

#lateralderecho p {
	padding: 5px 10px 5px 10px;
	text-indent: 15px; color:#2F4F4F
}

#contenido p {
	padding: 5px 10px 5px 10px;
	text-indent: 15px;
}
h1 {padding: 5px 10px 5px 10px; font-size: 2.5em;  font-weight: bold ; text-decoration: none ; text-align: center}
h2 {padding: 5px 10px 5px 10px}

