/**
 * splash.css
 */
/**/

body {
	margin: 0px;
	margin-top: 10%;
	font: normal normal 12px Arial, Verdana, Helvetica;
	color: #c5d0da;
	text-align: center;
}

#splash {
	width: 250px;
	margin: 0 auto;
	border: 1px solid #406285;
	padding: 20px;
}

#splash h1 {
	margin: 0 auto;
	margin-top: 0px;
	background-image: url(publicImages/logo.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 65px;
	text-align: center;
}
#splash h1 span {
	display: none;
}

#splash ul {
	margin: 10px 0px 50px 0px;
	padding: 0px;
	list-style: none;
	clear: left;
	display: none;
}
#splash ul li {
	float: left;
	display: block;
}
#splash ul li strong {
	font-weight: normal;
}

#splash a {
	display: block;
	text-align: center;
	font: normal normal 14px Arial, Verdana, Helvetica;
	color: #8096ad;
	text-decoration: none;
}
#splash a.es {
	width: 151px;
	height: 11px;
	background-image: url(publicImages/splash-enter-es.png);
	background-repeat: no-repeat;
	margin-left: 95px;
	margin-top: 50px;
}
#splash a.en {
	width: 151px;
	height: 11px;
	background-image: url(publicImages/splash-enter-en.png);
	background-repeat: no-repeat;
	margin-left: 95px;
	margin-top: 4px;
}
#splash a span {
	display: none;
}
#splash p {
	font: normal normal 12px Arial, Verdana, Helvetica;
	color: #c5d0da;
	text-align: justify;
	width: 195px;
	margin-left: 30px;
}
#splash p a {
	display: inline;
	font-size: 12px;
	text-decoration: none;
	color: #c5d0da;
}

