
/************************************************************\
* CSS
\************************************************************/


	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/img/backgroundImage_final.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #fcfcfc;
    font-family:Arial;
	font-size:12px;
	
	}

	/* CSS Tweaks */
	
	a img {border:0;} 
	.clear {clear:both;}
	
	a {

	color: #d98500;	 
	text-decoration:none;
	
	}
	
	a:hover {

	color: #000000;	
	text-decoration:underline;
	
	}
	
	
	/* p {padding-bottom:10px;} */
	.hidden {display:none;}


    /* LISTAS */
	
	#lista  {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}
	
	#lista li {
	
	display: list-item
	list-style-position: outside
	padding-left: 5;
	margin-bottom: 3px;
	background: url(./img/iconos.png); 
	_background: url(./img/iconos.gif); 
	background-repeat: no-repeat;
	width:12px;  
	height:12px;  
	background-position: -42px 0px;  /* HORIZONTAL - VERTICAL */
	
	}
	
	#lista a {
	
	color: #e74507;
	font-weight: bold;
	text-decoration: none;

	}

	
	#lista div {
	
	height:auto;
	display: block;	
	width: 170px;
	margin-left: 20px;
		
	}


/*
//-----------------------------------------------------------------------------
   TITULOS
//-----------------------------------------------------------------------------
*/


	h2 {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
	font-weight: bold;
    color: #d98500;
	margin: 0px;

	}

    
	h3 {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #d98500; 
	margin-bottom: 10px;

	}
    
    #titulo_articulo {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
	font-weight: bold;
    color: #333333;
	margin: 0px;

	}


/************************************************************\
* LOGIN
\************************************************************/


	#login { 

	background:transparent url(../images/header-sprite.png) no-repeat 0 100%;
	_background-image:url(../images/header-sprite.gif);
	
	}
	
	#login input {
	
	width: 88px;
	!width: 86px;
	height: 18px;
	overflow:hidden;  
	margin-left: 25px;
	!margin-left: 18px;
	margin-top: 2px;
	border: 0px;
	background-color:transparent;
	color: #949494; /* e74507 */
	
	}
	
	/* INPUTS */
	
	#login .login_user { 
	
	display:block;
	overflow:hidden;  
	position:relative;
	float:left;
	top: 7px;
	margin-left: 7px;
	background-image:url(img/loginbg.png); 
	_background-image:url(./img/loginbg.gif); 
	width:117px;  
	height:23px;  
	background-position: 0px 0px;  /* HORIZONTAL - VERTICAL */

	}
	
	#login .login_password { 
	
	display:block;
	overflow:hidden;  
	position:relative;
	float:left;
	top: 7px;
	margin-left: 6px;
	background-image:url(./img/loginbg.png); 
	_background-image:url(./img/loginbg.gif); 
	width:117px;  
	height:23px;  
	background-position: -128px 0px;  /* HORIZONTAL - VERTICAL */

	}
	
	
	/* BOTONES */
	
	#login .login_boton { 
	
	display:block;
	overflow:hidden;  
	position:relative;
	float:left;
	top: 7px;
	margin-left: 6px;
	background-image:url(./img/loginbg2.png); 
	_background-image:url(./img/loginbg.gif); 
	width: 77px;  
	height:23px;  
	background-position: -256px 0px;  /* HORIZONTAL - VERTICAL */

	}
	
	#login .login_boton:hover {
	
	background-position: -256px -50px;  /* HORIZONTAL - VERTICAL */	
	
	}
	
	#login .login_registrate { 
	
	display:block;
	overflow:hidden;  
	position:relative;
	float:left;
	top: 7px;
	margin-left: 6px;
	background-image:url(./img/loginbg2.png); 
	_background-image:url(./img/loginbg2.gif); 
	width:104px;  
	height:23px;  
	background-position: -342px 0px;  /* HORIZONTAL - VERTICAL */

	}

	#login .login_registrate:hover {
	
	background-position: -342px -25px;  /* HORIZONTAL - VERTICAL */	
	
	}
	
	.login_on, .login_on .login_fondo { 
	
    float: left;
	width: auto;
	background:transparent url(./img/inputbg.png) no-repeat 0% 0%;
	_background-image:url(./img/inputbg.gif);
	
	}
	
	.login_on {
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:text-bottom;
	background-position: 100% 0px;
	margin-top: 7px;
	margin-left: 11px;
	margin-right: 6px;
	padding-right:5px;
	}
	
	.login_on .login_fondo {
	
	overflow:hidden;  
    width: auto;
	height:20px;
	display:block;
	padding-top: 3.5px;
	padding-left:10px;
	padding-right:7px;
	margin-left: -5px;
	*display:inline-block;
	color: #727272; /* #ea4d16 */
	font-size: 9.2pt;
	font-weight:450;
	
	}
	
    #login .foro { 
	
	display:block;
	overflow:hidden;  
	position:relative;
	float:left;
	top: 7px;
	margin-left: 6px;
	background-image:url(./img/loginbg2.png); 
	_background-image:url(./img/loginbg.gif); 
	width: 77px;  
	height:22px;  
	background-position: -342px -51px;  /* HORIZONTAL - VERTICAL */

	}

/************************************************************\
* MENUS
\************************************************************/

	
	/* MENU DESPLEGABLE */
	
	#menu_desp .caja { 
	
	display:block inline;
	overflow:hidden;  
	float: left;
	background: url(./img/iconos.png); 
	_background: url(./img/iconos.gif); 
	width:171px;  
	height:23px;  
	background-position: -63px -19px;  /* HORIZONTAL - VERTICAL */

	}
	
	#menu_desp .texto_defecto { 
	color: #727272;
	vertical-align: middle;	
	height:23px;  
	padding-top: 4px;
	padding-left: 8px;
	}
	
	#menu_desp .boton { 
	
	display:block;
	overflow:hidden; 
	float: right; 
	background: url(./img/iconos.png); 
	_background: url(./img/iconos.gif); 
	width:27px;  
	height:23px;  
	background-position: -234px -19px;  /* HORIZONTAL - VERTICAL */
	}
	
	#menu_desp .boton:hover { 
	
	background-position: -263px -19px;  /* HORIZONTAL - VERTICAL */
	
	}


/************************************************************\
* BOTONES
\************************************************************/	
	
	#encuesta .boton_votar { 

	display:block;
	width: 77px;
	height:22px;
	background:transparent url(./img/botones.png);
	_background-image:url(./img/botones.gif);
	background-position: 0px 0px; /* -193px; */ /* HORIZONTAL - VERTICAL */
	
	}
	
	#encuesta .boton_votar:hover{ 

	display:block;
	width: 77px;
	height:22px;  
	background:transparent url(./img/botones.png);
	_background-image:url(./img/botones.gif);
	background-position: 0px -26px; /* -193px; */ /* HORIZONTAL - VERTICAL */
	
	}


/************************************************************\
* DETALLES
\************************************************************/		
	
	.flecha {

	float: left;
	margin-left: 3px;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(./img/iconos.png); 
	_background: url(./img/iconos.gif); 
	background-repeat: no-repeat;
	width:12px;  
	height:12px;  
	background-position: -42px 0px;  /* HORIZONTAL - VERTICAL */
	
	}
    
    .flecha2 {

	float: left;
	margin-left: 3px;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(./img/iconos.png); 
	_background: url(./img/iconos.gif); 
	background-repeat: no-repeat;
	width:12px;  
	height:12px;  
	background-position: -327px -30px;  /* HORIZONTAL - VERTICAL */
	
	}	
    
    .icono_cliente {

	float: left;
	margin-left: 3px;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(./img/iconos.png); 
	_background: url(./img/iconos.gif); 
	background-repeat: no-repeat;
	width:12px;  
	height:12px;  
	background-position: -327px 0px;  /* HORIZONTAL - VERTICAL */
	
	}		
	
	
/************************************************************\
* INFO
\************************************************************/
	
	.info, .info .info_fondo { 
	
    float: right;
	width: 300px;
	background:transparent url(./img/inputbg.png) no-repeat 0% 0%;
	_background-image:url(./img/inputbg.gif);
	}
	
	.info {
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:text-bottom;
	background-position: 100% 0px;
	margin-top: 7px;
	margin-right: 6px;
	margin-left: 11px;
	padding-right:5px;
	}
	
	.info .info_fondo {
	
	overflow:hidden;  
    width: auto;
	height:20px;
	display:block;
	padding-top: 3.5px;
	padding-left:10px;
    padding-right: 5px;
	margin-left: -5px;
	*display:inline-block;
	color: #727272; /* #ea4d16 */
	font-size: 9.2pt;
	font-weight:450;
    font-family:Arial;
	font-size:12px;
	
	}

/************************************************************\
* SLIDER
\************************************************************/	
	
	.ftop a { color:#d98600 }
	
	.ftop .featured {float:left;width:436px;position:relative;}
	.ftop .featured .fwrap {width:436px;height:232px;overflow:hidden;position:relative; }
	.ftop .featured ul {width:100000px;position:absolute;top:0;left:0; }
	.ftop .featured li {list-style:none;float:left; }
	.ftop .featured li img {vertical-align:middle; }
	.ftop .featured li div {margin-top:1px;padding:0px;}
	.ftop .featured li div a {font-weight:bold;}
	.ftop .featured li div a.title {font-size:18px;font-weight:bold;}
	
	.ftop .featured .fthumbs {position:absolute;top:7px;left:8px;z-index:8;overflow:hidden;}
	.ftop .featured .fthumbs img {border:3px solid #1b1b1b;vertical-align:middle;margin-bottom:5px;width:50px;height: 27px;} /* width:62px;height:33px; */
	
	.ftop .featured .fthumbs img.active {border:4px solid #d98600;} 

	.ftop .featured a {outline:none;}

	.ftop .top {float:right;width:300px; }
	.ftop  ul { padding:0; margin: 0;} 
	.ftop .top li {padding:10px 0;list-style:none;}
	.ftop .top li a {font-weight:bold; }
	.ftop .top li span {display:block;font-size:11px;height:14px;overflow:hidden;}
	.ftop .top li span a.comments {float:right;}
	
	.ftop .descripcion { position:relative; top:-75px; width: 436px; background: #1b1b1b; /* filter: alpha(opacity=90); opacity: .9} */ }
    
	/* 	.ftop .descripcion { position:relative; top:-78px; width: 438px; background-color: #333333; filter: alpha(opacity=90); opacity: .9} */ 
	
	.ftop .descripcion .pad { color: #fff; padding-left: 8px; padding-right: 8px; padding-bottom: 8px; padding-top: 3px; }


	
/************************************************************\
* BLOQUES
\************************************************************/


	/* ULTIMOS TEMAS */

	#bloque_ultimos_temas .cabecera { 
	
	display:block;
	width: 250px;
	height:29px;  
	background-position: 0px 0px;  /* HORIZONTAL - VERTICAL */
	background:transparent url(./img/cabeceras.png);
	_background-image:url(./img/cabeceras.gif);
	
	}
	
	#bloque_ultimos_temas .contenido { 

	width: 248px;
	height: 218px;
	background-color: #f1f1f1;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	background: url(./img/bloque_ultimos_temas_bg.jpg);
	
	}
	
	#bloque_ultimos_temas .pie { 

	display:block;
	width: 250px;
	height:3px;  
	background:transparent url(./img/cabeceras.png);
	_background-image:url(./img/cabeceras.gif);
	background-position: 0px -197px; /* -189px; */ /* HORIZONTAL - VERTICAL */
	
	}
	
	
	#bloque_ultimos_temas .icono_fecha { 

    float: left;
	display: block;
	width: 12px;
	height:12px;  
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 6px;
	background:transparent url(./img/iconos.png);
	_background-image:url(./img/iconos.gif);
	background-position: -311px -15px; /* -189px; */ /* HORIZONTAL - VERTICAL */
	
	}
	
	#bloque_ultimos_temas .fecha { 

    float: left;
	margin-left: 3px;
	margin-top: 4.5px;
    display: inline;
	width: 40px; 
	color: #1b1b1b;
	font-size: 8.5pt;
	font-weight:bold;
	
	}
	
	#bloque_ultimos_temas .tema { 
	
	float: left;
	margin-left: 8px;
	margin-top: 4.5px;
    display: inline;
	width: 174px;
	/* color: #727272; */
	
	}
	
	#bloque_ultimos_temas .tema a {
	
	color: #333333;
	text-decoration: none;
	
	}
	
	#bloque_ultimos_temas .tema a:hover {
	
	color: #d98500;
	text-decoration: none;
	
	}
	
	
	
	/* CONTENIDO */

	#contenido .contenido_titulo { 
	
	display:block;
	width: 515px;
	height:29px;  
	background-position: 0px 0px;  /* HORIZONTAL - VERTICAL */
	background:transparent url(./img/contenido.png);
	_background-image:url(./img/contenido.gif);
	
	}
	
	#contenido .contenido { 

    width: 493px; /* 513 */
	padding: 10px;
	background-color: #ededed;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
    padding-bottom: 45px;
    !padding-bottom: 0px;
	
	/*	background: url(./img/bloque_ultimos_temas_bg.jpg); */
 
	
	}
	
	#contenido .contenido_pie { 

	display:block;
	width: 515px;
	height:7px;  
	background:transparent url(./img/contenido.png);
	_background-image:url(./img/contenido.gif);
	background-position: 0px -184px; /* -193px; */ /* HORIZONTAL - VERTICAL */

	}
	
	
	#contenido .icono_fecha { 

    float: left;
	display: block;
	width: 12px;
	height:12px;  
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 6px;
	background:transparent url(./img/iconos.png);
	_background-image:url(./img/iconos.gif);
	background-position: -311px 0px; /* -189px; */ /* HORIZONTAL - VERTICAL */
	
	}
	
	#contenido .fecha { 

    float: left;
	margin-left: 3px;
	margin-top: 4.5px;
    display: inline;
	width: 40px; 
	color: #82805d;
	font-size: 8.5pt;
	font-weight:bold;
	
	}
	
	#contenido .tema { 
	
	float: left;
	margin-left: 8px;
	margin-top: 4.5px;
    display: inline;
	width: 174px;
	/* color: #727272; */
	
	}
	
	#contenido .tema a {
	
	color: #333333;
	text-decoration: none;
	
	}
	
	#contenido .tema a:hover {
	
	color: #d98500;
	text-decoration: none;
	
	}
    
    
    
    /* CONTENIDO 2 INTERIOR BLANCO */

	#contenido2 .contenido_titulo { 
	
	display:block;
	width: 728px;
	height:3px;  
	background-position: 0px 0px;  /* HORIZONTAL - VERTICAL */
	background:transparent url(./img/contenido2.png);
	_background-image:url(./img/contenido2.gif);
	
	}
	
	#contenido2 .contenido { 

    width: 706px; /* 513 */
	padding: 10px;
	background-color: #ffffff;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
    padding-bottom: 45px;
    !padding-bottom: 0px;
	
	/*	background: url(./img/bloque_ultimos_temas_bg.jpg); */
 
	
	}
	
	#contenido2 .contenido_pie { 

	display:block;
	width: 728px;
	height:3px;  
	background:transparent url(./img/contenido2.png);
	_background-image:url(./img/contenido2.gif);
	background-position: 0px -6px; /* -193px; */ /* HORIZONTAL - VERTICAL */

	}
	
	
	/* CONTENIDO GRIS */
	
	
	#contenido2_2 .contenido_titulo { 
	
	display:block;
	width: 728px;
	height: 5px;  
	background:transparent url(./img/contenido2.png);
	_background-image:url(./img/contenido2.gif);
	background-position: 0px -10px;  /* HORIZONTAL - VERTICAL */
	
	}
	
	#contenido2_2 .contenido { 

    width: 706px; /* 513 */
	padding: 10px;
	background-color: #dcdcdc;
	border-left: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
    padding-bottom: 15px;
    !padding-bottom: 0px;
	
	/*	background: url(./img/bloque_ultimos_temas_bg.jpg); */
 
	
	}
	
	#contenido2_2 .contenido_pie { 

	display:block;
	width: 728px;
	height: 5px;  
	background:transparent url(./img/contenido2.png);
	_background-image:url(./img/contenido2.gif);
	background-position: 0px -18px; /* -193px; */ /* HORIZONTAL - VERTICAL */

	}
	
	/* FIN GRIS */
	
	
	
	/* CONTENIDO OSCURO */
	
	
	#contenido2_3 .contenido_titulo { 
	
	display:block;
	width: 728px;
	height: 6px;  
	background:transparent url(./img/contenido2.png);
	_background-image:url(./img/contenido2.gif);
	background-position: 0px -25px;  /* HORIZONTAL - VERTICAL */
	
	}
	
	#contenido2_3 .contenido { 

clear:both;
    width: 706px; /* 513 */
	padding: 10px;
	background-color: #ededed;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
    padding-bottom: 45px;
    !padding-bottom: 0px;
	
	/*	background: url(./img/bloque_ultimos_temas_bg.jpg); */
 
	
	}
	
	#contenido2_3 .contenido_pie { 

	display:block;
	width: 728px;
	height: 6px;  
	background:transparent url(./img/contenido2.png);
	_background-image:url(./img/contenido2.gif);
	background-position: 0px -34px; /* -193px; */ /* HORIZONTAL - VERTICAL */

	}
	
	/* FIN GRIS */
	
	#contenido2 .icono_fecha { 

    float: left;
	display: block;
	width: 12px;
	height:12px;  
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 6px;
	background:transparent url(./img/iconos.png);
	_background-image:url(./img/iconos.gif);
	background-position: -311px 0px; /* -189px; */ /* HORIZONTAL - VERTICAL */
	
	}
	
	#contenido2 .fecha { 

    float: left;
	margin-left: 3px;
	margin-top: 4.5px;
    display: inline;
	width: 40px; 
	color: #82805d;
	font-size: 8.5pt;
	font-weight:bold;
	
	}
	
	#contenido2 .tema { 
	
	float: left;
	margin-left: 8px;
	margin-top: 4.5px;
    display: inline;
	width: 174px;
	/* color: #727272; */
	
	}
	
	#contenido2 .tema a {
	
	color: #333333;
	text-decoration: none;
	
	}
	
	#contenido2 .tema a:hover {
	
	color: #d98500;
	text-decoration: none;
	
	}
    
    
    /* BLOQUE NOTICIAS */
    
    
    #noticias_detalles a {
	
	color: #1b1b1b;
	font-weight: bold;
	text-decoration: none;

	}
	
	#noticias_detalles a:hover {
	
	color: #d98500;
	font-weight: bold;
	text-decoration: none;

	}
	
	
	/* BLOQUE UNOTICIAS */
	

	#bloque_unoticias .titulo { 
	
	display:block;
	width: 198px;
	height:3px;  
	background:transparent url(./img/bloques_izquierda.png);
	_background-image:url(./img/bloques_izquierda.gif);
	background-position: 0px -48px;  /* HORIZONTAL - VERTICAL */
	
	}
	
	#bloque_unoticias .contenido { 

	width: 186px; 
	height: 203px;
	padding: 5px;
	background-color: #fefefe;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	/*	background: url(./img/bloque_ultimos_temas_bg.jpg); */
	
	}
	
	#bloque_unoticias .pie { 

	display:block;
	width: 198px;
	height:3px;  
	background:transparent url(./img/bloques_izquierda.png);
	_background-image:url(./img/bloques_izquierda.gif);
	background-position: 0px -44px; /* -193px; */ /* HORIZONTAL - VERTICAL */
	
	}
		
	#bloque_unoticias a {
	
	color: #333333;
	text-decoration: none;
	
	}
	
	#bloque_unoticias a:hover {
	
	color: #d98500;
	text-decoration: none;
	
	}	
	
	#ultimas_noticias_top {
	
	margin-top: 1px;
	!margin-top: 7px;
	
	}	
		
	#ultimas_noticias_top a {
	
	color: #1b1b1b;
	font-weight: bold;
	text-decoration: none;

	}
	
	#ultimas_noticias_top a:hover {
	
	color: #d98500;
	font-weight: bold;
	text-decoration: none;

	}
	
	#ultimas_noticias_top .flecha {

	float: left;
	margin-left: 3px;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(./img/iconos.png); 
	_background: url(./img/iconos.gif); 
	background-repeat: no-repeat;
	width:12px;  
	height:12px;  
	background-position: -327px -30px;  /* HORIZONTAL - VERTICAL */
	
	}
		
	#ultimas_noticias_top .url {

	width: 190px;
	!width: 180px;
	height: 27px;
	!height: 27px;
	
	}
	
	#ultimas_noticias_top hr {
	
	height: 1px;
	background-color: #d2d2d2;
	border: 0px;
	_border: 0px;
	margin-bottom: 4px;
	!margin-bottom: -4px;
	margin-top: 4px;
	!margin-top: -2px;
 
 
	}

	#ultimas_noticias_top .fila {
	
	!margin-top: -3px;
	!margin-bottom: -1px;
	
	padding-top: 3px;
	padding-bottom: 3px;
	
	!padding-top: 3px;
	!padding-bottom: 3px;
		
	}
	
	#ultimas_noticias_top .fila:hover {
	
	background-color: #ebebeb;  /* #e74507 */
		
	}
	
    #ultimas_noticias_top .fila:hover a {
	
	color: #d98500;
	font-weight: bold;
	text-decoration: none;
		
	}
	
	#ultimas_noticias_top .fila:hover .flecha {

	float: left;
	margin-left: 3px;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(./img/iconos.png); 
	_background: url(./img/iconos.gif); 
	background-repeat: no-repeat;
	width:12px;  
	height:12px;  
	background-position: -42px 0px;  /* HORIZONTAL - VERTICAL */
	
	}
	
	
	/* BLOQUE DERECHA */

	#bloque_der .titulo { 
	
	display:block;
	width: 160px;
	height:28px;  
	background:transparent url(./img/bloques_derecha.png);
	_background-image:url(./img/bloques_derecha.gif);
	background-position: 0px 0px;  /* HORIZONTAL - VERTICAL */
	
	}
	
	#bloque_der .contenido { 

	width: 148px; 
	padding: 5px;
	background-color: #fefefe;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	/*	background: url(./img/bloque_ultimos_temas_bg.jpg); */
	
	}
	
	#bloque_der .pie { 

	display:block;
	width: 160px;
	height:3px;  
	background:transparent url(./img/bloques_derecha.png);
	_background-image:url(./img/bloques_derecha.gif);
	background-position: 0px -49px; /* -193px; */ /* HORIZONTAL - VERTICAL */
	
	}
	
	#bloque_der a {
	
	color: #333333;
	text-decoration: none;
	
	}
	
	#bloque_der a:hover {
	
	color: #d98500;
	text-decoration: none;
	
	}


	/* BLOQUE IZQUIERDA */

	#bloque_izq .titulo { 
	
	display:block;
	width: 198px;
	height:29px;  
	background:transparent url(./img/bloques_izquierda.png);
	_background-image:url(./img/bloques_izquierda.gif);
	background-position: 198px 0px;  /* HORIZONTAL - VERTICAL */
	
	}
    
    #bloque_izq .titulo_encuesta { 
	
	display:block;
	width: 198px;
	height:29px;  
	background:transparent url(./img/bloques_izquierda.png);
	_background-image:url(./img/bloques_izquierda.gif);
	background-position: 198px -76px;  /* HORIZONTAL - VERTICAL */
	
	}
    
    #bloque_izq .titulo_twitter { 
	
	display:block;
	width: 198px;
	height:29px;  
	background:transparent url(./img/bloques_izquierda.png);
	_background-image:url(./img/bloques_izquierda.gif);
	background-position: 198px -37px;  /* HORIZONTAL - VERTICAL */
	
	}
	
	#bloque_izq .contenido { 

	width: 186px; 
	padding: 5px;
	background-color: #fefefe;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	/*	background: url(./img/bloque_ultimos_temas_bg.jpg); */
	
	}
	
	#bloque_izq .pie { 

	display:block;
	width: 198px;
	height:3px;  
	background:transparent url(./img/bloques_izquierda.png);
	_background-image:url(./img/bloques_izquierda.gif);
	background-position: 0px -44px; /* -193px; */ /* HORIZONTAL - VERTICAL */
	
	}
	
	#bloque_izq a {
	
	color: #333333;
	text-decoration: none;
	
	}
	
	#bloque_izq a:hover {
	
	color: #d98500;
	text-decoration: none;
	
	}	
	
	
/************************************************************\
* MENU DROPDOWN
\************************************************************/

    .dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
    .dropdown dd { position:relative; }
    .dropdown a, .dropdown a:visited { color:#000000; text-decoration:none; outline:none; font-weight: bold;}
    .dropdown a:hover { color: #000000;}
     /*   .dropdown dt a:hover { color:#5d4617; border: 1px solid #d0c9af;}
    .dropdown dt a {background:#fefefe url(arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
                        border:1px solid #d4ca9a; width:150px;}
    .dropdown dt a span {cursor:pointer; display:block; padding:5px;} */
    .dropdown dd ul { 
	
	background:#fefefe none repeat scroll 0 0; 
	border:1px solid #cfcfcf;
    color: #000000;
	display:none;
    left:0px;
	position:absolute;
	top:2px; width:
	auto;
	min-width:196px;
	min-height: 228px;
	list-style:none;
	margin-top: -9px;
	padding-top: 5px;
	
	}
	
    .dropdown span.value { display:none;}
    .dropdown dd ul li a { padding:5px; display:block; color: #000000; font-weight: bold; }
    .dropdown dd ul li a:hover { background-color:#1b1b1b; color: #d98600; font-weight: bold; } /* #e74507 */
		
	.dropdown dd ul li:hover .flecha {

	float: left;
	margin-left: 3px;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(./img/iconos.png); 
	_background: url(./img/iconos.gif); 
	background-repeat: no-repeat;
	width:12px;  
	height:12px;  
	background-position: -42px 0px;  /* HORIZONTAL - VERTICAL */
	
	}
	
		
	.dropdown dd ul .flecha {

	float: left;
	margin-left: 3px;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(./img/iconos.png); 
	_background: url(./img/iconos.gif); 
	background-repeat: no-repeat;
	width:12px;  
	height:12px;  
	background-position: -327px -30px;  /* HORIZONTAL - VERTICAL */
	
	}
        
    .dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
    .flagvisibility { display:none;}


/************************************************************\
* TWITTER
\************************************************************/		
	
		
	#twitter_div {

	border-bottom-style: solid;

	border-bottom-width: 0px;

	/* border-bottom-color: #5AA5BC; */

	font-family: Arial, Helvetica, sans-serif;

	/* font-size: 0.9em;*/

	padding-top: 0px;
	!padding-top: 1px;

	padding-right: 5px;

	padding-left: 0px;
	
	margin-top: -14px;
	!margin-top: -18px;
	margin-bottom: -14px;


	}

	#twitter_div ul {
    
	padding-left: 0px;
	margin-left: 5px;
	margin-right: 5px;
	
	}

	#twitter_div ul li {

	list-style: none;

	color: #000;

	border-bottom-style: solid;

	border-bottom-width: 1px;

	border-bottom-color: #d2d2d2; /* border-bottom-color: #A1E8F7; */

	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 0px;
	margin-left: 5px;

	}

	#twitter_div ul li a {

	text-decoration: none;

	color: #d98500;

	}

	#twitter_div ul li a:hover {

	text-decoration: none;

	color: #d98500;

	}

	#twitter_div p {

	text-align: left;

	padding-right: 6px;

	padding-bottom: 10px;

	color: #d98500;

	}

       
/************************************************************\
* COPYRIGHT
\************************************************************/		

	.copyright {
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}

	.copyright a:hover{
	color: #e1e1e1;
	}

	
#--------------------------------------
