﻿body.Novedades
{
}

body.Novedades TABLE
{
    border-collapse: collapse;
    margin-bottom: 5px;
    margin-left: -1px;
}

body.Novedades TABLE TD
{
    vertical-align: top;
}

body.Novedades TABLE.normal
{
    background-color: #B0B0B0;
}

body.Novedades TABLE.destacada
{
    background-color: #7F7F7F;
}

body.Novedades TD.titular, body.Novedades TD.titularDestacado
{
    width: 150px;
    overflow:hidden;
}

body.Novedades TD.resumen, body.Novedades TD.resumenDestacado
{
    width: 441px;
    _width: 440px;
    overflow:hidden;
}

body.Novedades .titular, body.Novedades .titularDestacado, body.Novedades .resumen, body.Novedades .resumenDestacado
{
    padding: 10px 20px 0 20px;
}

body.Novedades .titular .fecha, body.Novedades .titularDestacado .fecha
{
    font-weight: bold;
    color: White;
    display: block;
}

body.Novedades .titular .titulo, body.Novedades .titularDestacado .titulo
{
    font-weight: bold;
    font-size: 120%;
    color: Black;
}


body.Novedades .imagen
{
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
    background-color: #FFF;
}

body.Novedades .vinculo
{
    background-color: #FFF;
    width: 135px;
}

body.Novedades .paginador
{
    margin: -5px;
}



/* -----------------NOVEDAD NUEVA SERIE------------------ */


body.Novedad #espacioGaleria
{
    width: 384px;
    height: 417px;
    position: absolute;
    left: 383px;
    top: 80px;
}


body.Novedad #espacioGaleria .imagenGaleria
{
    float: left;
}

body.Novedad #espacioGaleria .imagenGaleria IMG
{
    margin: 0 0 6px 6px;
}

body.Novedad #espacioMultiusos
{
    width: 384px;
    height: 423px;
    background-color: Black;
    position: absolute;
    left: 571px;
    top: 80px;
}


body.Novedad #espacioMultiusos #nombrePavimento
{
    font-variant: small-caps;
    color: White;
    height: 22px;
    _height: 22px;
    padding-top: 8px;
    padding-left: 12px;
    border-bottom: 4px solid white;
    font-size: 130%;
}

body.Novedad #espacioMultiusos #caracteristicasPavimento
{
    padding: 12px 0 0 12px;
    border-bottom: 4px solid white;
    height: 182px;
    _height: 181px;
    overflow: hidden;
}

body.Novedad #espacioMultiusos #caracteristicasPavimento UL
{
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px;
    display: inline;
    height: 40px;
    overflow: hidden;
    display: block;
}

body.Novedad #espacioMultiusos #caracteristicasPavimento UL LI
{
    display: inline;
    margin-right: 6px;
    float: left;
}
body.Novedad #espacioMultiusos #caracteristicasPavimento #texto
{
}

body.Novedad #espacioMultiusos #caracteristicasPavimento #texto .formato
{
    color: #757575;
    text-transform: uppercase;
}

body.Novedad #espacioMultiusos #caracteristicasPavimento #texto .numeracion
{
    color: White;
}

body.Novedad #espacioMultiusos #caracteristicasPavimento #texto .descripcion
{
    color: White;
    font-weight: bold;
    font-size: 90%;
    text-align: justify;
    padding: 5px 15px 10px 0;
    height: 89px;
    overflow: hidden;
}

body.Novedad #espacioMultiusos #botoneraPavimento UL
{
    list-style: none;
    margin: 0;
    padding: 0;
}
body.Novedad #espacioMultiusos #botoneraPavimento UL LI
{
    list-style: none;
    margin:0;
    padding: 0;
}

/* ----------------- NOVEDAD NOTICIA ----------------------- */

body.NovedadDetalle
{
}

body.NovedadDetalle #imagenGaleria
{
    width: 384px;
    height: 417px;
    position: absolute;
    left: 0px;
    top: 80px;
    background-color: #000;
}

body.NovedadDetalle #imagenGaleria #imagen
{
    margin: 10px 10px 10px 10px;
    height: 397px;
    width: 364px;
    overflow: hidden;
}

body.NovedadDetalle #espacioNoticia
{
    width: 571px;
    height: 417px;
    position: absolute;
    left: 384px;
    top: 80px;
    background-color: #000;
    overflow: hidden;
}

body.NovedadDetalle #espacioNoticia #fecha
{
    width: 410px;
    padding: 40px 0 5px 16px;
    color: Red;
    font-weight: bold;
    font-family: Arial;
}

body.NovedadDetalle #espacioNoticia #titulo
{
    width: 410px;
    padding: 0 0 30px 16px;
    color: #FFF;
    font-weight: bold;
    font-family: Arial;
    overflow: hidden;
}

body.NovedadDetalle #espacioNoticia #cuerpo
{
    width: 410px;
    height: 210px;
    padding: 0 0 0 16px;
    color: #FFF;
    font-weight: normal;
    font-family: Arial;
    text-align: justify;
    overflow: hidden;
}

body.NovedadDetalle #espacioNoticia #volverNovedades
{
    top: 320px;
    position: absolute;
    width: 410px;
    height: 75px;
}

