/*
 * Listado de Noticiasa
 */
#contenedor_listado_noticias{width:690px; }

#noticias_left{width:100%; }
#noticias_left .noticias_cabecera{border-bottom:1px solid #116092;color:#116092; height:15px;}
#noticias_left .noticias_cabecera a{color:#116092;  text-decoration:none;}
#noticias_left .noticias_titulo{float:left;}
#noticias_left .noticias_fecha{float:right;}
#noticias_left .noticias_cuerpo{margin-bottom:20px;}
#noticias_left .mas_info a{color:#116092;  text-decoration:none;}

/*
 PAGINACION LISTADO NOTICIAS
 */
#contenedor_listado_noticias .pagination {
		font-size: 80%;
		position:relative;
		left: 40%;
}

#contenedor_listado_noticias .pagination a {
    background: #008BD0 none repeat scroll 0%;
    color: #fff;
    text-decoration: none;
	
}

#contenedor_listado_noticias .pagination a, .pagination span {
    background: #008BD0 none repeat scroll 0%;
    display: block;
	float: left;
    margin-bottom: 5px;
    /* margin-right:5px; */
    padding: 0.3em 0.5em;
}

#contenedor_listado_noticias .pagination .current {
    /* border:1px solid #804C11; */
    background: #008BD0 none repeat scroll 0%;
    color: #999;
	float: left;
}

#contenedor_listado_noticias .pagination .prev {
		
    background: #008BD0 none repeat scroll 0%;
    color: #FFFFFF;
		text-align:center;
}

#contenedor_listado_noticias .pagination .next {
		/*
float:right;
*/
    background: #008BD0 none repeat scroll 0%;
    color: #FFFFFF;
		text-align:center;
}

/*
 * Buscador de noticias
 */ .noticias_buscador {
    clear: both;
    background-color: #008BD0;
    width: 210px;
    padding: 1px;
    margin-left: 1px;
    font-family: Tahoma, Helvetica, sans-serif;
    color: #fff;

} #noticias_form_busqueda {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
} #noticias_cabecera {
    padding: 3px;
    text-decoration: underline;
	font-family: Tahoma;
	font-weight: bold;
	text-align:center;
    font-size: 18px;
} #noticias_campos {
    padding: 10px;
}
#noticias_asunto{
	width: 175px;
}
.noticias_campos_contenedor #noticias_fecha_inicio {

    width: 90px;
} .noticias_campos_contenedor #noticias_fecha_fin {  
    width: 90px;
}
.noticias_campos_contenedor #noticias_desde{
	padding-right: 25px;
	float:right;
}
.noticias_campos_contenedor #noticias_hasta{
	padding-right: 25px;
	float:right;
}
.noticias_campos_contenedor{
	padding-top: 15px;
}
#noticias_date2{
	padding-left: 3px;
	top: 6px;
}
#noticias_date1{
	padding-left: 3px;
	top: 6px;
}
#noticias_btn_contenedor{
	padding-right:15px;
	padding-top:10px;
}
/*
 * Noticias
 */
 #noticias {
    float: right;
    margin-top: 5px;
    border-left: 1px solid #008BD0;
    border-bottom: 1px solid #008BD0;
    border-top: 1px solid #008BD0;
    background-color: #FFFFFF;
    font-family: Tahoma, Helvetica, sans-serif;
} #noticias #detalle_noticia {
    float: left;
    width: 545px;
    padding: 1px;
} #noticias #detalle_noticia[id] {
    float: left;
    width: 530px;
    padding: 1px;
} #noticias #columna_todas_noticias {
    float: left;
    width: 165px;
    /*border:1px solid #008BD0;*/
    border-left: 1px solid #008BD0;
    border-right: 1px solid #008BD0;
    border-bottom: 1px solid #008BD0;
    background-color: #FFFFFF;
    padding: 1px;
    background-image: url(/css/img/fondo-columna-derecha.jpg);
    background-repeat: repeat-y;
} #noticias #columna_todas_noticias[id] {
    float: left;
    width: 180px;
    /*border:1px solid #008BD0;*/
    border-left: 1px solid #008BD0;
    border-right: 1px solid #008BD0;
    border-bottom: 1px solid #008BD0;
    background-color: #FFFFFF;
    padding: 1px;
    background-image: url(/css/img/fondo-columna-derecha.jpg);
    background-repeat: repeat-y;
} #noticias #detalle_noticia #encabezado_noticias {
    background-color: #008BD0;
    color: #FFFFFF;
    height: 20px;
    clear: both;
    vertical-align: middle;
    padding: 5px 0px 0px 5px;
    font-family: verdana;
    font-size: 14px;
    padding-top: 2px;
} #noticias #detalle_noticia #foto_noticias {
    float: left;
    width: 150px;
    height: 200px;
    background-image: url(/imagenes/news-pen.jpg);
    background-repeat: no-repeat;
    background-position: center;
} #noticias #detalle_noticia #desarrollo_noticia {
    float: left;
    width: 330px;
    padding: 10px;
} #noticias #detalle_noticia #desarrollo_noticia[id] {
    float: left;
    width: 350px;
    padding: 10px;
} #noticias #detalle_noticia #desarrollo_noticia .noticia_fecha {
    font-size: 10px;
    color: #666666;
    padding-top: 5px;
} .noticia_titulo {
    font-size: 10pt;
    color: #324677;
    font-weight: Bold;
    background-image: url(/css/img/ico_flecha.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    height: 28px;
    padding-top: 10px;
} .noticia_texto {
    clear: both;
    font-size: 10pt;
    color: #000000;
} #noticias #columna_todas_noticias #titulo_columna_todas_noticias {
    background-color: #008BD0;
    color: #FFFFFF;
    height: 20px;
    clear: both;
    vertical-align: middle;
    padding: 5px 0px 0px 5px;
    font-family: Tahoma;
    font-size: 9pt;
    margin-bottom: 2px;
} #noticias #columna_todas_noticias .grupo_noticias_breves {
    clear: both;
    width: 161px;
    /*
height: 600px;
*/
    border: 1px solid #008BD0;
    background-color: #FFFFFF;
    padding: 1px;
    margin-bottom: 2px;
} #noticias #columna_todas_noticias .grupo_noticias_breves[class] {
    clear: both;
    width: 176px;
 /*
   height: 600px;
*/
    border: 1px solid #008BD0;
    background-color: #FFFFFF;
    padding: 1px;
    margin-bottom: 2px;
} #noticias #columna_todas_noticias .txt_ampliar, A:Link.txt_ampliar, A:Visited.txt_ampliar, A:Hover.txt_ampliar {
    position: relative;
    color: #324677;
    text-decoration: none;
   /*
 float: right;
*/
    font-size: 11px;
    margin: 0 10px 5px 0;
} .masnews {
    color: #334681;
    text-decoration: none;
    font-size: 12px;
}

/* */ #pie_todas_noticias {
    height: 20px;
    background-color: #008BD0;
    color: #ffffff;
    margin: 2px;
    text-align: center;
}

div.pagination {
    clear: both;
    text-align: center;
} #noticias #columna_todas_noticias #listado_todas_noticias {
    clear: both;
}


 .txt_todas_fecha a{
    font-family: Verdana;
    font-size: 14px;
    color: #324677;
    font-weight: Bold;
    text-decoration: underline;
    margin-bottom: 4px;
    padding-left: 5px;
} .txt_todas, span.txt_todas p {
    font-size: 12px;
    color: #595957;
    padding: 0px;
    margin: 0px;
    margin-left: 5px;
} #linea {
    position: relative;
    left: 0;
    padding-top: 2px;
    height: 25px;
    width: 5px;
    font-size: 10px;
    font-weight: Bold;
}

span.noticias_separador {
    position: relative;
    left: 85px;
    bottom: 20px;
}

/*
 * hack para ie  http://www.brothercake.com/site/resources/reference/xxx/
 *
 * http://www.webtoolbag.com/css-ie7-ie6-ff-hacks-and-trics-r116.htm
 */
span[id$="noticias_separador"] {

position:relative;

left:
    0;

bottom:
    0;
}

span[id$="noticias_separador"]:not([class="xxx"]) {

position:relative;

left:
    85px;

bottom:
    20px;
}

/*
 #noticias #columna_todas_noticias #zona_paginacion #linea[id] {position:relative; left:0px; padding-top:2px; height:25px; width:10px; font-size:10px; font-weight:Bold;}
 */ #noticias #columna_todas_noticias #zona_paginacion {
    text-align: center;
    background-color: #008BD0;
    color: #FFFFFF;
    width: 165px;
    margin-top: 25px;
} #noticias #columna_todas_noticias #zona_paginacion[id] {
    text-align: center;
    background-color: #008BD0;
    color: #FFFFFF;
    width: 180px;
    margin-top: 25px;
}	
	
/*
 PAGINACION NOTICIA
 */
#zona_paginacion .pagination {
		font-size: 80%;
		position:relative;
}

#zona_paginacion .pagination a {
    background: #E9E2D5 none repeat scroll 0%;
    color: #0099CC;
    text-decoration: none;
}

#zona_paginacion .pagination a, .pagination span {
    background: #E9E2D5 none repeat scroll 0%;
    display: block;
    float: left;
    margin-bottom: 5px;
    /* margin-right:5px; */
    padding: 0.3em 0.5em;
}

#zona_paginacion .pagination .current {
    /* border:1px solid #804C11; */
    background: #E9E2D5 none repeat scroll 0%;
    color: #804C11;
}

#zona_paginacion .pagination .prev {
		
    background: #008BD0 none repeat scroll 0%;
    color: #FFFFFF;
		text-align:center;
}

#zona_paginacion .pagination .next {
		float:right;
    background: #008BD0 none repeat scroll 0%;
    color: #FFFFFF;
		text-align:center;
}
    /*
     * Noticias Destacadas
     */
 #noticias_destacadas {
    clear: both;
    background-color: #008BD0;
    width: 210px;
    padding: 1px;
    margin-left: 1px;
} #noticias_destacadas #titulo_noticias_destacadas {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: Bold;
    text-decoration: underline;
    text-align: center;
    font-family: Tahoma;
    letter-spacing: 2px;
} #noticias_destacadas #subtitulo_noticias_destacadas {
    font-size: 10px;
    color: #FFFFFF;
    float: left;
    margin-left: 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} #noticias_destacadas #fecha_noticias_destacadas {
    font-size: 9px;
    color: #FFFFFF;
    float: right;
    margin-right: 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} #noticias_destacadas #zona_noticias_destacadas {
    background-color: #FFFFFF;
    clear: both;
    width: 200px;
    margin: 5px 5px 5px 5px;
} #espaciado {
    clear: both;
    height: 10px;
} #noticias_destacadas #zona_noticias_destacadas .notdest {
    clear: both;
    margin-bottom: 7px;
    margin-top: 3px;
	padding: 0 5px 0 5px;
}

A:Link.tit_notdest, A:Visited.tit_notdest, A:Hover.tit_notdest {
    background-image: url(/css/img/icon_noticias.gif);
    background-repeat: no-repeat;
    font-size: 12px;
    color: #51514D;
    font-weight: Bold;
    text-decoration: underline;
    padding-left: 12px;
    margin-left: 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} .fecha_notdest {
    color: #6C6C6C;
    font-size: 10px;
    padding-left: 17px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.error{
	color: #cc0000;

}
#noticias_error{
color: #cc0000;	
}
