/*CSS document */

* {
margin: 0px;
padding: 0px;
}

body {
background: #000000;
}

#centro {
visibility: visible;
margin-left: -478px;
position: absolute;
left: 50%;
witdh: 955px;
}

.contenido {
width: 955px;
background-color: #000000;
padding: 5px;
margin: 180px auto 180px;
}
.idioma{
	font-family: "Century Gothic"
	font-size: 2px;
	line-height: normal;
	font-weight: normal;
	color: #CECECE;
	font-style: normal;
	font-size: xx-small;
}
.idioma:hover{
	font-family: "Century Gothic"
	font-size: 2px;
	line-height: normal;
	font-weight: normal;
	color: #CECECE;
	font-style: normal;
	font-size: xx-small;
	text-decoration: underline;
}
.visita{
	font-family: "Century Gothic"
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	color: #CECECE;
	font-style: normal;
	font-size: x-small;
}