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

#contenedor{
width:980px;
margin-left:auto;
margin-right:auto;
padding-top:40px;
}

#contenedorcito{
width:980px;
margin-left:auto;
margin-right:auto;
}

#menu{
  list-style:none;
  margin:0px;
  padding:0px;
}

#uno a{
  height:84px;
  width:214px;
  background:url(../imagenes/bt_inicio1.jpg);
  display:block;
}

#uno a:hover{
  background:url(../imagenes/bt_inicio3.jpg);
}


#dos a{
  height:75px;
  width:214px;
  background:url(../imagenes/bt_inscribe1.jpg);
  display:block;
}

#dos a:hover{
  background:url(../imagenes/bt_inscribe3.jpg);
}

#tres a{
  height:73px;
  width:214px;
  background:url(../imagenes/bt_agenda1.jpg);
  display:block;
}

#tres a:hover{
  background:url(../imagenes/bt_agenda3.jpg);
}

#cinco {
  height:88px;
  width:214px;
  background:url(../imagenes/sombra_bot.jpg);
  display:block;
  margin-top:105px;
}

#seis {
  height:84px;
  width:214px;
  background:url(../imagenes/bt_inicio2.jpg);
  display:block;
}

#seis {
  height:84px;
  width:214px;
  background:url(../imagenes/bt_inicio2.jpg);
  display:block;
}

#siete {
  height:75px;
  width:214px;
  background:url(../imagenes/bt_inscribe2.jpg);
  display:block;
}

#ocho{
  height:73px;
  width:214px;
  background:url(../imagenes/bt_agenda2.jpg);
  display:block;
}

.titu{
	width:310px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color:#CCCCCC;
	border-top-color:#CCCCCC;
}

.campo{
  border:0px;
  width:140px;
  height:32px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background-image: url(../imagenes/campo_form.jpg);
  background-repeat: no-repeat;
  display:block;
  padding-top:15px;
  padding-left:10px;
}

.check{
  filter:alpha(opacity=50);
  opacity: .5
}