@charset "utf-8";
/* 314's CSS Document */


body{
	margin: 0px;
	padding: 0px;
	background-color:#eeecd7;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;

}

#contenedor{ 
	top:0px;
	width:980px; 
	left:50%;
	margin-left: auto; 
	margin-right: auto;
	background-image:url(images/fondo-home.jpg);
	background-repeat:no-repeat;
	height:652px;
}

#menu{
float:left;
width:980px;
padding:90px 0 0 0;
}


#publicidad{
float:left;
padding: 0 0 0 460px;
}

.clearing
{
	clear:both;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;}
