﻿body.Novedades{
color:#A89682;
}

body.Novedades .imagenIzquierda,
body.Novedades .imagenDerecha
{
    width:1000px;
    height: auto!important; /* para los browsers buenos */
    height: 250px; /* para IE5+ */
    min-height: 250px; /* para los browsers buenos */    position:relative;
    margin-bottom:20px;
    }

body.Novedades .imagenIzquierda .imagen
{
  width:443px;
}

body.Novedades .imagenDerecha .imagen
{
  position:absolute;
  top:0;
  right:0;
}

body.Novedades .imagenIzquierda .noticia,
body.Novedades .imagenIzquierda .noticia
{
  width:555px;
  position:absolute;
  top:0;
  right:0;
  height:auto;
  margin:0;
}

body.Novedades .imagenDerecha .noticia
{
  width:555px;
  position:absolute;
  top:0;
  left:0;
  height:auto;
  margin:0;
}

body.Novedades .imagenIzquierda .noticia .titulo,
body.Novedades .imagenDerecha .noticia .titulo
{
    border-bottom: 1px solid #C8C7C5;
    height:39px;
    color:#A89682;
    font-family: Verdana, Arial;
    font-size:180%;
}

body.Novedades .imagenIzquierda .noticia .texto,
body.Novedades .imagenDerecha .noticia .texto
{
    color:#788CB3;

}

body.Novedades .imagenIzquierda .noticia .texto A
{
    color:#000;
}



    
body.Novedades .noticia
{
  height:100%;
  margin:20px 0;
}

body.Novedades .noticia .titulo
{
    border-bottom: 1px solid #C8C7C5;
    height:39px;
    color:#A89682;
    font-family: Verdana, Arial;
    font-size:180%;
}

body.Novedades .noticia .texto
{
    color:#788CB3;
}

body.Novedades .noticia .texto A
{
    color:#A3A19E;
}
body.Novedades .noticia .texto A:hover
{
    color:#000;
}

/*------------------------------AMPLIACIÓN NOTICIA--------------------------*/


body.Novedades #noticiaAmplia
{
    width:1000px;
    }

body.Novedades #noticiaAmplia .imagen
{
  width:445px;
  float:left;
}

body.Novedades #noticiaAmplia .noticia
{
  width:555px;
  margin:0;
  float:left;
}

body.Novedades #noticiaAmplia .noticia .titulo
{
    border-bottom: 1px solid #C8C7C5;
    height:39px;
    color:#A89682;
    font-family: Verdana, Arial;
    font-size:180%;
    width:555px;
    margin-top:38px;

}


body.Novedades #noticiaAmplia .noticia .titulo A
{
    font-size:50%;
    color:#788CB3;
    font-family: Arial, Verdana, Sans-Serif;
    float:right;
    position:relative;
    bottom:20px;
    margin-bottom:-20px;
}

body.Novedades #noticiaAmplia .noticia .texto
{
    color:#788CB3;

}

body.Novedades #noticiaAmplia .noticia .texto A
{
    color:#788CB3;
}



