@charset "utf-8";
/* CSS Document */

body {
	background-color: #abc203;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
#contenedor {
	margin: 0 auto 0 auto;
	width:900px;
	height:589px;
	z-index:1;
	
}
#contactos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	height: 10px;
	width: 900px;
	float: left;
	position: relative;
	text-align:center;
	margin-top: 5px;
}
#menu_superior{
	float:left;
	width:900px;
	height:16px;
	position: relative;

}

