.promo .identificador
{
	display:none;
}

img{
	border: 0;
}

/*------------------------------------*/
/*--------------PROMOS----------------*/
/*------------------------------------*/
.promo
{
	margin:4px 0px 4px 8px;
}

.anuncio{ text-align:center; }



/*--------------generico----------------*/

.promoGenerico
{
	border: solid #336697 1px;

	padding: 1px 1px 1px 1px;
	/*
width:300px;
*/
}

.promoGenerico img
{
	width:300px;
	border: 0px;
}

.promoGenerico .pic {text-align:center;}

.promoGenerico .titulo
{
	color:#336697;
	font-family:georgia,times,"times new roman";
	font-size:12px;
	font-weight:bold;
	
	text-align:center;
	
	padding:4px;
}

.promoGenerico .ligaBox
{
	padding:6px 8px 3px 8px;
}

.promoGenerico .ligaFinalBox { padding:6px 3px 3px 3px; }	
	
.promoGenerico .liga,
.promoGenerico .texto
{
	color:#343434;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	/*line-height:12px;*/
}

.promoGenerico .ligaFinal
{
	text-align:right;
	color:#336697;
	font-family:arial;
	font-size:11px;
	text-transform:uppercase;
	padding: 5px;
}

.promoGenerico .liga:hover
{
	color:#666666;
	text-decoration:underline;
}

.promoGenerico .ligaFinal:hover
{
	color:#666666;
	text-decoration:underline;
}

.promoGenerico .hr
{
	border-bottom: #343434 dotted 1px ;
	height:0px;
}


/*--------------generico2----------------*/
.promoGenerico2
{
	background-color:#d6d6d6;
	padding:10px 10px 2px 10px;
	width:288px;
}

.promoGenerico2 img
{
	float:left;
	width:100px;
	margin: 0px 5px 5px 0px;
}

.promoGenerico2 .recuadro
{
	background-color:#f0f0f0;
	min-height:100px;
	padding:5px;
}

.promoGenerico2 .tematica
{
	color:#AEAEAE;
	font-family:"trebuchet ms",arial;
	font-size:10px;
	font-weight:bolder;
	letter-spacing:0;
	/*line-height:10px;*/
	text-transform:uppercase;
	text-align:right;
	border-bottom: #AEAEAE solid 1px;
	
	padding:2px;
}

.promoGenerico2 .titulo
{
	color:#336697;
	font-family:georgia,times,"times new roman";
	font-size:12px;
	font-weight:bold;
	
	padding:2px;
}


.promoGenerico2 .texto
{
	color:#343434;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	/*line-height:12px;*/
	
	padding:2px;
}

.promoGenerico2 .texto_liga_recuadro
{
	color:#990000;
	font-family:arial;
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
	
	padding:2px;
}

.promoGenerico2 .texto_liga_promo
{
	color:#000000;
	font-family:"trebuchet ms",arial;
	font-size:12px;
	letter-spacing:0;

}