
/* CSS Document */

html
{
height: 100%;
overflow: auto;
}



/*///////////////////////////////////////////////////////////////////P*/
p {																	/**/
	font-family: Tahoma, Verdana, Arial;							/**/
	text-align: justify;											/**/
	font-size: 11px;												/**/
	color: #666666;													/**/
}																	/**/
p a:link
{															/**/
	font-size: 11px;												/**/
	color: #666666;													/**/

	background-position: right 20%;
	background-repeat: no-repeat; 
	text-decoration: none;
	border-bottom: none;

}																		/**/
p a:visited{														/**/
	font-size: 11px;												/**/
	color: #666666;													/**/
	background-position: right 20%;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: none;
}																							/**/
p a:hover{															/**/
	font-size: 11px;												/**/
	color: #FF9900;													/**/
	background-position: right 20%;
	background-repeat: no-repeat;
	text-decoration: none; 
	border-bottom: dotted 1px #F90;

}																							/**/
p a:active{															/**/
	font-size: 11px;												/**/
	color: #666666;													/**/
	background-position: right 20%;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: none; 

}																		/**/
/*////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////H1*/
h1 {																/**/
    font-family: Times New Roman, Times, serif;                     /**/
    color: #3d6c3b;                                                 /**/
    font-size: 18px;                                                /**/
    font-weight: normal; 											/**/
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;	
}																	/**/
h1 a:link{															/**/
}																	/**/
h1 a:visited{														/**/
}																	/**/
h1 a:hover{															/**/
}																	/**/
h1 a:active{														/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////H2*/
h2 {																/**/
    font-family: Tahoma, Verdana, Arial;                     /**/
    color: #578d55;                                                 /**/
    font-size: 13px;                                                /**/
										/**/
    border-bottom: solid 1px #578d55;
    border-top: solid 1px #578d55;
    font-variant: small-caps;
    background-color:#FCFCFC;	
    text-align: center;
    padding: 4px;
}	                                                                /**/
h2 a:link{															/**/
}																	/**/
h2 a:visited{														/**/
}																	/**/
h2 a:hover{															/**/
}																	/**/
h2 a:active{														/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////H3*/
h3 
{
 	font-family: Tahoma, Verdana, Arial;							/**/
	text-align: right;								    			/**/
	font-size: 11px;												/**/
	color: #999999;
	font-weight: normal;
	padding-top: 3px;
}																	/**/
h3 a:link{															/**/
}																	/**/
h3 a:visited{														/**/
}																	/**/
h3 a:hover{															/**/
}																	/**/
h3 a:active{														/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////H4*/
h4	
{
    font-family: Tahoma, Verdana, Arial;							/**/
	text-align: left;								    			/**/
	font-size: 11px;												/**/
	color: #999999;
	font-weight: normal;
	padding-top: 3px;																/**/
}																	/**/
h4 a:link{															/**/
}																	/**/
h4 a:visited{														/**/
}																	/**/
h4 a:hover{															/**/
}																	/**/
h4 a:active{														/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////H5*/
h5 
{
    font-family: Tahoma, Verdana, Arial;							/**/
	text-align: left;								    			/**/
	font-size: 13px;												/**/
	color: #666666;
	font-weight: bold;
	font-variant: small-caps;										/**/
}																	/**/
h5 a:link{															/**/
}																	/**/
h5 a:visited{														/**/
}																	/**/
h5 a:hover{															/**/
}																	/**/
h5 a:active{														/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////H6*/
h6 {																/**/
	font-family: Tahoma, Verdana, Arial;							/**/
	font-size: 11px;												/**/
	font-weight: bold;												/**/
	color: #999999;													/**/
	padding: 0px;													/**/
	margin: 0px;
}																	/**/
h6 a:link{															/**/
}																	/**/
h6 a:visited{														/**/
}																	/**/
h6 a:hover{															/**/
}																	/**/
h6 a:active{														/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////// IMG*/
img{																/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////LISTAS*/
li{																	/**/
    position: relative;                                             /**/
	font-family: Tahoma, Verdana, Arial;							/**/
	font-size: 11px;												/**/
	color: #999999;													/**/
}																	/**/
li a:link{															/**/
	color: #999999;													/**/
	text-decoration: none;											/**/
}																	/**/
li a:visited{														/**/
	color: #999999;													/**/
	text-decoration: none;											/**/
}																	/**/
li a:hover{															/**/
	color: #FF9900;													/**/
	text-decoration: none;											/**/
}																	/**/
li a:active{														/**/
	color: #999999;													/**/
	text-decoration: none;											/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////ESPAÇAMENTO*/
.espaco_10{															/**/
	height: 10px;													/**/
	font-size: 1px;													/**/
}																	/**/
.espaco_15{															/**/
	height: 15px;													/**/
	font-size: 1px;													/**/
}																	/**/
.espaco_20{															/**/
	height: 20px;													/**/
	font-size: 1px;													/**/
}																	/**/																
/*////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////LEIA MAIS*/
.leia_mais
{
	/**/
	background-image: url(images/sinal_mais.png); /**/
	background-position: left; /**/
	background-repeat: no-repeat; /**/
	font-family: Tahoma, Verdana, Arial; /**/
	font-size: 11px; /**/
	text-indent: 10px;
	padding: 0px;
	margin-top: -8px; /**/
	margin-bottom: 5px; /**/
	display: inline-block; /**/
	float: left;
	color: #666666;
}																	/**/
.leia_mais a:link{													/**/
	color: #FF9900;													/**/
	border-bottom: #FF9900 1px dotted;								/**/
	text-decoration:none;											/**/
}																	/**/
.leia_mais a:visited{												/**/
	color: #FF9900;													/**/
	border-bottom: #FF9900 1px dotted;								/**/
	text-decoration:none;											/**/
}																	/**/
.leia_mais a:hover{													/**/
	color: #666666;													/**/
	border-bottom: none;											/**/
	text-decoration:none;											/**/
}																	/**/
.leia_mais a:active{												/**/
	color: #FF9900;													/**/
	border-bottom: #FF9900 1px dotted;								/**/
	text-decoration:none;											/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////CLASSES PARA FORMS*/
.input_barramenu{													/**/
	background-color: #ffffff;										/**/
	border: 1px #CCCCCC solid;										/**/
	width: 130px;													/**/
	height: 15px;													/**/
	color: #666666;													/**/
	font-family: Tahoma, Verdana, Arial;							/**/
	font-size: 11px;												/**/
}																	/**/
.botao_newsletter
{
	/**/
	background-color: #ffffff; /**/
	width: 62px; /**/
	height: 17px; /**/
	color: #3D6C3B; /**/
	font-family: Tahoma, Verdana, Arial; /**/
	font-size: 11px; /**/
	font-weight: bold; /**/
	border: 1px solid #7fbd86; /**/
	margin: 5px 5px 5px 70px;
}																	/**/
.botao_admin{														/**/
	background-color: #EEEEEE;										/**/
	width: 62px;													/**/
	height: 17px;													/**/
	color: #999999;													/**/
	font-family: Tahoma, Verdana, Arial;							/**/
	font-size: 11px;												/**/
	font-weight: bold;												/**/
	border: none;													/**/
	margin: 5px 5px 5px 70px;
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////TOPO LARGURA 100%*/
#topomenu{                                      					/**/
    position: absolute;
	top:0px;														/**/
	width: 100%;													/**/
	height: 25px;													/**/
	background-image:url(images/fundo_menu.jpg);					/**/
	background-position: top;										/**/
	background-repeat: repeat-x;									/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////TOPO CENTRALIZADO*/
#topocentral{                                   					/**/
    position: absolute;
	top:25px;														/**/
	width: 100%;													/**/
	height: 60px;													/**/
	background-image:url(images/fundo_topo_s_listra.png);   		/**/
	background-position: top;										/**/
	background-repeat: repeat-x;									/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////LINHA LARANJA*/
#topobaixo{															/**/
    position: absolute;
	font-size: 1px;													/**/
	top: 85px;														/**/
	width: 100%;													/**/
	height: 5px;													/**/
	background-color:#FF9900;										/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/* //////////////////////////////////////////////////LISTRAS DO CENTRO*/
#listras_superiores{												/**/
	background-image: url(images/fundo_listrado_topo.png);		    /**/
	background-position: top;										/**/
	background-repeat: repeat-x;									/**/
	top: 90px;														/**/
	width: 100%;													/**/
	height: 50px;													/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////CONTEUDO CENTRALIZADO*/
#centralizatotal {													/**/
	position: absolute;												/**/
	width: 800px;													/**/
	margin-left: -400px;											/**/
	left: 50%;														/**/
	top: 0px;														/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////EXIBIÇÃO DO LOGO*/
#logo{																/**/
	position: absolute;												/**/
	top:0px;														/**/
	left: 5px;														/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////MENU TOPO*/
#menu{																/**/
	position: absolute;												/**/
	top: 3px;														/**/
	left: 250px;													/**/
	height: 25px;													/**/
	text-align: center;												/**/
}																	/**/
#menu p{															/**/
	font-family: Tahoma, Verdana, Arial;							/**/
	text-align: center;												/**/
	font-size: 11px;												/**/
	color: white;													/**/
	color: #666666;													/**/
	padding: 0px;													/**/
	margin: 0px;													/**/
}																	/**/
#menu p a:link{														/**/
	color: #FFFFFF;													/**/
	text-decoration: none;											/**/
}																	/**/
#menu p a:visited{													/**/
	color: #FFFFFF;													/**/
	text-decoration: none;											/**/
}																	/**/
#menu p a:hover{													/**/
	color: #FF9900;													/**/
	border-bottom: 1px dotted #FF9900;								/**/
}																	/**/
#menu p a:active{													/**/
	color: #FF9900;													/**/
	text-decoration: none;											/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/* //////////////////////////////////////////////////// CAMPO DE BUSCA*/
.busca{																/**/
	position: absolute;								/**/
	top: 0px;														/**/
	left: 560px;													/**/
	height: 25px;													/**/
	width: 201px;													/**/
	background-image:url(images/fundo_busca.jpg);				    /**/
	background-repeat:no-repeat;									/**/
}																	/**/
.sup_busca
{
	position: absolute; /**/
	left: 15px; /**/ /**left: 13px;*/ /**/
	top: 5px; /**/ /**top: 5px;*/ /**/
}																	/**/
#sup_busca fieldset {												/**/
	border: none;													/**/
}																	/**/
#sup_busca legend {													/**/
	display: none;													/**/
}																	/**/
.b 			
{
	position: absolute;													/**/
	width: 150px;													/**/
	height: 17px;
												/**/
	margin-top: 0px;												/**/
	background: none;												/**/
	border: none;													/**/
	font: 11px 	Tahoma, Verdana, Arial;								/**/
	color: #474848;													/**/
}																	/**/
.x {			position: absolute;														/**/
       left: 158px;         													/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/* //////////////////////////////////////////// CONTEUDO LISTRADO TOPO*/
#imagemcentral{														/**/
	position:absolute;												/**/
	top: 25px;														/**/
	left: 184px;													/**/
	height: 60px;													/**/
	width: 410px;													/**/
	background-image:url(images/fundo_topo.png);					/**/
}																	/**/
#imagemosasco{														/**/
	position:absolute;												/**/
	top: 25px;														/**/
	left: 593px;													/**/
	height: 60px;													/**/
	width: 196px;													/**/
	background-image:url(images/fundo_osasco.png);		    		/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////BLOCO CONTEUDO HOME*/
#bloco_do_conteudo{													/**/
	position: absolute;												/**/
	width: 790px;													/**/
	top:110px;														/**/
	left:5px;														/**/
}																	/**/
#topo_corpo {														/**/
	height: 24px;													/**/
	float: left;													/**/
	}																/**/
#corpodocorpo {														/**/
	position: relative;												/**/
	float: left;													/**/
	padding: 0px 8px 0px 8px;										/**/
	width: 774px;													/**/
	background-image:url(images/fundo_corpo_home.png);			    /**/
    _background-image: none;                                        /**/
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=App_Themes/jucesp/images/fundo_corpo_home.png, sizingMethod='scale');
	background-position: top;										/**/
	background-repeat: repeat-y;									/**/
}																	/**/
#fimdocorpo {														/**/
	height: 24px;													/**/
	float: left;													/**/
}																	/**/
#rodape {															/**/	
	height: 60px;													/**/
	width: 740px;													/**/
	float: left;													/**/
	padding-top: 0px;												/**/
	padding-right: 25px;											/**/
	padding-bottom: 0px;											/**/
	padding-left: 25px;												/**/
}																	/**/
																	/**/
		/* CONFIGURANDO O PARAGRAFO NO RODAPE */					/**/
																	/**/
#rodape p {															/**/
	font-family: Tahoma, Verdana, Arial;							/**/
	text-align: left;												/**/
	font-size: 11px;												/**/
	color: #3d6c3b;													/**/
}																	/**/
#rodape p a:link{													/**/
	font-size: 11px;												/**/
	color: #cb7668;													/**/
	border-bottom: #6088a7 dotted 1px;								/**/
	text-decoration: none;											/**/
}																	/**/
#rodape p a:visited{												/**/
	font-size: 11px;												/**/
	color: #cb7668;													/**/
	border-bottom: #6088a7 dotted 1px;								/**/
	text-decoration: none;											/**/			
}																	/**/
#rodape p a:hover{													/**/
	font-size: 11px;												/**/
	color: #EEEEEE;													/**/
	border-bottom: none;											/**/
	text-decoration: none											/**/
}																	/**/
#rodape p a:active{													/**/
	font-size: 11px;												/**/
	color: #cb7668;													/**/
	border-bottom: #6088a7 dotted 1px;								/**/
	text-decoration: none;											/**/
}																	/**/
#rodape .direita {													/**/
	width: 80px;													/**/
	float: right;													/**/
	}																/**/
#rodape .esquerda {													/**/
	float:left;														/**/
	width: 550px;													/**/
}																	/**/		
#rodape .direita2 {													/**/
	width: 260px;													/**/
	float: right;													/**/
	}																			/**/
/*////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////BLOCO CONTEUDO INTERNA*/
#corpodocorpo_interna {												/**/
	position: relative;												/**/
	float: left;													/**/
	padding: 0px 8px 0px 8px;										/**/
	width: 774px;													/**/
	background-image:url(images/fundo_corpo.png);				    /**/
	_background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=App_Themes/jucesp/images/fundo_corpo.png, sizingMethod='scale');
	background-position: top;										/**/
	background-repeat: repeat-y;									/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////MENU ESQUERDO*/
#menu_esquerdo {													/**/
	float: left;													/**/
	display: inline;												/**/
	padding: 0px 10px 0px 10px;										/**/
	width: 150px;													/**/
	height: 100%;													/**/
	border-right: 1px #EEEEEE solid;								/**/
	text-align: left;												/**/
}																	/**/
#menu_esquerdo ul{													/**/
	margin:0px;														/**/
	font-size: 11px;
	padding: 0px;													/**/
	list-style: none;												/**/
}																	/**/
#menu_esquerdo li{													/**/
	border-bottom: 1px solid #EEEEEE;								/**/
	line-height: 20px;												/**/
}																	/**/
#menu_esquerdo li a:link                                            /**/
{                       											/**/
	padding-left: 10px;												/**/
	background: url(images/seta_blank.png) 0 50% no-repeat;		    /**/
}																	/**/
#menu_esquerdo li a:visited                                         /**/
{                                                                   /**/
    padding-left: 10px;											    /**/
	background: url(images/seta_blank.png) 0 50% no-repeat;		    /**/
}																	/**/
#menu_esquerdo li a:hover                                           /**/
{											                        /**/
	padding-left: 10px;	                                            /**/
	background: url(images/seta.png) 0 50% no-repeat;			    /**/
}																	/**/
#menu_esquerdo li a:active{											/**/
    padding-left: 10px;	                           					/**/					
	background: url(images/seta_blank.png) 0 50% no-repeat;		    /**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////BOXES ABAIXO MENUS*/
#box_newsletter{													/**/
	background-color: #eeeeee;										/**/
	padding: 5px 5px 5px 13px;										/**/
	margin-left: -5px;												/**/
	margin-right: -5px;												/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////BOXES ABAIXO ADM MENUS*/
#box_newsletter_adm{												/**/
	background-color: #f6f0dc;										/**/
	padding: 5px 5px 5px 5px;										/**/
	margin-left: -5px;												/**/
	margin-right: -5px;												/**/
}																	/**/
/*////////////////////////////////////////////////////////////////////*/

/* ///////////////////////////////////////////// */
/*            					   CONTEUDO HOME */
/* ///////////////////////////////////////////// */
#conteudo_home {
	float: left;
	display: inline;
	width: 380px;
	padding: 0px 8px 0px 8px;
}


/* ///////////////////////////////////////////// */
/*            					   CONTEUDO INTERNO */
/* ///////////////////////////////////////////// */
#conteudo_interno {
	float: left;
	display: inline;
	width: 585px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#conteudo_interno p a:link
{															/**/
	font-size: 11px;												/**/
	color: #666666;													/**/
	background-image:url(images/link_p_n.png);
	background-position: right 20%;
	background-repeat: no-repeat; 
	text-decoration: none;
	border-bottom: none;
	padding-right: 11px;
}																	/**/
#conteudo_interno p a:visited{														/**/
	font-size: 11px;												/**/
	color: #666666;													/**/
	background-image:url(images/link_p_n.png);
	background-position: right 20%;
	background-repeat: no-repeat;
	padding-right: 11px;
	text-decoration: none;
	border-bottom: none;
}																	/**/
#conteudo_interno p a:hover{															/**/
	font-size: 11px;												/**/
	color: #FF9900;													/**/
	background-image:url(images/link_p_a.png);
	background-position: right 20%;
	background-repeat: no-repeat;
	text-decoration: none; 
	border-bottom: dotted 1px #F90;
	padding-right: 11px;
}																	/**/
#conteudo_interno p a:active{															/**/
	font-size: 11px;												/**/
	color: #666666;													/**/
	background-image:url(images/link_p_n.png);
	background-position: right 20%;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: none; 
	padding-right: 11px;
}	
/* ///////////////////////////////////////////// */
/*            					   NEWS DIREITA  */
/* ///////////////////////////////////////////// */
#news_direita {
	float: right;

	width: 188px;
	padding: 0px 8px 0px 8px;
}
.news_bloco {
	border-bottom: 1px #ACACAC solid;
	height: 30px;
}



.blocoindicadores 
{
    border: solid 1px #8c0907;
    font-family: Tahoma, Verdana, Arial;                            /**/
    color: #8c0907;                                                 /**/
    font-size: 13px;                                                /**/
}
.blocoindicadores p
{																	/**/
	font-family: Tahoma, Verdana, Arial;							/**/
	text-align: center;											/**/
	font-size: 11px;												/**/
	color: #666666;
	margin-bottom: 15px;												/**/
}																	/**/


/*////////////////////////////////////////////////////////////////BODY*/
body {																/**/
	margin: 0px 0px 0px 0px;										/**/
	padding: 0px 0px 0px 0px;										/**/
	height: 100%;
	background-attachment: fixed;
    background-position: bottom;
	background-image:url(images/fundo_body_ie.png);	
	/*background: none;
	*background-attachment: scroll;
    *background-position:bottom;
	*background-image:url(images/fundo_body_ie.png);	*/
	background-repeat:repeat-x;	                                    /**/
    /*overflow: auto;*/ 
}																	/**/
/*////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////Formulários*/
.formularios 
{
    background-color: #FFFFFF;
    border: solid 1px #DDDDDD;
    color: #999999;													/**/
	font-family: Tahoma, Verdana, Arial;							/**/
	font-size: 11px;
}
.botao_formulario
{
	background-color: #3d6c3b;										/**/
	width: 62px;													/**/
	height: 17px;													/**/
	color: #FFFFFF;													/**/
	font-family: Tahoma, Verdana, Arial;							/**/
	font-size: 11px;												/**/
	font-weight: bold;												/**/
	border: none;													/**/
	margin: 5px 5px 5px 5px;
}


/*//////////////////////////////////////////////////////////Grid Views*/
                                                                    /**/
.linktabela a:link                                                  /**/
{                                                                   /**/
    text-decoration: none;
    color: #666666;
    padding-left: 10px;												/**/
	background: url(images/seta_blank.png) 0 50% no-repeat;		    /**/
}
.linktabela a:visited
{
    text-decoration: none;
    color: #666666;
    padding-left: 10px;												/**/
	background: url(images/seta_blank.png) 0 50% no-repeat;		    /**/
}
.linktabela a:hover
{
    text-decoration: none;
    color: #FF9900;
    padding-left: 10px;												/**/
	background: url(images/seta.png) 0 50% no-repeat;	    	    /**/
}
.linktabela a:active
{
    text-decoration: none;
    color: #666666;
    padding-left: 10px;												/**/
	background: url(images/seta_blank.png) 0 50% no-repeat;		    /**/
}
.tabela
{
    color: #666666;
    text-indent: 10px;
    margin-top: 10px;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}

.botao_adminside{														/**/
	background-color: #DDDDDD;										/**/
    height: 17px;													/**/
	color: #999999;													/**/
	font-family: Tahoma, Verdana, Arial;							/**/
	font-size: 11px;												/**/
	font-weight: bold;												/**/
	border: none;													/**/
	margin: 5px 5px 5px 70px;
}	

.banner
{
	border: 1px solid #C0C0C0;
	margin-top: 10px;
	margin-left: 5px;
}

.box1
{
	text-align: left;
}


.aviso
{
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
}

.fonteform
{
	font-family: Tahoma, Verdana, Arial;							/**/
	text-align: right;								    			/**/
	font-size: 11px;												/**/
	color: #999999;
	font-weight: normal;
	padding-top: 3px;
	}
	
	
	
.titulo_video
{
	font-family: Tahoma, Verdana, Arial;							/**/
	text-align: left;								    			/**/
	font-size: 13px;												/**/
	color: #666666;
	font-weight: bold;
	font-variant: small-caps;	
	}
