/*A:link {text-decoration:none;color:#003399;}*/
A:link {text-decoration:none;color:black;font-weight:bold}
A:visited {text-decoration:none;color:black;font-weight:bold}

iframe
 {			
		/**
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	outline: 0;
	line-height: 1em;	
	line-height: 1.50em;**/
	vertical-align: baseline;
	}
html
 {			
	border: 0;
	}
.lfloat	{ float: left;		}
.clear	{ clear: both;		}
.t_pie_negro_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
}
.t_pie_negro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}
.t_pie_blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	line-height: 15px;
}
.t_normal_negro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height: 15px;
}
.t_normal_verde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006600;
	line-height: 15px;
}
.t_normal_verde_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#669933;
	line-height: 15px;
	font-weight: bold;
}
.t_normal_azul_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006AB3;
	line-height: 15px;
	font-weight: bold;
}
.t_normal_negro_resal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	line-height: 15px;
	font-weight: bold;
}
.t_titulo_verde_b {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color:#669933;
	line-height: 40px;
	font-weight:normal;
}
.t_titulo_azul_b {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color:#006AB3;
	line-height: 40px;
	font-weight:normal;
}
.t_normal_gris_b {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color:#666666;
	line-height: 20px;
	font-weight:bold;
}
.t_normal_blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height: 15px;
}		
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#669933;
	font-weight: normal;
	line-height: 10px;
	margin:auto;

}
.table_border_aba{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.table_border_der{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.table_punts_aba{

	border-bottom-width: 1px;
	border-bottom-style:dashed;
	border-bottom-color:#999999;
}
.table_border_tot{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding:0px;


}
.table_border_tot_azul{
	border-width: 2px;
	border-style: solid;
	border-color: #006AB3;
	padding:0px;


}
.table_border_tot_azul_f{
	border-width: 1px;
	border-style: solid;
	border-color:#999999;
	padding:2px;


}
.table_border_tot_punts{
	padding:2px;
	border-top: 1px dashed #006600;
	border-right: 1px dashed #006600;
	border-bottom: 1px dashed #006600;
	border-left: 1px dashed #006600;
}
.table_border_tot_punts_azul{
	padding:2px;
	border-top: 1px dashed #006AB3;
	border-right: 1px dashed #006AB3;
	border-bottom: 1px dashed #006AB3;
	border-left: 1px dashed #006AB3;
}
.table_space{
	padding:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#003300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#003300;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#003300;	
}
.img_d{
padding-right:10px;
}
.img_i{
padding-left:10px;
}
.td_tot{
padding-left:10px;
}






.tusencuestas_encuesta
{
    /* Define aquí los estilos de la encuesta en general */
    /* Por ejemplo, dale un color de fondo:    */
    background-color:#66CCFF;

}

.tusencuestas_pregunta
{
    /* Define aquí el estilo de la pregunta */
    /* Por ejemplo, haz que el título de la encuesta (la pregunta) esté en negrita    */
    font-weight: bold;

}   

.tusencuestas_respuestas
{
    /* Define aquí el estilo de las respuestas */
    /* Por ejemplo, haz que las respuestas estén en azul:
    color: blue;
    */
} 

.tusencuestas_inferior
{
    /* Define aquí el estilo de la parte inferior de la encuesta */
    /* Por ejemplo:
    font-size: 9px;
    color: blue;
    */
}

a.tusencuestas_inferior
{
    /* También referido a la parte inferior, pero en particular a los enlaces*/
    /* Por ejemplo:
    color: red;
    */
}

input.tusencuestas_inferior
{
    /* También referido a la parte inferior, pero en particular al botón de votar */
    /* Por ejemplo:
    font-family: verdana,tahoma,sans-serif;
    font-size: 10px;    
    color:black;
    text-decoration:normal; 
    border: 1px groove black;
    */
}

