@charset "utf-8";
/* CSS Document */

body {
	background:#000 url(../img/bg.jpg) repeat;
	margin:0;
}

a {
	color:#666;
	text-decoration:underline;
}

u {
	color:#FD8F25;
}

a:hover {
	text-decoration:none;
}

#contenedor {
	width:770px; height:auto;
	background-color:#f6f6f6;
}

#contenido {
		width:736px; height:auto;
		padding:0 17px 0 17px;
}

	
#botonera {
	width:730px; height:37px;
	text-align:right;
	padding-right:10px;
	padding-top:20px;
	font:12px/14px Arial, Helvetica, sans-serif;
}

	#botonera a {
		color:#666;
	}
	
	#botonera li {
		display:inline;
		margin-left:8px;
	}
	
#header {
	width:770px; height:164px;
}

#tapa {
	width:213px; height:290px;
	background:url(../img/bg_tapa.jpg) center top no-repeat;
	float:left;
	padding:27px 13px 13px 13px;
}

#tapa h1 {
	font:18px/14px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	margin-top:4px;
}

#actual {
	width:313px; height:290px;
	background:url(../img/bg_actual.jpg) center top no-repeat;
	float:left;
	padding:17px 13px 13px 23px;
}

	#actual #seccion {
		width:305px; height:90px;
		background:url(../img/bg_actual_seccion.jpg) center bottom no-repeat;
		float:left;
		padding-top:10px;
	}

	#actual #seccion img {
		width:140px; height:70px;
		float:left;
		margin-right:10px;
	}
	
	#actual #seccion h1 {
		font:14px/14px Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#515151;
		text-align:left;
	}
		
	#actual #seccion p {
		font:12px/14px normal Arial, Helvetica, sans-serif;
		color:#666;
		text-align:left;
		margin-top:-10px;
	}
	
		
#auspician {
	width:148px; height:460px;
	background:url(../img/bg_banners.jpg) center top no-repeat;
	float:right;
	text-align:left;
	padding-top:28px;
}

	#auspician li {
		list-style-type:none;
		margin-left:-26px;
		margin-bottom:6px;
	}
	
	
#revistas {
	width:560px; height:50px;
	background-color:#009966;
	float:left;
}

#seccionContenido {
	width:532px; height:auto;
	font:12px/16px normal Arial, Helvetica, sans-serif;
	color:#515151;
	text-align:left;
	float:left;
	padding:35px 23px 13px 23px;
	margin-bottom:15px;
}

#seccionContenido h1 {
	font:12px/16px normal Arial, Helvetica, sans-serif;
	color:#FD8F25;
	margin-top:0;
	margin-bottom:0;
}

#seccionContenido img {
	float:right;
}

.revistas {
	background:url(../img/bg_anteriores.jpg) top center no-repeat;
}

.acerca {
	background:url(../img/bg_acerca.jpg) top center no-repeat;
}

.links {
	background:url(../img/bg_links.jpg) top center no-repeat;
}

	.links p {
		margin-top:0;
	}


.contacto {
	background:url(../img/bg_contacto.jpg) top center no-repeat;
}

	.contacto p {
		margin-top:0;
	}	
	
	
#firma {
	margin-top:20px;
}

#up {
	width:100%;
	text-align:right;
	float:left;
}


