/* General css*/
@import url(links.css);
@import url(session.css);
@import url(contenido.css);
@import url(plantilla.css);
@import url(plantillas_dos.css);
 
body{
  margin:0;
  padding: 0;
  background-image: url(../imagenes/fondo_body.jpg);
  background-position: top center;
  background-color: #3c96cf;
}
div#contenedor{
  position: relative;
  margin: auto;
  width: 760px;
  height: auto;
  background-color: white;
  background-image: url(../imagenes/fondo_leftside.jpg);
  background-repeat: repeat-y;
  background-position: top left;
} 
div#cabezote{
  position: relative;
  width: 760px;
  height: 170px;
  overflow: hidden;
  background-color: #3c96cf;

}
div#pie{  
  left: 0;
  bottom: 0;
  width: 760px;
  height: auto;
  background-color: white;
  background-image: url(../imagenes/fondo_pie.jpg);
  background-repeat: repeat-x;
  clear: both;
}
div#pie p{
  padding: 10px 0 10px 0;
  font-family: verdana;
  font-size: 10px;
  color: black;
  text-align: center;
  line-height: 15px;
}
div#pie p a{
  color: #777777;
  font-weight: normal;
  /*text-decoration: none;*/
}
div#pie p a:hover{
  text-decoration: none;
}
/* buscador */
* html div#buscador{
  margin: 18px 0 0 0;
}
div#buscador{
  width: 212px;
  height: 90px;
  clear: left;
  float: left;
  background-image: url(../imagenes/marco_azul_top.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 15px 0 0 0;
}
.title{
  margin: 8px 0 0 35px;
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  color: #00008B;
}
.title_dos{
  margin: 13px 0 0 35px;
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  color: #00008B;
}
div#buscador form{
  margin: 15px 0 0 10px;

}
div#calendario{
  width: 212px;
  height: auto;
  clear: left;
  float: left;
  background-image: url(../imagenes/marco_azul.jpg);
  background-repeat: no-repeat;
  background-position: left top;   
}    
.texto_ingles_mundial{
  font-family: verdana;
  font-size: 11px;
  color: black;
  margin: 15px 0 0 0;
  padding: 0 10px 0 10px;
  text-align: justify;
}
/* notas*/
div#notas{
  width: 212px;
  height: auto;
  clear: left;
  float: left;
  background-image: url(../imagenes/marco_azul.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0;
  padding: 0;
}
div#notas label{
  font-family: arial;
  font-size: 12px;
  color: black;
  padding: 0 8px;
  text-align: left;
  display: block;
  float: left;
  width: 60px;
  height: 24px;
  line-height: 24px;
  vertical-align: baseline;
}
div#notas table, div#notas td{
  background-color: transparent;
  margin: 12px 0 0 0;
  text-align: left;
}
.inputText_notas{
  width: 108px;
}
.inputButton_notas{
  float: right;
}
.select_notas{
  width: 181px;
  position: relative;
  left: 7px;
}
/* pagos en linea */
div#pagos{
  width: 212px;
  height: auto;
  clear: left;
  float: left;
  background-image: url(../imagenes/marco_azul.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: Verdana;
}
.pagos_texto{
  width:190px;
  padding:15px 0 0 6px;
}
div#pagos_imagen{
  width: 180px;
  height: auto;
}
div#pagos_imagen a{
  display: block;
  background-image: url(../imagenes/tarjetas_online.jpg);
  background-repeat: no-repeat;
  text-decoration:none;
  height:183px;
  width:202px;
}
div#pagos_imagen span{
  visibility: hidden;
}
.select_title{
  color: white;
  text-align: center;
  background-color: #2e5eb0;
}
/* sombra debajo de header */
div#aux1{
  background-image: url(../imagenes/sombracab.png);
  background-repeat:  repeat-x;
  width: 760px;
  height: 17px;
  position: absolute;
  z-index: 2;
  top: 170px;
  left: 0px; 
}
* html div#aux1{
  width: 760px;
  height: 17px;
}
.calendario_mes{
  background-color: #D52222;
  color: white;
}
.calendario_dias{
  color: #0d3f96;
  font-weight: bold;
}
.validar_pagos{
  display:none;
}


#aux4{
  
  position: absolute;
  top: 175px;
  left: 330px;
  z-index: 500;
}


