@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #333;
}
h1 {
	font-size: 20px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-indent: 10px;
	font-variant: small-caps;
}
#revistas td{
	background-image: url(../img/bg_portaditas.png);
	border: thin solid #CCC;
}
.campos {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
}

.shadow_left {
	background-image: url(../img/shadow_left.png);
}
.shadow_right {
	background-image: url(../img/shadow_right.png);
}
#fecha {
	font-size: 10px;
	color: #999;
	text-align: right;
	display: block;
	padding: 20px;
}
#contenido {
	display: block;
	padding: 20px;
	width: 610px;
}
#contenido p {
	font-size: 12px;
	text-align: justify;
	color: #333;
}
#contenido #perfil {
	font-size: 12px;
	color: #333;
}
.rojo {
	color: #F00;
	text-align: center;
	display: block;
}
#contenido #anunciantes a{
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

