body {

	margin: 0px;

	padding: 0px;

	background-color: 1d5266;

	background-image: url(img/bg_general.png);

	background-repeat: repeat-x;

	text-align: center;

}

.bodyIntro {

	margin: 0px;

	padding: 0px;

	background-color: #001516;

	background-image: url(img/bg-pattern.png);

	background-repeat: repeat;

}

#wrap {

	position: relative;

	height: 100%;

	margin: 0 auto;

}

#content {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -175px;
	font-family: Helvetica, Arial;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	height: 351px;
	left: 0px;
	width: 100%;

} 



.entrar {

	margin-left: 130px;

	font-size: 14px;

	color: #FFFFFF;

	/*opacity: 0.7;

	-moz-opacity: 0.7;

	filter: alpha(opacity=70);

	background-color: #000000;*/

	width: 155px;

	display: marker;

	padding: 1px 5px 1px 5px;

	text-align: center;

}

.address {

	margin-top: 65px;

	margin-left: 0px;

	font-size: 11px;

	text-align: center;

	color: #FFFFFF;

}

.small {

	font-size: 10px;

	color: #FFFFFF;

}



a {

	color: #FFFFFF;

	text-decoration: underline;

}

a:hover {

	color: #B70052;

	text-decoration: underline;

}
