/*
*    Estilos generales
*/

img {
    border: 0px;
}

body {
    font-family: Arial;
    background-color: #FFFFFF;
    text-align: center; /* Para que centre en IE */
    color: #6E6E6E;
    font-size: 15px;
    background: url('../imagenes/body-bg.jpg') repeat-x;
    margin-top: 0;
}

/*
* Estilos de seccion
*/
#contenedor {
    width: 904px;
    margin: 0 auto 10px auto;
    background-color: #FFFFFF;
    text-align: left;
}

#cabecera {
    float: left;
    width: 904px;
    height: 156px;
    background: url(../imagenes/cabecera-bg.jpg) no-repeat #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

#cabecera #slogan {
    font-family: Arial;
    font-size: 12px;
    color: #3c5687;
    float: right;
    margin: 100px -40px 0 0;
}

#menu {
    float: left;
    height: 30px;
    width: 904px;
}

#menu #item {
    float: left;
    width: 100px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
}

#menu #item.activo {
    background: url('../imagenes/pestana-selec.gif') no-repeat;
}

#menu #item a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    text-transform: lowercase;
}

#menu #item a.activo {
    color: #003d7a;
    font-weight: bold;
}

#submenu {
    float: left;
    height: 30px;
    width: 900px;
}

#submenu #item {
    float: left;
    padding-top: 5px;
    padding-left: 25px;
    text-align: left;
}

#submenu #item a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    text-transform: lowercase;
}

#submenu #item a.activo {
    color: #003d7a;
    font-weight: bold;
}

#contenido {
    width: 810px;
    padding: 5px 30px 10px 30px;
    font-size: 15px;
    color: #6e6e6e;
    min-height: 480px;
    text-align: justify;
}

#contenido-home {
    width: 904px;
    font-size: 15px;
    color: #6e6e6e;
    background-color: #f0f0f0;
}

#contenido a {
    color: #404040;
    text-decoration: none;
}

#contenido a:visited {
    color: #404040;
}

#contenido a:hover {
    color: #003d77;
}

#contenido h2 {
    float: left;
    width: 800px;
    color: #e8e8e8;
    text-transform: lowercase;
    font-size: 28px;
    margin-top: 10px;
}

#contenido h3 {
    color: #FE8534;
    font-size: 18px;
}

#contenido .listado ul {
    line-height: 1.4;
    list-style-image: url(/imagenes/bullet.gif);
    margin-left: -20px;
}

#contenido .listado li {
    margin-bottom: 10px;
}

#contenido .img-destacada img {
    margin-left: 15px;
    border: 15px solid #e0e0e0;
}

#contenido .contenedor-marquee {
    padding-bottom: 10px;
    padding-left: 20px;
    width: 350px;
    padding-right: 20px;
    background: url('/imagenes/marquee-bg.jpg') no-repeat #f7f7f7;
    float: left;
    margin-left: 20px;
    margin-right: -50px;
    padding-top: 10px;
}

#contenido-indentado {
    margin-left: 20px;
    margin-top: 10px;
}

#formulario {
    margin-left: 5px;
}

#formulario th{
    /*background: url('../imagenes/form-label-bg.gif') no-repeat #FFFFFF;*/
    width: 100px;
    height: 30px;
    color: #003d77;
    text-align: left;
    padding-left: 10px;

}

#formulario input,textarea {
    background-color: #d4dce8;
    border: 1px solid #9eb3d0;
    font-family: Arial;
    font-size: 18px;
    color: #003d77;
    width: 300px;
    /*height: 30px;
    padding: 3px;*/
}

#copy {
    margin: 15px auto 0 auto;
    width: 904px;
    height: 43px;
    background: url('../imagenes/fondoPie.jpg') no-repeat;
    color: #b0b0b0;
    font-size: 12px;
    text-align: center;
    float: left;
    padding-top: 20px;
}

/*
* ANIMACIONES
*/
#slogan-contenedor {
	width: 500px;
	height: 100px;
	overflow: hidden;
	position: relative;
        float: left;
        margin-top: 50px;
        margin-left: 80px;
}

div.slogan-item {
	width: 700px;
	height: 100px;
	position: absolute;
	left: 500px;
	top: 5px;
}

div.primer-slogan {
	left: 0;
}

#marquee-up {
    height:260px;
    width:350px;
    overflow:hidden;
    position:relative;
}

#marquee-up em {
    color: #0068b5;
    font-size: 24px;
    padding-left: 35px;
    line-height: 26px;
}

#marquee-up p {
    font-size: 14px;
}


