﻿@charset "UTF-8";

html body { overflow: auto; }

body {
	background: #fff url(./entorno/fondo_general.jpg) repeat-x fixed center center;
	font-family: verdana, sans-serif;
	}


div#contenedor_acceso {
	background: transparent url(./entorno/logotipo.jpg) no-repeat center top ;
	width: 350px; height: 500px;
	margin: -250px -175px;
	top: 50%; left: 50%;
	position: absolute;
	text-align: center;
}

div#idiomas { margin-top: 300px; padding: 0px;  }

div#flash {
	width: 800px; height: 375px;
	margin: -188px -400px;
	top: 50%; left: 50%;
	position: absolute;	
	}

div#otros { color: #666; }
div#otros strong { color: #B04C43; }

p { font-size: 11px; }

a { text-decoration: none; color: #333; }
a:hover { color: #B04C43; }


.textCenter { text-align: center; }


div#idiomas p { margin: 0; }