/* Estilos sobre etiquetas HTML */
body, html               { margin: 0 auto; padding:0;
                           text-align: center; }
body                     { background: #660000 url(../img/bg-splash.png) repeat-x scroll bottom left;
                           font-family: "Trebuchet MS", Tahoma, Arial;
                           font-size: 11px;
                           color: #cc0000; }
#general {
	position:absolute;
	top:50%;
	left:50%;
	width:410px;
	height:400px;
	margin-left:-225px;
	margin-top:-220px;
	background:#fff url(../img/bg-splash-logo.jpg) no-repeat 20px 20px;
	padding:20px;
	
}
h1 {
	color:#fff;
	margin-top:245px;
	margin-bottom:40px;
	font-size:33px;
	}
p {font-size:16px;
	margin:0;
	color:#000;}
#splash {
	margin-top: 7px;
	margin-bottom: 10px;
	}
#acceso          { width:300px;  padding:10px 0 10px 0; margin:0px auto 9px auto; color:#000; text-align:center;
                       color:#000; font-size:20px }

/* ENLACES ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link				 { color: #cc0000; text-decoration: none}
a:visited, a:active      { text-decoration: none; color: #cc0000; }
a:hover                  { color: #000; text-decoration:underline;}
/* /ENLACES ----------------------------------------------------------------- */