/* Hoja de estilos de www.beatriz-urbano-vega.es v1.0 */
/* Estilos del Body */ 
*, html {
  overflow: hidden;
  margin:0px;
  padding:0px;
  cursor: default;
}
BODY {
  background: #FFFFFF;
  font-size: 11px;
  color: #333333;
  font-family: "Courier New", sans-serif;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}


/* Estilos de Capas */
#header {
  width: 100%;
  height: 15px;  
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000000;
  border: 0px solid;
  padding: 0px;
  margin: 0px; 
  text-align: right;
  vertical-align: top;
}

#menu {
}

#cuerpo {
  vertical-align: middle;
  text-align: center;
}

#selector {
  width: 20%;
  height: 66px;
  position: absolute;
  bottom: 12px;
  right: 3px;
  border: 0px solid; 
  text-align: right;
  float: right;
}

#copyright_avisolegal {
  width: 80%;
  height: 12px;
  position: absolute;
  bottom: 12px;
  left: 3px;
  border: 0px solid; 
  text-align: left;
  clear: left;
}

#footer {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 0px solid;
  padding: 0px;
  margin: 0px; 
  border-spacing: 0px;
}

/* Estilos de Links */
a:link {
  color: #3366CC;
  background-color: #000000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
a:visited {
  color: #3366CC;
  background-color: #000000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
a:active {
  color: #3366CC;
  background-color: #000000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  background-color: #3366CC;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

/* Estilos de textos */
p {
  margin: 0px;
  padding: 0px;
}

.nombre_header {
  color: #999999;
  font-size: 15px;   
  font-weight: bold; 
  padding-right: 2px;  
  border: 0px solid;   
}

.inicial_header {
  color: #FFFFFF;
}     

.p_copyright_avisolegal {
  color: #000000;
  font-size: 10px;   
  font-weight: bold;  
  border: 0px solid;   
} 

/* Estilos de tablas */
.tabla_footer {
  width: 100%;
  height: 10px;
  border: 0px solid;
  margin: 0px;
  padding: 0px;
  border-spacing: 0px; 
}

/* Estilos de celdas */
.celda_footer_cian {
  width: 25%;
  height: 10px;
  border: 0px solid;
  padding: 0px;
  margin: 0px;
  background-color: #3366CC;
  border-spacing: 0px;
}

.celda_footer_magenta {
  width: 25%;
  height: 10px;
  border: 0px solid;
  padding: 0px;
  margin: 0px;
  background-color: #FF0099;
  border-spacing: 0px;
}

.celda_footer_amarillo {
  width: 25%;
  height: 10px;
  border: 0px solid;
  padding: 0px;
  margin: 0px;
  background-color: #FFFF00;
  border-spacing: 0px;
}

.celda_footer_negro {
  width: 25%;
  height: 10px;
  border: 0px solid;
  padding: 0px;
  margin: 0px;
  background-color: #000000;
  border-spacing: 0px;
}

/* Estilos de Inputs */
#selector_blanco {
  width: 15px;
  height: 15px;
  border: 1px #000000 solid;
  background-color: #FFFFFF;
  margin-bottom: 2px;
  cursor: pointer;
}

#selector_grisclaro {
  width: 15px;
  height: 15px;
  border: 1px #000000 solid;
  background-color: #DDDDDD;
  margin-bottom: 2px;
  cursor: pointer;
}

#selector_grismedio {
  width: 15px;
  height: 15px;
  border: 1px #000000 solid;
  background-color: #BBBBBB;
  margin-bottom: 2px;
  cursor: pointer;
}

#selector_grisoscuro {
  width: 15px;
  height: 15px;
  border: 1px #000000 solid;
  background-color: #999999;
  cursor: pointer;
}
