/* CSS Document */

/*pagina de estilos excluscva para el index.htm,pagina inicial de la pagina web*/
body{
	background-color:#FFCC00;
	scrollbar-face-color:#ffcc00;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color:black;
 	scrollbar-track-color: #999999;
	scrollbar-arrow-color: black;
	}

#entrada{
	margin: 1% 0 0 18%;
	background-color:#cc9900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:black;
	width:65%;
}
#bien{
	text-decoration:underline;
	font-size:32px;
font-family:Garamond;
}

#info{
font-size:12px;
color:white;
}

a.entra:link { font-size: 32px; text-decoration:underline; color: white;}
a.entra:active { font-size: 32px; text-decoration: underline; color: red}
a.entra:visited { font-size: 32px; text-decoration: underline; color: white}
a.entra:hover { font-size: 32px; text-decoration: underline; color: red}


