/*****************************/
/*** Core html setup ***/
/*****************************/


a:link {
       
    font-family: 'Arial Narrow';
    font-size: 16x;
    font-style: bold;
    color: WHITE;
    letter-spacing: 0px;
}
 a:visited {
	color: WHITE; 
	font-weight: bold;
  font-family: 'Arial Narrow';
  font-size: 16px;
 
  letter-spacing: 0px;
}

a:hover {
    font-family: 'Arial Narrow';
	color: WHITE;	text-decoration: none;
	font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
}



body{
    
    
    width: 1000px; 
    height: 600px;
      

        text-align: center;
    
     color: WHITE;
    
    font-family: 'Arial Narrow';
    font-size: 14px;
    
}

#lineas1{
    
    border-right-style: solid;
    border-right-color: #c7e6e3;
    border-right-width: 0px;
}

#lineas2{
    
    border-left-style: solid;
    border-left-color: #c7e6e3;
    border-left-width: 0px;
}
    
#lineas3{
    
    border-top-style: solid;
    border-top-color: #000000;
    border-top-width: 2px;
    
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 2px;
    
}

#lineas4{
    
    
}


#capa_derecha {
    float:right;
   
}

#capa_izquierda {
        float:left;
       
        
}

#fondo_tabla1{
    
  background-image: url(../Images/menu.jpg) ;
  background-repeat:no-repeat;
 
    background-position:center 0px;
}

#capa_centro {
    
  margin: auto;
  
 
    text-align: center;
    
    
  background-position: center 0px;
  

	margin-right: 40px;
	
	margin-left: 50px;


}



  .boton {
        font-size:10px;
        font-family:Arial Narrow;
        font-weight:bold;
        color:Yellow;
        background:#638cb5;
        border:0px;
        width:80px;
        height:19px;
       }

#imagen_derecha {
    float:rgiht;
  background-position: left top;
}
       .galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

