@charset "utf-8";
/* CSS Document */

body
{
	background: #ededed;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper
{
	margin:auto;
	width:940px;
	height: 570px;
	vertical-align:middle;
	position:absolute;
	margin-left:-470px;
	margin-top:-285px;
	left:50%;
	top:50%;
	
}

#splash
{
	margin:auto;
	width:910px;
	height:540px;
	background:#FFFFFF url(splash-barolo.jpg) no-repeat center;
	padding:15px;
	-webkit-box-shadow: 0px 0px 5px 6px #cfcfcf;
	-moz-box-shadow: 0px 0px 5px 6px #cfcfcf;
	box-shadow: 0px 0px 5px 6px #cfcfcf;
}

#idiomas
{
	position:absolute;
	right:22px;
	top:450px;
	font-size: 18px;
	color:#fb0000;
	text-align:right;
}

#idiomas a{
	color:#fd3e2d;
	font-weight:normal;
	text-decoration:none;
}

#disclaimer
{
	position:absolute;
	right:22px;
	top:480px;
	font-size: 11px;
	color:#5a5b5e;
	text-align:right;
}
