@charset "UTF-8";
/* CSS Document */
body{
	text-align:center;
	margin:0px;
	padding:0px;
	background-position:center;
	background-repeat:no-repeat;
}
#CONTAINER{
	margin:0 auto;
	height:700px;
	width:1000px;
	background-color:#FFF;
	border:10px #600 solid;
	margin-top:120px;
	background-image:url(contacto.jpg);
	border-style:none;
}
#MENU{
	margin:10px;
	height: 130px;
			
}
#MENU ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	color:#006;
}

#MENU li{
	float:left;
	margin:15px;
	padding-left:5px;
	padding-right:50px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	
}
#MENU a{
	color:#006;
	text-decoration:none;
	/*display:block;*/
}
#MENU a:hover{
	text-decoration:none;
	color:#99F;
	text-align:center;
}






