body
{
  margin:0px;
  /*font:13px/1.231 tahoma,verdana,arial,helvetica,clean,sans-serif;*/
  font-size:12px;
  font-family:Verdana, Geneva, sans-serif;
  /*font:x-small;*/
  background-color:#CCC;
}

select,input,button,textarea
{
  font-size:12px
  font-family: Verdana, Geneva, sans-serif;
  outline: none;
  color:#26609a;
}

pre,code,kbd,samp,tt
{
  font-family:monospace;
  font-size:108%;
  line-height:100%;
}

#cabecera
{
  background: url(../images/background_header.jpg) repeat-x top;
  height: 130px;
  color: #ffffff;
}

div.titulo
{
  float: left;
  margin: 0px 5px 5px 0;
  padding: 0px;
  border: 0px;
  text-align: right;
}

div.subtitulo
{
  font-size: 1.15em;
  font-family: verdana;
  font-style: italic;
  color: #cccccc;
}

table.busqueda
{
  float: right;
  margin: 20px 3px 5px 0;
  padding: 0px;
  font-size: 1em;
  text-align: right;
  font-weight: bold;
  color: #f0f0f0;
}

table.busqueda input
{
  font-weight: bold;
  color: #26609a;;
  border: 1px solid #1E7BAE;
}

table.busqueda input:hover
{
  color: #ff6633;
  background-color: #ffddcc;
}

table.busqueda input[type=text]
{
  width:180px;
}

#btnBuscar
{
  background-image: url(../images/btn_buscar_back_azul.jpg);
  background-repeat:repeat-x;
  background-color: #333333;
  color: #ffffff;
  height: 70px;
  padding: 4px;
}

#btnBuscar:hover
{
  background-color:#ffddcc;
  background-image:url(../images/btn_buscar_back_naranja.jpg);
  background-repeat:repeat-x;
  border: 1px solid #a75701;
}

#contenido
{
  margin: 5px;
}

table.mesFin
{
  height: 100%;
  width: 100%;
  border: 1px dotted #999;
}

table.mesFin th
{
  border-bottom: 1px dotted #999;
  padding: 4px 6px;
  white-space: nowrap;
  background-color: #778899;
  color: white;
}

table.mesFin td
{
  border-bottom: 1px dotted #999;
  padding: 4px 6px;
}

.mesFin tr.even
{
  background-color: #f4f4f4;
  opacity:0.85;
  filter:alpha(opacity=85);
}

.mesFin tr.even td
{

}


.mesFin tr:hover
{
  background-color: #d1dce9;
}

.fecMesProx
{
  color: #d37715;
  font-size: 110%;
  font-weight: bold;
  white-space: nowrap;
}

.fecMesFut
{
  color: #119900;
  font-size: 105%;
  white-space: nowrap;
}

.fecMesPas
{
  color: #555555;
  font-size: 85%;
  white-space: nowrap;
}

.hora
{
  font-weight: normal;
  font-size: 80%;
  color: #888888
}

.carPlan
{
  font-size: 80%;
}

.nomMateria, .abrDivision
{
  color: #0066dd;
  font-weight: bold;
  font-size: 120%;
  width: 100%;
}

.abrDivision
{
  color: #0066dd;
  font-weight: bold;
  font-size: 90%;
  white-space: nowrap;
}

.autorid
{
  color: #555555;
  white-space: nowrap;
  font-size: 90%;
  font-weight: normal;
}

.nomSede
{
  font-size: 80%;
}

/*
#background
{
  position: absolute;
  left: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity:0.4;
  z-index:-100;
}
*/

