/*------------------------------------*/
/*			body					  */
/*------------------------------------*/
body
{
	background-color:#b8de1e;
	font-family: Trebuchet MS,Tahoma,Arial
}

/*------------------------------------*/
/*			PanelRight				  */
/*------------------------------------*/
.PanelRight
{
	background-color:#FF9E00;
	width:200px;
	font-family: "Trebuchet MS",Tahoma,Arial;
	text-align: center;
}

.PanelRightTituloNew:hover
{
	background-color:#FF6600 ;
}
/*------------------------------------*/
/*			tdMain				  */
/*------------------------------------*/
.tdMain
{
	background-color:#E1E1E1;
	width:700px;	
}

/*------------------------------------*/
/*	Contadores Visitas/Usuarios			  */
/*------------------------------------*/
.lblContadorVisitas
{
	color:Gray ;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
}

 .lblTiulosApoyan
        {
            height: 30px;
            color: #000000;
            font-weight: 700;
            text-align: center;
            font-size: small;
            font-family:Trebuchet MS;
        }
