@charset "UTF-8";

* { margin: 0; padding: 0; }

html  { overflow: hidden; }

body {
	background: #aab3ca url(./entorno/fondo_general.jpg) repeat-x top left fixed;
	font-family: tahoma, sans-serif;
	color: #333;
	overflow: hidden;  
	}

div#encuadre {
	width: 300px; height: 490px;
	margin: -245px -150px;
	position: absolute;
	top: 50%; left: 50%;
	}

div.entrada {	background: transparent url(./entorno/logotipo.gif) no-repeat center top; }

div#acceso { margin-top: 320px; text-align: center; }	
div#otros { font-size: 11px; text-align: center; margin: 30px auto; }

#flash_zone {
	width: 890px; width: 600px;
	position: absolute;
	margin: -300px -445px;
	top: 50%; left: 50%;
	
	}

h4 { margin: 12px auto 5px auto; color: #666; font-size: 12px; border-bottom: 1px solid #666; width: 230px; }

p { margin: 7px 0; }

a  { text-decoration: none; color: #666; }
a:hover  { color: #000; }

div#acceso a { font: bold 14px "Trebuchet MS", arial, sans-serif;padding: 0 10px; }
