a {
  text-decoration: none;
}
body {

 font-family: Verdana;
 background-color: White;
}
table.tablas {
	border-collapse: collapse;
}
table.tablas th {
	border-width: 4px;
	border-style: solid;
  border-color: White;
}
.cab_mes {
	font-size:24px;
	padding: 6px;
  background-color: #A9A9A9;
}
.cab_diasem {
	font-size:20px;
	padding: 8px;
  color: #ffffff;
  background-color: #A9A9A9;
}
table.tablas td {
  text-align: center;
	padding: 4px;
	border-width: 4px;
	border-style: solid;
  border-color: White;
}
.dia_otromes {
	font-size: 24px;
  color: #C0C0C0;
  background-color: #DCDCDC;
}
.dia_anterior {
	font-size: 24px;
  color: #808080;
  background-color: #C0C0C0;
}
.dia_nolectivo {
	font-size: 24px;
  color: #8B0000;
  background-color: #C0C0C0;
}
.dia_disponible {
  font-size: 24px;
  background-color: #92d050;
  cursor: pointer;
  cursor: hand;
}
.dia_ocupado {
  font-size: 24px;
  color: #2E2E2E;
  background-color: #F7BE81;
}
.hora_no {
  width: 40;
  font-size: 14px;
  color: #808080;
  background-color: #C0C0C0;
}
.hora_si {
  width: 40;
  font-size: 14px;
  background-color: #92d050;
  cursor: pointer;
  cursor: hand;
}

label {display:inline-block;}
input[type=text] {display:block;font-size:14px;}
input[type=submit] {
  color:#0b77b7;
  font-size:16px;
  font-weight: bold;
}
select {display:block;font-size:14px;}

#contenedor {
  width: 350px;
  margin: 0 auto;
}

.titulo2 {
  color:#0b77b7;
  font-size:24px;
  font-weight: bold;
}
.titulo1 {
  color:DarkBlue;
  font-size:20px;
  font-weight: bold;
}
.subtitulo1 {
  color:DarkBlue;
  font-size:14px;
  font-weight: bold;
}

.letraPeq  {
  font-family : verdana,arial,helvetica;
  font-size : 7pt;
  color : #848484;
}

.bordeSuperior {
  border: solid 1px #555;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6)
  -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  -o-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  padding: 8px;
  background-color: #F2F2F2;
}

.bordeCentro {
  border: solid 1px #555;
  background-color:#FAFAFA;
  color: #151515;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6)
  -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  -o-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
}

.nota {
  font-family : verdana,arial,helvetica;
  font-size : 10pt;
  background-color: #F0E68C;
  border: solid 1px ;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6)
  -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  -o-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  padding: 6px;
}