.boton_gris
{
 text-align: center;
 color: White;
 background-color: #232323;
 font-family: candara;
 font-size: 10pt;

}
.boton_gris:hover
{
 text-align: center;
 color: White;
 background-color: #232323;
 font-family: candara;
 font-size: 10pt;

}

.boton_gris_seleccionado {
 text-align: center;
 color: White;
 background-color: #777777;
 font-family: candara;
 font-size: 10pt;

}

.opaque1
{
 background-color: #D1D1D1;
 opacity: .7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 font-family: candara;
 font-size: 10pt;
 
}


html {height:100%; }
body { height:100%;  margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#fondo { position:fixed; background-repeat:repeat; top:0; left:0; width:100%; height:100%; z-index: -1;}
#banner {position:absolute; top:0; left:0; width:100%; height:39%;}
/* places the content ontop of the background image */
#contenido {position:relative; top:0%; left:0%;  z-index:1; }


.botoncurrent
{
	color:White;
	text-decoration:none;
}
.botoncurrent:hover
{
	text-decoration:underline;
	color: #232323;
}

.boton
{
	color:#ECF2E7;
	text-decoration:none;
}
.boton:hover
{
	text-decoration:underline;

}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.style4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #000000;
}

.style7 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #666666;
}

#botonera
{
  top: 10%;
   left: 10%;
  width: 80%;
   height: 80%;
}




