/*********************  GENERAL  **************************/
body {
	background: url(../images/bg.png) repeat-x top left #1c0502;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
	margin: 0px;
}
/*p{
	margin: 0 0 .7em 0;
	text-align:justify;
}
a:link, a:visited {
	color:#d65455;
	text-decoration:none;
}
a:hover{
	color:#d65455;
	text-decoration: underline;
}
ul{
	list-style: none;
	margin: 0;
	font-weight: normal;
}
ul li{
	margin: 0;
	padding:2px 0;
	list-style: none;
}*/
/******************   LAYOUTS      ***************/
#contenedor{
	top: 0%; 
	left: 50%; 
	margin-left: -491px;
	margin-top:0;
	position: absolute; /**/
	width: 982px;
	height:580px;
	background: none;
}

div#anuncio{
	width:372px;
	height:/*374px*/374px;
	z-index:10;
	position:absolute;
	top: 50% ;
	left: 50% ;
	margin: -187px 0 0 -186px ;
	text-align:center;
	visibility:visible;
}

