html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: rgb(211, 226, 195);
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%; 
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  /*position: relative; */
  overflow: hidden; 
  width: 660px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  /*width: 100%;*/
  height: 10px;
}

#third_container
{
  position: relative; 
  top: -210px; 
  width: 660px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #749942; 
  background-color: #D3E2C3;
}

#menu a:hover, #menu a:active
{
  background-image: url('../images/taba2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('../images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #749942; 
  background-color: #D3E2C3;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('../images/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('../images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 160px;
  height: 232px;
  height: 359px;
  background-image: url('../images/fondo.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 140px;
  height: 359px;
  /*background-image: url('../images/vanero.gif');*/
}

.content
{
  height: 345px;
  overflow: auto;
  padding: 7px;
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: #749942;
  background-color: inherit;
}



/* === Inline Text Styles === */



h1
{
  margin: 10px 0 0 10px;
  padding: 5px 10px 10px 9px;
  font-size: 16px;
  color: #ffffff;
  background-color: inherit;
  
  border-left: 5px solid rgb(126, 202, 39);
  border-bottom: 5px solid rgb(126, 202, 39);

}

h2{
  margin: 10px 0 0 10px;
  padding: 5px 10px 10px 9px;
  border-bottom: 2px solid rgb(126, 202, 39);
  border-bottom: 2px solid rgb(90, 90, 90);
}

h3{
  margin: 10px 0 0 10px;
  padding: 5px 5px 10px 9px;
}

ul{
margin: 0;
}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
    font-size: 11px;
    display: block;
    margin: 5px 5px 20px 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}

.footer{
    font-size: 10px;
    margin: 10px 0 0 0;
    text-align: center;
    border-bottom: 2px solid rgb(126, 202, 39);
    border-top: 2px solid rgb(126, 202, 39);
    color: #8a8a8a;
}


#tblHorarios{
    width: 280px;
}

.col1{
    width: 60px;
}
.col2{
    width: 60px;
}
.col3{
    width: 160px;
}
/* Formulario */

.boton{
    width:80px;
    text-align: center;
    background-color: rgb(126, 202, 39);
	color: rgb(211, 226, 195);
	border: 2px solid rgb(211, 226, 195);
	margin: 5px 0 0 0;
	padding: 5px;}

.textBox{
	font: 11px Verdana,Tahoma,Arial,sans-serif;
	background-color: rgb(220, 220, 220);
	width: 100%;
	border: 2px solid rgb(126, 202, 39);
	}
	
.wait{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: black;
    width: 100%;
    height: 100%;

    filter: alpha(opacity=50);
    opacity: .5;

}

.msgOk
{
padding: 5px;
background-color: #6ce61f;
color: Gray ;
}

.msgBad
{
padding: 5px;
background-color: Red;
color: Gray ;
}


.tblGaleria{
    margin: 0 auto;
    margin-top: 5px;
    border-spacing: 3px;
    border-style: none;}
    
.tblGaleria td{
    border-style: none;
    height: 95px;
    width: 95px;
    text-align: center;
    background-color: #888;
    border: solid #fff 2px;
    }

.tblGaleria img{
    border-style: none;}

.face
{
	/*
	background-color: Gray ;
	height: 120px;
*/
}