/* ESTILOS GENERALES */

body {
	background-color:#000;
	font-family : verdana;
	font-size : 9px;
	color : #fff;
	padding:0px;
}

a:link { 
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
}
a:hover {
	color: #0F7AD1;
	text-decoration:none;
}

/* CONTENEDOR */

#contenedor{
	position: absolute;
	background-color: #000;
	left: 50%;
	top: 50%;
	width: 540px;
	margin-left: -270px;
	margin-top: -170px;
}

