body{
   background-color: #555;
   font-family: "times new roman", times, serif;
   font-size: 13px;
   color: #444;
   text-align: center;
}


/* Definicion de Identificadores */


#capa_base {
   background: #fff url(img/bg.gif) repeat-y 0;
   width: 750px;
   margin: auto;
   padding: 0px;
   text-align: left;
}

#navegador {
   background-color: #f1f1f1;
   width: 150px;
   height: auto;
   float: left;
   margin: 0px;
   padding: 10px;
}

#cabecera {
   background: url(img/banner.jpg) center no-repeat;
   width: 575px;
   height: 145px;
   margin-left: 170px;
   padding: 0px;
}

#cabecera a {
   width: 575px;
   height: 145px;
   display: block;
   padding: 0px;
   margin: 0px;
   text-decoration: none;
}

#cabecera h1 span {
   display:none;
}

#cuerpo {
   background-color: #fff;
   width: 540px;
   height: auto;
   margin-left: 170px;
   padding: 15px;
}

#visor {
   position: relative;
   width: 540px;
   height: auto;
}
    
#visor a.imagen span {
   position: absolute; 
   width: 1px; 
   height: 1px; 
   top: 0px; 
   right: 0px; 
   overflow: hidden; 
}

#visor a.imagen:hover span {
   width:300px; 
   height:330px; 
   margin-top:0px; 
   margin-right:0px;
   color: #444;
   font-size: 125%;
   text-align: center;
}

#visor a.imagen, a:link.imagen, a:active.imagen, a:focus.imagen, a:visited.imagen {
   color: #444;
}

#visor a.imagen:hover {
    border: #fff;
   color: gray;    
    text-decoration: underline; 
}

#pie {
   background-color: #ddd;
   font-size: 85%;
   text-align: center;
   width: 750px;
   padding-top: 5px;
   padding-bottom: 5px;
   clear: both;
}


/* Definicion de Clases */



/* Definicion de Pseudo-clases/elementos */


a.enlace_menu, a:link.enlace_menu, a:active.enlace_menu, a:focus.enlace_menu, a:visited.enlace_menu {
   color: #444; text-decoration: none;
}

a:hover.enlace_menu {
   color: gray; text-decoration: underline;
}

a.enlace_sub, a:link.enlace_sub, a:active.enlace_sub, a:focus.enlace_sub, a:visited.enlace_sub {
   color: #444; text-decoration: underline;
}

a:hover.enlace_sub {
   color: gray; text-decoration: underline;
}

a.enlace_menu_off, a:link.enlace_menu_off, a:active.enlace_menu_off, a:focus.enlace_menu_off, a:visited.enlace_menu_off {
   color: #555; text-decoration: none;
}

a:hover.enlace_menu_off {
   color: gray; text-decoration: underline;
}

a.enlace_rojo, a:link.enlace_rojo, a:active.enlace_rojo, a:focus.enlace_rojo, a:visited.enlace_rojo {
   color: #f00; text-decoration: none;
}

a:hover.enlace_rojo {
   color: gray; text-decoration: underline;
}

div.txt_dcha {
   width: 250px;
   float: right;
   padding: 0px;
}

div.txt_izda {
   width: 250px;
   float: left;
   padding: 0px;
}

div.txt_off {
   color: #bbb;
}

p.flecha_letras {
   text-align: right;
   clear: both;
}

p.sub {
   text-decoration: underline;
}

p.izda {
   padding: 15px;
   text-align: left;
}

p.dcha {
   padding: 15px;
   text-align: right;
}

p.ctr {
   padding: 15px;
   text-align: center;
}

img {
   border : none;
}

ul {
   list-style: url(img/marcador.gif);
}

li.nobullet {
   list-style: none;
}

li.bold {
   font-weight: bold;
}

h2 {
   font-size: 150%;
   text-align: left;
   text-decoration: underline;
}       

h3 {
   font-size: 130%;
   text-align: left;
   text-decoration: underline;
}


