@charset "utf-8";

html { overflow: hidden; }
body	 { background: #ababab; font-family: verdana, arial, sans-serif; }
body#flash	 { background: #ababab url(entorno/fondoFlash.jpg) no-repeat center center fixed; }


div#entrada {
	width: 400px; height: 474px;
	top: 50%; left: 50%;
	margin: -237px -200px;
	position: absolute;
	background: #ababab url(./entorno/entrada.jpg) no-repeat center top;
	}

div#concesionario {
	width: 250px;
	margin: 0 auto;
	margin-top: 110px !important;
	height: 10px;
}	
	
div#requisitos {
	width: 250px;
	margin: 0 auto;
	margin-top: 40px !important;
	padding: 10px;
}

div#acceso {
	width: 250px;
	margin: 0 auto;
	margin-top: 105px !important;
	text-align: center;
	}


div#flash {
	width: 800px; height: 575px;
	top: 50%; left: 50%;
	margin: -286px -400px;
	position: absolute;
}


h3 {
	font-size: 11px; font-weight: bold;
	margin-bottom: 7px;
	border-bottom: 2px solid #666;
	text-align: center;
	color: #444;
	}
	
p { margin: 0px; padding: 0px; }
a,p { font-size: 10px; text-decoration: none; }

a { color: #00f; }
a:hover { color: #000; }

div#acceso ul { padding: 0; margin: 0; }
li { display: inline; padding: 0 10px; }
