﻿#contenido-ficha-noticia
{
    float: left;
         width: 631px;
}
.desglose-floatleft
{
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-right: 10px;
}
#h1-ficha-noticia
{
    /*height: 38px;*/
    float: left;
    width: 94%;
    background-color: #ededed;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #ca4a09;

}
#h1-ficha-noticia h2
{
    margin: 10px 0px 10px 15px;
    font-size: 16px;
    color: #484848;
    font-weight: 500;
}
#desglose-ficha-noticia
{
    float: left;
    width: 100%;
}
.desglose-noticia-imagen
{
    width: 25%;
    float: left;
    text-align: center;
}
.desglose-tamanoimagen
{
    width: 120px;
    height: 80px;
}
.desglose-noticia-texto1
{
    width: 70%;
    float: left;
}
.desglose-noticia-texto
{
    width: 100%;
    float: left;
    text-align: justify;
}
.desglose-noticia-pie-fecha
{
    width: 15%;
    float: left;
    text-align: left;
    padding-top: 10px;
    font-style: italic;
}
.desglose-noticia-pie-fuente
{
    width: 56%;
    float: left;
    text-align: left;
    padding-top: 10px;
    font-style: italic;
}
.desglose-noticia-pie-enlace
{
    width: 27%;
    float: left;
    text-align: right;
    padding-top: 15px;
}
.desglose-listview
{
    width: 100%;
    float: left;
    text-align: right;
}

.desglose-titularestilos1
{
    padding: 0px 10px 0px 0px;
    margin: 0px;
    color: #d37317;
    font-family: tahoma !important;
    font-size: 11px !important;
    font-weight: bold;
    width: 100%;
    line-height: 17px;
}
.desglose-entradillaestilos1
{
    color: #818181;
    font-family: tahoma !important;
    font-size: 11px !important;
    padding: 0px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0px;
    line-height: 17px;
    font-weight: bold;
}
.desglose-noticiaestilos1
{
    color: #818181;
    font-family: tahoma !important;
    font-size: 11px !important;
    
    padding: 0px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0px;
    line-height: 17px;
}
.desglose-enlaceazul
{
    font-family: tahoma !important;
    font-size: 11px !important;
    text-align: right;
    text-decoration: none;
    margin: 5px 0px 0px 15px;
}
.desglose-enlaceazul a
{
    text-decoration: none;
    color: #6fa6f9 !important;
}


