/* CSS Document */
body{
	background-color:#000;
	margin:0;
	color:#FFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align:justify;
}

.banner{
	width: 500px;
	height: 120px;
	position: absolute;
}


.contacto{
	width: 500px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 281px;
	color:#FFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

a:link {
	color:#FFF;
}

a:visited {
	color:#FFF;
}

a:active {
	color:#a73334;
	font-weight:300;
}

a:hover {
	color:#cccccc;
	font-weight: bold;
}

.seleccionado {
	color:#cccccc;
	font-weight: bold;
}