* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased; 
}

body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #BBB;
}

a,
a:link,
a:visited {
    text-decoration: none;
    -o-transition:color .2s ease-in;
    -ms-transition:color .2s ease-in;
    -moz-transition:color .2s ease-in;
    -webkit-transition:color .2s ease-in;
    transition:color .2s ease-in;

    color: #999;
}

a img {
    border: 0;
}

a.enlace,
a.enlace:link,
a.enlace:visited {
    color: #D90000;
}

a.enlace2,
a.enlace2:link,
a.enlace2:visited {
    color: #BBB;
}

a.enlace:hover,
a.enlace2:hover {
    text-decoration: underline;
}

h1 {
    color: #fff;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h1.rojo {
    color: #F00;
}

h2 {
    font-size: 13px;
}


.clearfix {
    clear: both;
}

.centrado {
    text-align: center;
}

header {
    width: 880px;
    height: 120px;
    margin: 0 auto;
}

header #logo {
    float: left;
    width: 105px;
    height: 83px;
    padding-top: 15px;
}

header #idioma {
    float: left;
    text-align: left;
    padding-top: 10px;
    padding-left:  190px;
    height: 88px;
}

header #idioma a,
header #idioma a:link,
header #idioma a:visited {
    text-decoration: none;
    color: #999;
}

header #idioma a:hover {
    text-decoration: underline;
    color: #ccc;
}

header nav {
    float: right;
    text-align: right;
    width: 120px;
    color: #999;
    margin-top: 10px;
    height: 88px;
}

header nav ul {
    list-style-type: none; 
}

header nav a,
header nav a:link,
header nav a:visited {
    text-decoration: none;
    color: #999;
    text-transform: uppercase;
}

header nav a:hover,
header nav a.activo {
    color: #b60f20;
}

header #nseccion {
    background: #b60f20 url(/img/flecha-seccion.jpg) no-repeat right center;
    width: 150px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    padding-left: 5px;
    margin-left: 295px;
}

#banners {
    width: 880px;
    height: 254px;
    margin: 0 auto;
}

section#principal {
    background: #333;
    width: 840px;
    margin: 0 auto;
    padding: 20px;
    line-height: 13px;
}

section#principal strong {
    color: #fff;
}

footer {
    background: #000;
    width: 860px;
    margin: 0 auto;
    padding: 15px 10px;
    color: #999;
}

footer a,
footer a:link,
footer a:visited {
    color: #999;    
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .menu a {
    text-transform: lowercase;
}

footer .pie-izquierda {
    float: left;
    width: 400px;
}

footer .pie-derecha {
    float: right;
    width: 400px;
    text-align: right;
}

.home .col-izquierda {
    float: left;
    width: 280px;
    background: url(/img/flecha-derecha.jpg) no-repeat top right;
    padding-right: 30px;
}

.home .col-central {
    float: left;
    width: 220px;
    background: url(/img/flecha-derecha.jpg) no-repeat top right;
    padding-right: 30px;
    margin-left: 30px;
}

.home .col-derecha {
    float: left;
    width: 220px;
    margin-left: 30px;
}

.simple .contenido {
    background: url(/img/flecha-derecha.jpg) no-repeat top left;
    margin-left: 258px;
    padding-left: 30px;
    width: 530px;
    float: none;
}

.contenido {
    padding-left: 30px;
    float: left;
    width: 530px;
}

.contenido p {
    margin-bottom: 15px;
}

.columna {
    float: left;
    width: 258px;
    background: url(/img/flecha-derecha.jpg) no-repeat top right;
    padding-top: 30px;
}

.columna ul {
    list-style-type: none; 
}

.columna ul li {
    text-align: right;
    text-transform: uppercase;
    padding: 5px 0;
    background: url(/img/rayita.gif) no-repeat bottom right;
}

.columna ul li a {
    font-size: 10px;
}

.columna ul li a:hover,
.columna ul li a.activo {
    color: #D90000;
}