@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; }

.cuadre {
	width: 300px;
	border:6px solid #5F6388;
	background-color: #FFF;
	text-align: center;
	margin:15px auto;
	padding:10px 15px;

	-webkit-box-shadow: 0 0 5px 5px #8A8993;       
	-moz-box-shadow: 0 0 5px 5px #8A8993;  
	box-shadow: 0 0 5px 5px #8A8993;
}

.cuadre img {
	border:0;
}

#entrada {
	width: 400px;
	top: 50%; left: 50%;
	margin: -237px -200px;
	position: absolute;
}

div#flash {
	width: 800px; height: 575px;
	top: 50%; left: 50%;
	margin: -286px -400px;
	position: absolute;
}


h3 {
	font-size: 11px; font-weight: bold;
	margin: 0 0 7px 0;
	border-bottom: 2px solid #A2A5C1;
	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; }

