/* hoja de estilo principal */
html, body{
	margin: 0;
	padding: 0;	
	border-left:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;	
}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body{
	line-height: 1;
	color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #1a1a1a url(bg.jpg) repeat-x;
}

a:link, a:visited, a:hover, a:active {
	color: #ffffff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


#contenedor{
	width:650px;
	height:750px;
	background:url(fondo.jpg) no-repeat;
	margin:auto;
}

#cont_revistas{
	padding-top:215px;
	height:108px;
}
* html #cont_revistas{
	padding-top:220px;
}
#lista_revistas{
	margin:auto;
	margin-top:7px;	
}

#cont_pub{
	margin-top:30px;
	height:385px;
	text-align:center;
}
	#cont_pub div p{
		margin-top:5px;
		font-family:Arial, Helvetica, sans-serif;
		color:#f2f2f2;
		font-weight:bold;
	}

#tabla{
	margin:auto;
	margin-top:-3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}
	#tabla td{
		width:120px;
		text-align:center;		
	}
	#tabla img{
		/*margin-left:25px;*/
		border:1px solid #cccccc;
		cursor:pointer;
	}
		#tabla img:hover{
			border:1px solid #666666;	
		}
		
.rev_ini img{
	margin-top:30px;
}

#enlace_home{
	position:absolute;
	top:23px;
	left:502px;
}
	#enlace_home a{
		outline:0;
	}
* html #enlace_home{
	left:492px;
}