﻿@charset "UTF-8";

body {
	padding: 0;
	margin: 0;
	overflow: auto;
	color: #fff;
	font: 72% Verdana, Arial, Helvetica, sans-serif;
	}

body#flash { background: #333 url(entorno/fondo_flash.gif); }

p { margin-top: 0; }

h4 { font-size: 1.4em; }

#content_flash {
	width: 750px;
	height: 550px;
	top: 50%; 
	left: 50%;
	position: absolute;
	margin: -275px -375px;
	background: #000;
}

#entrada {
	width: 500px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px;
	background: #fff url(./entorno/entrada.jpg) no-repeat center top;
	}

	
#direccion {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin-top: 310px;
	text-align: center;
	}
	
#requisitos {
	width: 200px;
	margin: 20px auto;
	font-size: .9em;
	color: #333;
}

#requisitos h4 {
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
}

a {
	text-decoration: none;
	color: #060;
}

a:hover {
	color: #000;
}

a.acceso { font: bold 1.4em trebuched ms, georgia, times; text-decoration: none; }

.textCenter { text-align: center; }
		