@charset "utf-8";
/* CSS Document */

/*Empieza lo de la portada / reportaje / tendencias*/
.en-portada {
	color: #660000;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	background-color: #FFFFFF;
	padding: 2px;
	width:100px;
	
}
.tabla-portada {
	background-image: url(/formato_digital/revista.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tabla-reportaje {
	background-image: url(/default/images/reportajin.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:13px;
}
.tabla-tendencias {
	background-image: url(/default/images/brujulita.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:13px;
}
.vinculos-portada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
}
.vinculos-portada A:link {text-decoration: none; color: #00CCFF;}
.vinculos-portada A:visited {text-decoration: none; color: #00CCFF;}
.vinculos-portada A:active {text-decoration: none; color: #00CCFF;}
.vinculos-portada A:hover {text-decoration: underline; color: #00CCFF;}

.titulo-reportaje {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-transform: uppercase;
	color: #CC0000;
}
.titulo-reportaje A:link {text-decoration: none; color: #CC0000;}
.titulo-reportaje A:visited {text-decoration: none; color: #CC0000;}
.titulo-reportaje A:active {text-decoration: none; color: #CC0000;}
.titulo-reportaje A:hover {text-decoration: underline; color: #CC0000;}

.titulo-tendencias {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-transform: uppercase;
	color: #669900;
}
.titulo-tendencias A:link {text-decoration: none; color: #669900;}
.titulo-tendencias A:visited {text-decoration: none; color: #669900;}
.titulo-tendencias A:active {text-decoration: none; color: #669900;}
.titulo-tendencias A:hover {text-decoration: underline; color: #669900;}

/*Termina lo de la portada / reportaje / tendencias--------------------------------------------------------------------------------------------------------------------------------*/

