﻿body
{
    font-family: Verdana;
    font-size: 8pt;
}   

h3 {
    color:#1132A5;
    font-family: Verdana;
    font-size: 14pt;
}

#Cabecera
{
    display: block;
    background-color: #FFFFFF;
}

#IconoDigi21
{
    float: left;
}

#InformacionContacto
{
    float: right;
}

#Menu
{
    display: block;
    clear: both;
}


#MenuVertical
{
    float: right;
    width: 24%;
    border-left-style: dotted;
    border-left-width: 1px;
}

#ContenidoPrincipal
{
    float: left;
    width: 75%;
}

.TituloCaracteristica
{
    border: 1px solid black;
    border-color: #B8CDDB;
    background-image: url('newline.gif');
    height: 25px;
    clear: both;
}

.Novedad
{
    clear: both;
}

.TituloNovedad
{
  clear: both;
  padding:3px;
}

.ContenidoIzquierda
{
    padding:3px;
}

.ContenidoDerecha
{
    float: right;
    width: 320px;
    clear: right;
    padding:3px;
}

.ContenidoIzquierda a
{
    text-decoration:none;
    color:Black;
}

