@charset "utf-8";
body {
	background-color: #FFF;
	background-image: url(img/titulo.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}
#cubierta {
	width:980px;
	margin:auto;
}
#cabecera {
	height: 200px;
}
#index-anunciantes {
	margin:auto;
	width:900px;
	color:#666;
	font-weight:bold;
	padding:20px 0 20px 0;
}
#pie {
	text-align: center;
	color:#039;
	padding-top:20px;
}
#pie a {
	color:#039;
}
.index {
	height: 200px;
	width: 100%;
	display:block;
	text-decoration:none;
}
.menu {
	color:#FFF;
	padding-left:20px;
	width:160px;
}
.index-menu {
	font-weight:bold;
	list-style:none;
}
.div75 {
	width:75%;
	float:left;
}
.div67 {
	width:67%;
	float:left;
}
.div60 {
	width:60%;
	float:left;
}
.div50 {
	width:50%;
	float:left;
}
.div40 {
	width:40%;
	float:left;
}
.div33 {
	width:33%;
	float:left;
}
.div25 {
	width:25%;
	float:left;
}
.destacado {
	background-color:#eeeeff;
	border: 1px solid #CCCCFF;
