@charset "utf-8";
/* CSS Document */

body {
  background-color: #d9dede;
  margin: auto;
  }

#contenedor
{
position:relative;
left:0px;
width:990px;
height:100%;
margin: 0px auto; /* centrar con firefox */
text-align:center; /* centra las capas con internet explorer */
} 

#fondo {
  background-color: #d9dede;
  position:relative;
  margin: 0px auto;
  background-image: url(../img/fondo.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;  }

#menu {
  float: center;
  color: #515e5e;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  font-weight: 500;

}

#menu a{
  color: #515e5e;
  text-decoration: none;
}	

#menu a:hover{
  color: #515e5e;
  text-decoration: none;
 font-weight: 700;
}	

.fontpie  {
	position: absolute;
	top: 522px;
	left: 249px;
	width: 673px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	font-style: normal;
}

.font2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	font-style: normal;
}

#Layer2 {
  margin: 0px auto;
  background-image: url(../img/formu.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;    
}

.caja {
	  /* Genera una sombra para la caja */
	  -webkit-box-shadow: 5px 5px 3px #888;
	  -moz-box-shadow: 5px 5px 3px #888;
	  box-shadow: 5px 5px 3px #888; 
}
