BODY {
	font-family: Arial, Verdana, Tahoma;
	color: #666;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: #999999;
}

A {
	outline: none;
	text-decoration: underline;
	color: #FFF;
}

FORM {
	padding: 0;
	margin: 0;
}

IMG {
	outline: none;
	border: 0;
}

P {
	text-align: justify;
	padding: 0 0 15px 0;
	margin: 0;
}

UL.Lista {
	text-align: justify;
	padding: 0 0 15px 20px;
	margin: 0;
}

UL.Lista LI {
	padding-bottom: 10px;
}

/* Estructura de la web */


.Espanar {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.Contenedor {
	width: 100%;
	height: 580px;
	position: absolute;
	top: 50%;
	margin-top: -290px;
}

.Flash {
	width: 100%;
	text-align: center;
	height: 550px;	
	margin: 0 auto;
	background: #FFF url(/imagenes/fondo_flash.gif) repeat-x 0 0;
}

.Pie {
	width: 900px;
	height: 20px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
	font-size: 10px;
	color: #FFF;

}
