@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */

@media all
{
    
    #logo{ width:339px; height:82px; }

    body { color: black; background: #FFFFFF; font-family: Helvetica, "Andale Mono","Lucida Grande","Lucida Sans",sans-serif; }
    
    #main{  }
    
    .wrap{ width:955px; margin:0; }

    #header { background: #FFFFFF; height:198px; }

    #header h1{ width:197px; height:52px; background: #FFFFFF; }
    #header h1 a{ width:97px; height:52px; }
    
    #header ul.masternav{ color:#000000; top:154px; }
    #header ul.masternav li{ background: #FFFFFF; font-weight:normal; }
    #header ul.masternav li a{ background:#FFFFFF; display:block; height:27px; border:1px solid #000000; margin-top:-0.5px; font-size:0.6em; padding:0; }
    
    #header ul.masternav li a#n1{ width:101px; }
    #header ul.masternav li a#n2{ width:101px; }
    #header ul.masternav li a#n3{ width:101px; }

    #header ul.masternav li a#n1:hover, #header ul.masternav li.active a#n1{ background: transparent no-repeat; color:#000000; }
    #header ul.masternav li a#n2:hover, #header ul.masternav li.active a#n2{ background: transparent -101px 0px no-repeat; color:#000000; }
    #header ul.masternav li a#n3:hover, #header ul.masternav li.active a#n3{ background: transparent -202px 0px no-repeat; color:#000000; }
    
    #header ul.masternav li.spec{ background: #0000FF; }
    #header ul.masternav li.spec a{   }
    #header ul.masternav li.active{ background: #FFFFFF top; margin-top:4px; font-size:1.05em; }
    #header ul.masternav li.active a{  }

    #topnav{ border-bottom: none; background:#FFFFFF; }
    #topnav ul{ color:#fff; }
    #topnav li.active a{ color: #fff }
    #topnav li a{ color:#FABB01; }

    #subnav{ background:#FFFFFF; border-bottom: none; height:35px; padding:0; }
    #subnav ul{ color:#FFFFFF; height:35px; margin:1px 0 0 0px; font-size:1.4em; }
    #subnav li.active a{ color:#BABABA; }
    #subnav li a:hover{ text-decoration:none; }
    #subnav li a{ color:#fff; float:left; padding:0.3em; font-size:0.7em; font-weight:bold; }
    #subnav li{ padding:0 4px 0 4px; }
    #subnav li.borde-izquierdo{ border-left: 1px solid #FFFFFF; margin-top:5px; line-height:normal; }
    #subnav_home{ position:relative; }
    #subnav_home_izq{ background: url(../../images/templates/botonera-azul1.png) no-repeat 0 -1px; width:28px; height:36px; position:absolute; left:0; top:0; }
    #subnav_home_der{ background: url(../../images/templates/botonera-azul2.png) no-repeat top right; width:948px; height:35px; position:absolute; right:0; top:0; }
    #subnav_tec_izq{ background: url(../../images/templates/botonera-turq1.png) no-repeat left top; width:28px; height:35px; position:absolute; left:0; top:0; }
    #subnav_tec_der{ background: url(../../images/templates/botonera-turq2.png) no-repeat right top; width:948px; height:35px; position:absolute; right:0; top:0; }
    
        
    #main_background { background: #FFFFFF; }	

    /*Headings*/
    h1,h2,h3,h4,h5,h6 { font-family: Georgia; margin: 0 0 0.30em 0; font-weight:normal }	

    h1{ color:#022052; text-align:left; font-size:2.2em; }

    h2{ color:#134E8A; text-align:left; font-size:2em; }

    h3{ color:#00427F; text-align:left; font-size:1.5em; }

    h4{ color:#024385; text-align:right; font-size:1.4em; }

    h5{ font-weight:lighter; letter-spacing: 2px; border-bottom: 1px solid #E0E0E0; }
    
    p{ text-align:left; }
    /**
    * External Links
    *
    * (en) Formatting of hyperlinks
    * (de) Gestaltung von Hyperlinks
    *
    */
    #footer{border-top:none; background:#FFFFFF; color:#000000;}
    #footer a {color: #858585; background:transparent; font-weight: bold;}	
    #footer a:focus, 
    #footer a:hover,
    #footer a:active {color: #A3A3A3; background-color: transparent; text-decoration:underline;}	
    #footer_content{ font-size:0.8em; }
    #footer_content span{color:#0000FF;}
    #footer_content a{color:#858585;}	
    #footer_content a:hover{color:#D2D57E;}
    
    /* Subtemplates */
    .c95l, .c5l, .c60l, .c40l, .c90l, .c10l, .c63l, .c36l {float: left; }
    .c5r, .c95r, .c60r, .c40r, .c90r, .c10r, .c63r, .c36r {float: right; margin-left: -5px; }

    .c40l, .c40r { width: 40% }
    .c60l, .c60r { width: 60% }

    .c95l, .c95r { width: 95% }
    .c5r, .c5l { width: 5% }
    
    .c90l, .c90r { width:90%; }
    .c10l, .c10r { width:10%; }
    
    .c63l, .c63r { width:63% }
    .c36l, .c36r { width:36% }

    .subcr{ padding:0 }
    
    /* INICIO: listado de contenidos */
    .cuadrado-checkbox{ margin-top:1px; }
    .cuadrado-titulo{ text-align:left; font-size:0.8em; padding-left:5px; }
    .cuadrado-contenido{ height:178px; text-align:left; padding-left:5px; }
    /* FIN: listado de contenidos */
    
    /* INICIO: pestañas del main */
    .mainnav{ height:27px; margin-bottom:30px; border-bottom:1px solid #000000; }
    .mainnav ul{ color:#000000; list-style:none; margin-left:-25px; }
    .mainnav ul li{ background: #FFFFFF; font-weight:normal; }
    .mainnav ul li a{ background:#FFFFFF; color:#000000; height:27px; display:block; border:1px solid #000000; font-size:0.8em; float:left; text-decoration:none; margin:-1px 2px 0 0; }
    
    .mainnav ul li a#n1{ width:101px; }
    .mainnav ul li a#n2{ width:101px; }
    .mainnav ul li a#n3{ width:101px; }
    .mainnav ul li a#n4{ width:101px; }

    .mainnav ul li a#n1:hover, .mainnav ul li.active a#n1{ background: transparent no-repeat; color:#000000; }
    .mainnav ul li a#n2:hover, .mainnav ul li.active a#n2{ background: transparent -101px 0px no-repeat; color:#000000; }
    .mainnav ul li a#n3:hover, .mainnav ul li.active a#n3{ background: transparent -202px 0px no-repeat; color:#000000; }
    .mainnav ul li a#n4:hover, .mainnav ul li.active a#n4{ background: transparent -303px 0px no-repeat; color:#000000; }
    
    .mainnav ul li.spec{ background: #0000FF; }
    .mainnav ul li.spec a{   }
    .mainnav ul li.active{ background: #FFFFFF; margin-top:4px; font-size:1.05em; }
    .mainnav ul li.active a{  }
    /* FIN: pestañas del main */
    
    /* INICIO: diagramaciones */
    .cuadro-imagen{ /*border:1px solid #000000; padding:5px;*/ margin-bottom:15px; }
    .cuadro-imagen-izquierda{ float:left; /*border:1px solid #000000; padding:5px;*/ margin-right:15px; margin-bottom:1px }
    .cuadro-imagen-derecha{ float:right; /*border:1px solid #000000; padding:5px;*/ margin-left:15px; margin-bottom:1px}
    
    .cuadro-imagen img,
    .cuadro-imagen-izquierda img,
    .cuadro-imagen-derecha img{ border:1px solid #000000; padding:5px; }    
    /* FIN: diagramaciones */
    
    .borde-azul-inferior{ border-bottom:1px solid #034383; }
    .borde-azul-superior{ border-top:1px solid #034383; }
    .borde-azul-derecho{ border-right:1px solid #034383; }
    .borde_gris_der{ background: url(../../images/templates/linea-vertical.jpg) no-repeat top right; }
    .borde_gris_inf{ border-bottom:1px solid #D6D6D6; }
    .diagonales{ background: url(../../images/templates/diagonales.jpg) repeat-x bottom left; height:18px; width:100%; margin:-5px 0 5px 0; }
    .diagonales_continua{background: url(../../images/templates/diagonales2.png) repeat-x top left; height:18px}
    .lado_izq{ padding:0 10px 0 10px; border-right:1px solid #BABABA; }
    .lado_der{ padding:0 7px 0 13px; width:273px; }
    .boton_busqueda{ height:23px; padding-top:3px; }
    .boton_busqueda a{ height:23px; width:23px; margin-left:2px; }
    /*input[type="button"], input.button[type="button"], input[type="submit"], input.button[type="submit"]{ border:none; margin:0; }*/
    input[type="button"], input.button[type="button"], input[type="submit"], input.button[type="submit"]{background-color:#182E7F; border:none; margin:0; font-size:13px;}
    
    .fl{ float:left }
    .fr{ float:right }
    .clearing{ clear:both; margin:0; padding:0 }
    
    /* INICIO: galeria */
    #container{ text-align:center; }

    #cabecera-galeria{height:38px;padding-left:1.5em;}
    #titulo-galeria{text-align:right;}
    #boton_contenedor-galeria{position:relative;}
    #boton_imagen-galeria, #boton_video-galeria{position:absolute;width:53px;height:38px;}
    #boton_imagen-galeria{background: url(../../images/templates/icono-fotos.jpg) no-repeat top center;right:73px; }
    #boton_video-galeria{background: url(../../images/templates/icono-videos.jpg) no-repeat top center;right:20px; }
    
    /*
    #contenido-galeria{height:330px; border:1px solid green; position:relative;  }
    #flecha_izq, #multimedia-galeria, #flecha_der{position:absolute; top:10px;}
    #flecha_izq{ background: url(../../images/templates/flecha-galeria-izq.jpg) no-repeat center;width:34px;height:300px; left:35px;}
    #multimedia-galeria{left:92px; height:300px; text-align:center; } 

    #flecha_der{ background: url(../../images/templates/flecha-galeria-der.jpg) no-repeat center; width:34px;height:300px; left:553px; }*/
    
    .galeria{ background: url(../../images/templates/caja-galeria.jpg) no-repeat center 35px; height:370px; margin:1em 0 1em 0; }
    .galeria h1{font-size:2.1em; }
    .galeria .cabecera-galeria{ height:42px; padding-left:1.5em; }
    .galeria .cuerpo-galeria{ height:322px; margin:0; padding:0; /*border:1px solid green;*/ }
    .galeria .flecha_izq, .galeria .flecha_der{ /*border:1px solid red;*/ height:100%; width:80px; display:block }
    .galeria .flecha_izq{ padding-left:12px; background: url(../../images/templates/flecha-galeria-izq.jpg) no-repeat center; }
    .galeria .flecha_der{ background: url(../../images/templates/flecha-galeria-der.jpg) no-repeat center; }     
    .galeria .items-wrapper{ padding-top:8px; height:322px; width:438px; overflow:hidden; position:relative; display:block }
    .galeria .contenido{ width:1500px }/*dinamico*/
    .galeria .item{ float:left }
        
    /* FIN: galeria */
    
    .caja_gris{ background: #F4F4F4; margin:-10px 0 10px 0; text-align:left; padding:10px 0 10px 20px; font-weight:bold; font-size:1.05em; }
    
    .letra_pequeña{ font-size:0.8em; }
    
    /* INICIO: lado dereccho */
    #registo_usuario{  }
    #caja_registro{ border:1px solid #C5C5C3; padding:8px; }
    #publicidad{  }
    #encuesta{  }
    #noticias_ultimo{  }
    /* FIN: lado derecho */
    
    .caja_comentario{ border:1px solid #014181; padding:5px; }
    #cajita_negra{ border:1px solid #000000; width:25px; height:25px; margin-top:-3px; }
    .menu_paginas{ }
    .menu_paginas a{ padding-left:5px; }
    
    #articulo{  }
    #articulos_relacionados{  }
    #comentarios{ position:relative; }
    
    /*Agregar_Publicidad*/
    
    /* INICIO: autenticacion */
    #autenticacion{ background: #EAEAEA url(../../images/templates/fondo_autenticacion.png) repeat-x left top; width:478px;  border:1px solid #000000; position:absolute; right:0; top:55px; }
    .contenido_autenticacion{ background:white; width:426px; height:278px; padding-top:12px; }
    .boton_cerrar_aut{ text-align:right; }
    .autenticacion_top{ position:relative; }
    .icono_registro{ background: url(../../images/templates/icono-registro.jpg) no-repeat left top; width:81px; height:73px; position:absolute; left:15px; top:0; }
    .autenticacion_top h3{ position:absolute; left:105px; top:10px; }
    .autenticacion_top p{ position:absolute; left:105px; top:35px; }
    .autenticacion_center{ position:relative; margin-top:80px; }
    .datos_autenticacion{ border:1px solid #D7D7D7; width:360px; padding:2px }
    .boton_autenticacion{ position:relative; margin-top:10px; }
    .imagen_boton_aut{ width:79px; height:27px; position:absolute; right:30px; }
    .boton_autenticacion p{ position:absolute; left:34px; }
    .franja_autenticacion{ background: url(../../images/templates/diagonales2.png) repeat-x left top; width:406px; height:18px; margin-top:40px; }
    .autenticacion_bottom{ position:relative; margin-top:10px; }
    .imagen_no_registro_aut{ background: url(../../images/templates/icono-no-registro.jpg) repeat-x left top; width:48px; height:47px; position:absolute; left:5px; }
    .autenticacion_bottom p{ position:absolute; left:60px; top:10px; }
    .imagen_boton_reg_aut{ width:143px; height:37px; position:absolute; right:5px; top:3px; }
    /* FIN: autenticacion */
    
    .titulo_turquesa{ color:#007451; }
    .titulo_gris{ color:#595959; }
    .titulo_violeta{ color:#603173; }
    .titulo_verde{ color:#487600; }
    .titulo_rojo{ color:#910202; }
    .titulo_negro{ color:#1E1E1E; }
    .titulo_amarina{ color:#3C6E80; }
    .titulo_amarillo{ color:#E58200; }
    
    form { font-family: Helvetica,"Andale Mono","Lucida Grande","Lucida Sans",sans-serif }
    form h1{ color:#134E8A; text-align:left; font-size:2.5em; border-bottom:none; padding:0; margin-bottom:3px; }
    form h2{ color:#134E8A; text-align:left; font-size:2em; border-bottom:none; padding:0; margin-bottom:3px; }
    form h3{ color:#134E8A; text-align:left; font-size:1.5em; border-bottom:none; padding:0; margin-bottom:3px; }
    form h4{ color:#134E8A; text-align:left; font-size:1.4em; border-bottom:none; padding:0; margin-bottom:3px; }
    form h5{ color:#134E8A; text-align:left; border-bottom:none; padding:0; margin-bottom:3px; }
    form th{ text-align:left; font-weight:normal; width:175px; }
    form th b{ font-weight:normal; }
    form th,td{ vertical-align:middle }
    form .button-entrar{ background: url(../../images/templates/boton-entrar.jpg) no-repeat; width:79px; height:27px; }
    form .button-votar{ background: url(../../images/templates/boton-votar.jpg) no-repeat; height:38px; width:79px }
    input[type="text"]:focus,
    input[type="password"]:focus,
    select:focus,
    textarea:focus{ border: #00427F solid 1px; }
    
    /* INICIO: registro */
    #registro{ padding-top:10px; text-align:left; }
    #datos_cuenta{ padding-top:20px; }
    #datos_personales{ padding-top:20px; }
    .leyenda_der{ position:relative; }
    .leyenda_der p{ position:absolute; right:0; }
    .leyenda_cen{ position:relative; margin-bottom:5px }
    .leyenda_cen p{ color:#248EC0; font-size:0.9em; position:absolute; left:180px; }
    .leyenda_izq{ }
    .leyenda_izq p{ color:#248EC0; font-size:0.9em; }
    #verificacion{  }
    .leyenda_ver{ position:relative; }
    .leyenda_ver p{ position:absolute; left:180px; }
    .imagen_ver{ position:relative; height:42px; }
    .imagen_ver p{ position:absolute; left:0; top:30px; }
    .imagen_letras{ background: url(../../images/templates/imagen_letras.png) no-repeat right top; width:122px; height:42px; position:absolute; left:187px; top:25px; }
    .verificacion_img{ position:relative; height:28px; }
    .ver_img{ position:absolute; top:28px; left:187px; }
    input[type="text"], input[type="password"], textarea{ padding:0; }
    /* FIN: registro */
    
    .boton_enviar{ position:relative; padding-top:10px; margin-top:20px; height:29px; }
    /*
    input[type="button"], input.button[type="button"], input[type="submit"], input.button[type="submit"]{ background: url(../../images/templates/boton_enviar.png) no-repeat right top; position:absolute; width:74px; height:27px; right:0; }
   */
    
    .tecnologia h1, .tecnologia h2, .tecnologia h3, .tecnologia h4, .tecnologia h5{ color:#017246; }
    
    .container-overlay h5, .container-dialog h5{ background:#FFFFFF 0% 0%; border-color:black; color:red; border:1px solid #E0E0E0; }
    .container-overlay, .container-dialog{
        /*background-color:#F7F7F7;
        border:1px solid #3A5774;*/
        width:500px; 
        padding:15px;                      
    }
    
    
    /*
    .header{        
        background-color:white; 
        padding:10px;
        text-align:center;
        height:50px;
        text-align:center;
        border-bottom:1px solid black;        
    }
    
    .body{
        
        background-color:white; 
        text-align:left;
        color:red;
        padding:10px;
        border-bottom:10px solid grey;
    }
    
    .footer{
        background-color:white; 
        text-align:right;        
        height:50px;                 
    }
    */
    /* INICIO: galeria de fotos */
    
    #galeria_fotos{  }
    .ilera_fotos{  }
    .boton_ampliar_foto{ padding-bottom:2px; }
    .foto1{  }
    .minifoto{ width:132px; height:132px; }
    .minidiagonales{ background: url(../../images/templates/diagonales.jpg) no-repeat bottom left; height:18px; width:143px; }
    #otras_fotos{  }
    .linea_punteada{ background: url(../../images/templates/lineas-pespunteadas.jpg) no-repeat left top; height:6px; padding-bottom:3px; margin-top:3px; }
    .otra_f{ position:relative; height:18px; }
    .camara_pequeña{ background: url(../../images/templates/little_camara.png) no-repeat left top; width:25px; height:18px; position:absolute; }
    .fecha_otra_f{ position:absolute; left:30px; }
    .link_otra_f{ position:absolute; left:85px; }
    /* FIN: galeria de fotos */
    
    /* INICIO: galeria de videos */  
    /* FIN: galeria de videos */
    
    /* INICIO: diagramación de actualidad */
    #caja_logorelog{ height:82px; margin-top:10px; }
    .caja_logo{ border:1px solid #BABABA; height:82px; }
    .caja_relog{ border:1px solid #BABABA; height:82px; }
    #caja_menubusqueda{ height:35px; }
    .caja_menu{ border:1px solid #BABABA; height:35px; }
    .caja_buscador{ border:1px solid #BABABA; height:35px; }
    #caja_titulares{ border:1px solid #BABABA; width:622px; height:622px; }
    #caja_galeria{ border:1px solid #BABABA; height:370px; margin-top:10px; }
    #caja_ultimominuto{ border:1px solid #BABABA; height:370px; }
    #caja_lomasbuscado{ border:1px solid #BABABA; height:370px; }
    #caja_farandula{ border:1px solid #BABABA; height:370px; }
    #caja_noticiasmasleidas{ border:1px solid #BABABA; height:370px; }
    #caja_publicidad{ border:1px solid #BABABA; height:500px; }
    #caja_encuesta{ border:1px solid #BABABA; height:225px; }
    #caja_articulo{ border:1px solid #BABABA; width:622px; height:622px; }
    #caja_articulosrelacionados{ border:1px solid #BABABA; height:370px; }
    #caja_comentarios{ border:1px solid #BABABA; height:450px; }
    /* FIN: diagramación de actualidad */
    
    hr{ border-top: 1px solid #034383; border-bottom: none; border-left: none; border-right: none; }
    
    /* cambio de logo y topes por pagina */
    #page #subnav #subnav_content{ position:relative; }
    #page #subnav_izq{
        background-repeat: no-repeat;
        width:28px; 
        height:36px; 
        position:absolute; 
        left:0; 
        top:0;
    }
    
    #page #subnav_der{
        background-position: top right;
        background-repeat: no-repeat;
        width:948px; 
        height:35px; 
        position:absolute; 
        right:0; 
        top:0;
    }
    
    .page_actualidad #subnav_izq{ background: url(../../images/templates/botonera-azul1.png); }   
    .page_actualidad #subnav_der{ background: url(../../images/templates/botonera-azul2.png) }

    .page_resultados_busqueda #subnav_izq, 
    .page_registro_usuario #subnav_izq{ background: url(../../images/templates/botonera-azul1.png);}
    .page_resultados_busqueda #subnav_der, 
    .page_registro_usuario #subnav_der{ background: url(../../images/templates/botonera-azul2.png) }
    
    .page_economia #subnav_izq{ background: url(../../images/templates/botonera-gris1.png) }
    .page_economia #subnav_der{ background: url(../../images/templates/botonera-gris2.png) }

    .page_deporte #subnav_izq{ background: url(../../images/templates/botonera-rojo1.png) }
    .page_deporte #subnav_der{ background: url(../../images/templates/botonera-rojo2.png) }    
    
    .page_tecnologia #subnav_izq{ background: url(../../images/templates/botonera-verde1.png) }
    .page_tecnologia #subnav_der{ background: url(../../images/templates/botonera-verde2.png) }    
    
    .page_gente #subnav_izq{ background: url(../../images/templates/botonera-amar1.png) }
    .page_gente #subnav_der{ background: url(../../images/templates/botonera-amar2.png) }        
    
    .page_moda #subnav_izq{ background: url(../../images/templates/botonera-violet1.png) }
    .page_moda #subnav_der{ background: url(../../images/templates/botonera-violet2.png) }     
    
    .page_salud #subnav_izq{ background: url(../../images/templates/botonera-turq1.png) }
    .page_salud #subnav_der{ background: url(../../images/templates/botonera-turq2.png) }         
    
    .page_zona_a1 #subnav_izq{ background: url(../../images/templates/botonera-amarina1.png) }
    .page_zona_a1 #subnav_der{ background: url(../../images/templates/botonera-amarina2.png) }         
    

    .page_actualidad #subnav_izq, 
    .page_resultados_busqueda #subnav_izq,
    .page_registro_usuario #subnav_izq{ background-position: 0px -1px; }
    
    .page_economia #subnav_izq,
    .page_deporte #subnav_izq,
    .page_tecnologia #subnav_izq,
    .page_gente #subnav_izq, 
    .page_moda #subnav_izq,
    .page_salud #subnav_izq,
    .page_zona_a1 #subnav_izq{ background-position: top left; }
    
    .page_actualidad #logo { background: transparent url(../../images/templates/logo-azul.jpg) no-repeat; }
    .page_resultados_busqueda #logo, .page_registro_usuario #logo { background: transparent url(../../images/templates/logo-azul.jpg) no-repeat; }
    .page_economia #logo { background: transparent url(../../images/templates/logo-gris.jpg) no-repeat; }
    .page_deporte #logo { background: transparent url(../../images/templates/logo-rojo.jpg) no-repeat; }
    .page_tecnologia #logo { background: transparent url(../../images/templates/logo-verde.jpg) no-repeat; }
    .page_gente #logo { background: transparent url(../../images/templates/logo-amarillo.jpg) no-repeat; }
    .page_moda #logo { background: transparent url(../../images/templates/logo-violeta.jpg) no-repeat; }
    .page_salud #logo { background: transparent url(../../images/templates/logo-turquesa.jpg) no-repeat; }
    .page_zona_a1 #logo { background: transparent url(../../images/templates/logo-amarina.jpg) no-repeat; }
    
    .page_actualidad h1{}
    
    #registro_de_usuario{ background: #FFFFFF; padding:10px; }
    #recuperacion_contrasena{ background: #FFFFFF; padding:10px; }
    
    .article_print{border:none;background: url(../../images/templates/diagonales2.png);}
    .article_print_content hr{display:none;}
    .article_print_content b{color:#000000;}
    
    /* Search Widget, Resultado de la búsqueda */
    #busqueda{ margin: 0px; padding:4px; text-align:right }
    #busqueda b{ color:#FFFFFF; margin-top:7px; }
    .caja_busqueda{ padding:0 }
    .caja_busqueda input.help[type="text"]{ color:#999999 }
    .caja_busqueda input.help[type="text"],
    .caja_busqueda input[type="text"]{ padding:5px; }    
    .boton_busqueda{ margin-top:-5px; padding-left:4px }
    #searh_widget_container table,
    #searh_widget_container tr,
    #searh_widget_container td{ margin:0; padding:0 }
    #searh_widget_container input[type="text"]:focus{ border:solid 1px white }
    form .button-lupa{ background: url(../../images/templates/lupa.png) no-repeat; width:23px; height:23x; }
   
    #resultados_encontrados h2{ color:#00427F; }
    #resultados_encontrados h3{ color:#00427F; font-size:1.2em; margin-bottom:6px }
    #resultados_encontrados .resultado{ text-align:left; margin:0px 10px 0px 10px; border-bottom:1px solid #B0CADA; padding:15px 10px 10px 5px }
    #resultados_encontrados .resultado_descripcion{ color: #282828 }
    #resultados_encontrados .resultado_fecha{ color: #6A6A6A }
    #resultados_encontrados .resultado_descripcion em.palabra_encontrada{ color: #282828; font-weight:bold }
    .palabra_encontrada{ color:#00427F; font-weight:bold}
    .selectable{ cursor:pointer; }
    .selectable:hover{ background-color: #FFFFD5 }    
    #resultados_encontrados .paginacion_y_total_resultados .subcr{ text-align:right }
    #resultados_encontrados .paginacion_y_total_resultados p{ margin:0 }
    
    ul#filtros_busqueda{
        width: 623px; height: 31px;
        background: url(../../images/templates/botonera-busqueda.png) no-repeat 0 -31px;
        margin: 10px 0 25px 8px; padding: 0;
        position: relative;
        border-bottom:1px solid #BABABA;
    }    
    ul#filtros_busqueda li{
        margin: 0; padding: 0; list-style: none;
        position: absolute; top: 0;
    }
    ul#filtros_busqueda li, ul#filtros_busqueda a {
        height: 30px; display: block;
        text-align:center;
    }
    ul#filtros_busqueda a{
        color:white;
    }
    #filtro_1{left: 0; width: 84px;}
    #filtro_2{left: 85px; width: 77px;}
    #filtro_3{left: 163px; width: 88px;}
    #filtro_4{left: 252px; width: 67px;}
    #filtro_5{left: 320px; width: 67px;}
    #filtro_6{left: 388px; width: 88px;}
    #filtro_7{left: 477px; width: 67px;}
    #filtro_8{left: 545px; width: 77px;}

    #filtro_1 a:hover{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat 0 1px;}
    #filtro_2 a:hover{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -85px 1px;}
    #filtro_3 a:hover{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -163px 1px;}
    #filtro_4 a:hover{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -252px 1px;}
    #filtro_5 a:hover{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -320px 1px;}
    #filtro_6 a:hover{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -388px 1px;}
    #filtro_7 a:hover{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -477px 1px;}
    #filtro_8 a:hover{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -545px 1px;}
    
    #filtro_1 a.active{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat 0 1px;}
    #filtro_2 a.active{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -85px 1px;}
    #filtro_3 a.active{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -163px 1px;}
    #filtro_4 a.active{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -252px 1px;}
    #filtro_5 a.active{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -320px 1px;}
    #filtro_6 a.active{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -388px 1px;}
    #filtro_7 a.active{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -477px 1px;}
    #filtro_8 a.active{background: transparent url(../../images/templates/botonera-busqueda.png) no-repeat -545px 1px;}

    /* fin - Search Widget, Resultado de la búsqueda */
    
    /* INICIO: titulares */
    #tituleres{  }
    .titular{ width:544px; }
    #titulares .cuadro-imagen img, #titulares .cuadro-imagen-izquierda img, #titulares .cuadro-imagen-derecha img{ border:none; padding:0; }
    #titulares .cuadro-imagen{ margin-bottom:2px; }
    #titulares .titulo h1{ padding-bottom:5px; margin-bottom:0; }
    #titulares .titulo h1 a{ color:#022052; }
    #titulares .titulo h1 a:hover{ color:#00427F; }
    #titulares .comentarios_y_mas_detalle{ padding-bottom:6px; }
    #titulares .total_comentarios{ font-size:1.1em;height:12px;color:#034081; margin:3px 5px;padding:1px 6px 2px 6px;border-left:1px solid #034081;border-right:1px solid #034081; }
    /* FIN: titulares */    

    
    #widget_fecha_y_hora{ margin:10px 0; padding: 0 0 0 35px }
    #widget_fecha_y_hora .subcl{ padding-left:30px }
    #widget_fecha_y_hora .subcr{ padding-left:28px }
    
    div.error_messages{padding:5px; border:0px solid #FF0000; background-color: #FFFFD5; color: red; }

}

