BODY { 
font-family: verdana; 
font-size: 10px; 
color: #000000; 
scrollbar-3dlight-color: #000000; 
scrollbar-highlight-color: #FFFFFF;
scrollbar-face-color: #FFFFFF; 
scrollbar-shadow-color: #000000; 
scrollbar-track-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF;

/* Espacio de la página */
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
} 

/*Enlaces generales*/
a:link { text-decoration: none; color: #ffffff; } 
a:hover { text-decoration:none; color: #ffffff;} 
a:active { text-decoration: none; color: #ffffff;} 
a:visited { text-decoration: none; color: #ffffff;} 


SELECT 
{ font-family: verdana; font-size: 10px; color: #6699CC; background-color: 
#FFFFFF; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 
1px; border-bottom-width: 1px; border-left-width: 1px; } 

INPUT { 
font-family: verdana; font-size: 8pt; color: #000000; background-color: #FFFFFF; 
border: #000000; border-style: solid; border-top-width: 0px; border-right-width: 
0px; border-bottom-width: 0px; border-left-width: 0px; } 

TEXTAREA { 
font-family: verdana; font-size: 8pt; color: #000000; background-color: #ffffff; 
border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 
1px; border-bottom-width: 1px; border-left-width: 1px; }

/* Estilos de los Div*/

DIV#principal{  /*Marco principal-- que contiena la animación flash*/
	width: 800px;
	height: 496px;
	position: absolute;
	border: #000000; /*Linea del borde (color azul marino)*/
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	/*left: 0px;
	top: 0px;*/
}
DIV#encabezadonaranja{  /* Encabezado Superior*/
	width: 800px;
	height: 366px;
	position: absolute;
	background-color: #F27D00;
}
DIV#logotipo{  /* Encabezado Superior*/
	width: 238px;
	height: 89px;
	position: absolute;
	background-color: #F27D00;
	left: 160px;
	top: 65px;
}
DIV#encabezadonegro{  /*Encabezado Negro*/
	width: 171px;
	height: 99px;
	position: absolute;
	background-color: #000000;
	left: 484px;
}


DIV#bajo{  /*Bajo Web*/
	width: 800px;
	height: 130px;
	position: absolute;
	background-color: #000000;
	top: 366px;
	left: 0px;
}

DIV#web{  /*Bajo Web*/
	width: 240px;
	height: 30px;
	position: absolute;
	background-color: #000000;
	top: 332px;
	left: 554px;
}
DIV#imagen_bajo{  /*Bajo Web*/
	width: 739px;
	height: 86px;
	position: absolute;
	background-color: #000000;
	top: 25px;
	left: 31px;
}

DIV#acceso_privado{  /*ACCESO PRIVADO*/
	width: 300px;
	height: 50px;
	position: absolute;
	top: 276px;
	left: 20px;
}

.botonENTRAR{  /*Boton Entrar*/
	background-image:url(../images/b_enviar.gif);
	background-color:transparent;
	width: 47px;
	height: 14px;
}

