@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
.body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	background-image:url(../img/fondo-home.gif);
	background-repeat:repeat-x;
}
/* capas */
#fondo {
	background: #FFF url(../img/fondo-home.gif) top repeat-x;
}
#contenedor {
	width: 1020px;
	height: auto;
	margin: auto;
	padding: 0;
}
#portada {
	width: 1020px;
	height: 430px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
#texto {
	width: 1020px;
	height: 70px;
}
#contenido {
	width: 1020px;
	height: 290px;
}
#footer {
	width: 1020px;
	height: 80px;
}
/* portada */

#logo {
	width: 408px;
	height: 39px;
	z-index: 2;
	position: relative;
	left: 20px;
	top: 30px;
	border: none;
}
#contacto {
	width: 230px;
	height: 60px;
	z-index: 3;
	position: relative;
	left: 770px;
	top: -40px;
}
#menu-superior {
	width: 660px;
	height: 30px;
	z-index: 4;
	position: relative;
	left: 10px;
	top: -7px;
}
#menu-superior ul{
	text-align:left;
    margin: 0;
	padding: 0;
}
#menu-superior ul li{
	display:inline;
	text-align:left;
	margin: 0;
	padding: 0;
}

#fondo-portada {
	width: 1020px;
	height: 430px;
	z-index:1;
	position: absolute;
	text-align:center;

	border: none;
}
/* enlaces */
a {
	text-decoration:none;
	color:#333;
	border:none;
}
a:hover {
	text-decoration:none;
	color:#B329BC;
}
}
a:active {
	text-decoration:none;
	color:#4F7CE9;
}
/* contenido */

#mapa-web {
	width: 480px;
	height: 250px;
	background: url(../img/h-fondo-enlaces.jpg) no-repeat top ;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-left: 20px;
	margin-top: 10px;
	float:left;
	text-align: left;
	letter-spacing: 0.005em;
}
#sobre-addoor {
	width: 120px;
	margin-left: 20px;
	margin-top: 20px;
	float:left;
	color:#666;
}
#sobre-addoor ul li{
	margin-top: 10px;
	list-style:none;
}
#sobre-addoor ul li a{
	padding-left: 14px;
	text-decoration:none;
	color: #666;
	background:url(../img/mapa_flecha01.png) left no-repeat;
}
#sobre-addoor ul li a:hover{
    background: url(../img/mapa-flecha02.png) left no-repeat;
	color:#000;
}
#para-anunciantes{
	width: 160px;
	margin-left: 20px;
	margin-top: 20px;
	float:left;
	color:#666;
}
#para-anunciantes ul li{
	margin-top: 10px;
	list-style:none;
}
#para-anunciantes ul li a{
	padding-left: 14px;
	text-decoration:none;
	color: #666;
    background:url(../img/mapa_flecha01.png) left no-repeat;
}
#para-anunciantes ul li a:hover{
    background:url(../img/mapa-flecha02.png) left no-repeat;
	color:#000;
}
#para-publishers{
	width: 120px;
	margin-left: 20px;
	margin-top: 20px;
	float:left;
	color:#666;
}
#para-publishers ul li{
	margin-top: 10px;
	list-style:none;
}
#para-publishers ul li a{
    padding-left: 14px;
	text-decoration:none;
	color: #666;
	background:url(../img/mapa_flecha01.png) left no-repeat;	
}
#para-publishers ul li a:hover{
    background:url(../img/mapa-flecha02.png) left no-repeat;
	color:#000;
}
#para-publishers ul li a:active{
    color:#B329BC;
}
#novedades {
	width: 300px;
	height: 250px;
	background: url(../img/ejemplo-widget.jpg) no-repeat top;
	margin-left: 10px;
	margin-top: 10px;
	float:left;
}
#tags {
	width: 180px;
	height: 250px;
	background: url(../img/tags-fondo.png) no-repeat top;
	margin-left:10px;
	margin-top: 10px;
	float:left;
}
#tags-flash {
	position:relative;
	width: 140px;
	height: 140px;
	margin-left: 15px;
	margin-top: 60px;
}

/* footer */
#iab{
	width: 94px;
	height: 55px;
	margin-left: 20px;
	margin-top: 10px;
	float:left;
}
#redes-sociales{
	width: 300px;
	height: 24px;
	margin-right: 20px;
	margin-top: 10px;
	float:right;
	text-align: right;
}
#redes-sociales a{
	border: 0;
	color:#FFF;
	margin: 0;
	padding: 0;
	
}
#redes-sociales a:hover{
	color:#FFF
	
}
#enlaces-rd{
	margin-left: 5px;
	float:right;
}
#menu-inferior{
	width: 760px;
	height: 15px;
	margin-right: 20px;
	margin-top: 10px;
	float:right;
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.blog{

	font-family:Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #390;
	
}

