@charset "utf-8";
/* CSS Document */
A:link    {text-decoration:none;color:#ffffff;font-size:12px;font-family:arial;font-weight:normal;}
A:visited {text-decoration:none;color:#ffffff;font-size:12px;font-family:arial;font-weight:normal;}
A:active  {text-decoration:none;color:#ffffff;font-size:12px;font-family:arial;font-weight:normal;}
A:hover   {text-decoration:none;color:#cccccc;font-size:12px;font-family:arial;font-weight:normal;}

body {
	background-image: url(imagen/portada2.jpg);
	background-size: 100%;
	background-color: #6ba7d9;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	margin: 0px;
}

.titulo     {font-family: arial, sans-serif; color: #000; font-size: 18px;font-weight:bold;}
.subtitulo  {font-family: arial, sans-serif; color: #666; font-size: 14px;font-weight:normal;}
.titulo2 	{font-family: arial, sans-serif; color: #ccc; font-size: 18px;font-weight:normal;}
.subtitulo2 {font-family: arial, sans-serif; color: #fff; font-size: 18px;font-weight:bold;}
.subtitulo3 {font-family: arial, sans-serif; color: #fff; font-size: 16px;font-weight:bolt;}
.subtitulo4 {font-family: arial, sans-serif; color: #fff; font-size: 15px;font-weight:bolt;}
.copyright  {font-family: arial, sans-serif; color: #CCC; font-size: 12px;font-weight:normal;}
.menufooter {font-family: arial, sans-serif; color: #CCC; font-size: 10px;font-weight:normal;}

.enter_usuario {	// for all other browsers
	opacity: .5;
}

.boton1 {font-family: Arial, sans-serif; font-size: 12px; color: #333333; border: 1px #ffffff solid; background-color: #f2f2f2; font-weight: bold}


INPUT { font-size:8pt; font-weight:bold; color:#333333; background-color:#ffffff; font-family:verdana; }
/* Lista de Opciones desplegable */
SELECT
{   BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
	/* Aqu� se pone el color de fondo de la Lista */
    BACKGROUND: #eeeeee;
    FONT: lighter 10px verdana;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid }

.sombra 
{ 
  width: 78%;
  color: #000; 
  background-color: rgba(135, 135, 135, 0.7);
}

.sombra table 
{ 
  position: relative; 
  left: 8px; 
  top: 10px;
  width: 100%;
  background: #f00;
}