/* inicio blogs.css */

/* --------------------------------------------------------------------------------*/
/* ESTILOS COMUNES EN TODOS LOS BLOGS */
/* --------------------------------------------------------------------------------*/

h2 {

}

a {
    color: #003d7a;
}

blockquote a,
ul a {
   font-size: 13px;
    color: #003d7a;
}

/* color de titulares */
.otrosblogs h1,
.otrosblogs h1 a,
.enlaces a,
.volver a
{
	color: #d8235a;
}

a:hover,
.enlaces a:hover,
.navegacion a:hover,
.volver a:hover {
	text-decoration: underline;
}

/* modificadores publicidad */

    .publicidadnoticia {
        margin-bottom: 10px;
    }

    .publicidadnoticia table {
        float: none !important;
    }

/* fin modificadores publicidad */

/* modificadores cabecera */

    body,
    #cabecera
    {
        width: 990px;
    }

    #cabecera {
        height: 36px;
        border-bottom: 1px solid #036;
        background-color: #fff;
        background-image: none;
    }

    #cabecera #logo {
        float: left;
    }

    #cabecera .navegacion {
        float: right;
        font-size:11px;
        padding-top: 18px;
    }

    #cabecera .navegacion a {
        font-weight: bold;
        color: #036;
        text-decoration: none;
    }

    #columnaprincipal {
        width: 680px;
        float: left;
    }

    #nombreblog {
        text-align: center;
        margin-bottom: 10px;
    }

/* fin modificadores cabecera */

/* bloques principales */

    #columnasecundaria {
        width: 300px;
        float: right;
        padding-top: 10px;
    }

/* fin bloques principales */

/* modificadores noticia */

    .noticia {
        width: 670px;
        border-bottom: 0;
        margin-left: 10px;
		margin-bottom: 10px!important;
		background-image: none!important;
    }

    .noticia .superior .firma {
            float: left;
    }

    .noticia h1 {
        color: #729191;
        font-size: 22px;
        text-align: left;
        margin-top: 5px!important;
        margin-bottom: 35px!important;
        line-height: 25px;
    }

    .noticia h1 a {
        color: #729191;
        text-decoration: none;
    }
	 .noticia h1 a:hover {
        text-decoration: underline;
    }

    .noticia .foto p {
        font-size: 11px;
        line-height: 1.5em;
    }

    .noticia {
        padding-bottom: 30px;
    }

   /* .noticia .foto .ampliarfoto {
        border-top: 3px solid #036;
    }*/

    .noticia .superior .firma {
        float: left;
        padding-top: 4px;
	/*	font-family: Arial, Helvetica, sans-serif;*/
		font-size: 10px;
		
    }

    .noticia .superior {
        margin-bottom: 0;
    }

/* fin modificadores noticia */

/* noticias secundarias, segundo bloque de noticias */

    .noticiassecundarias h2 {
		color: #d8235a;
		font: bold 22px/26px Arial, Helvetica, sans-serif;
		margin-left: 10px;
		border-bottom: 1px solid #d8235a;
    }

    .noticiassecundarias .noticia {
        clear: both;
        padding-bottom: 20px;
    }

    .noticiassecundarias .noticia h1,
    .noticiassecundarias .noticia h1 a {
        font-weight: bold;
        color: #729191;
    }

    .noticiassecundarias .noticia h1 {
        margin-bottom: 0;
        line-height: 1em;
        text-align: left;
    }

    .noticiassecundarias .noticia h1 a {
        font-size: 17px;
        text-align: left;
        clear: none;
    }

    .noticiassecundarias .noticia p {
        margin-top: 0;
        clear: none;
        font-size: 11px;
    }

    .noticiassecundarias .noticia p a {
        clear: none;
        padding: 0 !important;
    }

    .noticiassecundarias .noticia p a.sigue {
        color: #d8235a;
        text-decoration: none;
        clear: none;
        font-weight: bold;
        padding: 0 !important;
    }

    .noticiassecundarias .noticia p a:hover {
        text-decoration: underline;
    }

    .noticiassecundarias .noticia .foto {
        float: right;
        clear: none;
        margin-left: 10px;
    }

    .noticiassecundarias .noticia .foto img {
        margin-bottom: 20px;
    }

    .noticiassecundarias ol,
    .noticiassecundarias ul {
        font-size: 11px !important;
    }

/* fin noticias secundarias */

/* tercer bloque de noticias */
    .noticiasantiguas{
	margin-top: 25px;
    }
    .noticiasantiguas h2 {
	color: #d8235a;
		font: bold 22px/26px Arial, Helvetica, sans-serif;
		margin-left: 10px;
		border-bottom: 1px solid #d8235a;
    }

    .noticiasantiguas ul {
        font-size: 12px;
        margin-bottom: 12px;
        padding-left: 30px;
		line-height: 18px;
    }

    .noticiasantiguas ul li {
        list-style-type: square;
		line-height: 18px;
    }

    .noticiasantiguas ul a {
        color: #000;
        text-decoration: none;
    }

    .noticiasantiguas ul a:hover {
        text-decoration: underline;
    }

/* fin tercer bloque de noticias */

/* bloque de descripcion y otros blogs de la columna de la derecha */

    .otrosblogs {
        clear: both;
        padding: 8px;
        border: 1px solid #ccc;
        text-align: left;
        margin-bottom: 10px;
    }

    .otrosblogs h1 {
		font: bold 14px  Arial, Helvetica, sans-serif;
        margin-bottom: 5px;
        margin-top: 0;
    }
	.otrosblogs h3 {
		font: bold 14px  Arial, Helvetica, sans-serif;
        margin: 20px 0 0 0;
		padding: 0;
		color: #6a7d7d;
    }
	.otrosblogs h3 a{
		color: #6a7d7d;
    }
    .otrosblogs p {
        font: normal 11px Verdana,Arial, Helvetica, sans-serif;
        margin-bottom: 20px;
        margin-top: 5px;
        color: #6E6E6E;
        line-height: 1.4em;
    }

    .otrosblogs li {
        font-size: 11px;
    }

    .otrosblogs p a {
        color: #455D74;
        text-decoration: none;
    }
    
/* bloque de descripcion y otros blogs con foto de la columna de la derecha */

    .otrosblogseparado {
        clear: both;
        padding: 8px;
        border: 1px solid #ccc;
        text-align: left;
        margin-bottom: 10px;
		background-color:#999999;
    }

    .otrosblogseparado h1 {
		font: bold 14px  Arial, Helvetica, sans-serif;
        margin-bottom: 5px;
        margin-top: 10px;
		color:#d8235a;
    }
	.otrosblogseparado h3 {
		font: bold 14px  Arial, Helvetica, sans-serif;
        margin: 20px 0 0 0;
		padding: 0;
		color: #6a7d7d;
    }
	.otrosblogseparado h3 a{
		color: #6a7d7d;
    }
    .otrosblogseparado p {
        font: normal 11px Verdana,Arial, Helvetica, sans-serif;
        margin-bottom: 20px;
        margin-top: 5px;
        color: #e1e1e1;
        line-height: 1.4em;
    }

    .otrosblogseparado li {
        font-size: 11px;
    }

    .otrosblogseparado p a {
        color: #455D74;
        text-decoration: none;
    }

/* fin bloque de descripcion y otros blogs de la columna de la derecha */

.fecha2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	/*color: #535353;*/
	color: #6a7d7d;
}

/*.fecha {
	text-align: center;
	font-size: 9px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
	text-transform: uppercase;
	color: #535353;
}*/

.noticia .enlaces,
.noticiassecundarias a,
.volver {
	font-weight: bold;
	font-size: 11px;
    clear: both;
}

.volver {
	padding: 0 0 20px 5px;
}

.volver a {
	text-decoration: none;
}

.enlaces {
	text-align: right;
}

.enlaces img {
	vertical-align: middle;
	margin-right: 5px;
}

.enlaces a {
	text-decoration: none;
}

/* temas archivados */

    .archivoblog ul {
    font-size: 13px;

    }

    .archivoblog ul a {
        color: #036;
    }

    .archivoblog h2 {
        font-size: 17px;
    }

    .archivoblog ul {
            padding-left: 50px;
    }
    .archivoblog ul li {
        padding-left: 0px;
        list-style-type: square;
    }

/* fin de temas archivados */

.herramientas {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.herramientas a {
	color: #003d7a;
	font-size: 10px;
}

/* modificadores ticker y urgentes */

    .urgente {
        margin-left: 10px !important;
    }
	.tickerv2,
	.urgentev2 {
		margin-top: 10px !important;
		width: 670px !important;
        margin-left: 0 !important;
	}

/* fin modificadores ticker y urgentes */

/* modificadores pie de pagina */

    #piepagina,
    #pie {
        clear: both;
        margin:0 0 10px 0px;
        padding: 20px 0 10px 10px;
        width: 980px;
        border-top: 1px solid #ccc;
    }

    #pie {
        font: normal 11px Verdana,Arial,Helvetica,sans-serif;
        border-top: 0;
    }

    #pie .archivo {
        float: left;
    }

    #pie .navegacion {
        float: right;
    }

    #piepagina a {
        color: #003d7a;
    }

/* fin modificadores pie de pagina */


/* anyadidos para Yo Dona */
.noticiassecundarias .noticia{
margin: 6px 0 15px 10px!important;
padding: 0;
overflow: hidden;
}
.noticiassecundarias .noticia .izquierda {
float: left;
width: 85px;
margin: 0 8px 0 0 !important;
padding: 0;
}
.noticiassecundarias .noticia .izquierda .foto{
margin: 0!important;
padding: 0;
}
.noticiassecundarias .noticia  h1{
margin: 0 0 8px 0px!important;
padding: 0!important;
line-height: 15px!important;}
.noticiassecundarias .noticia  h1 a{
text-decoration: none;}
.noticiassecundarias .noticia  h1 a:hover{
text-decoration: underline;}
.noticiassecundarias .noticia  p{
margin: 0 0 0 0px;
padding: 0;}
.noticiassecundarias .noticia img{
border-bottom: none!important;
margin: 0!important;}


/* FIN anyadidos para Yo Dona */

/* --------------------------------------------------------------------------------*/
/* FIN ESTILOS COMUNES EN TODOS LOS BLOGS */
/* --------------------------------------------------------------------------------*/


#iframe_twitter.twitter_share{
float:left;
width:70px;
}

#iframe_facebook.facebook_share{
float:right;
width:180px;
}

/* fin blogs.css */

