@charset "UTF-8";

/* CSS Document */

body, h1, h2, p {
    padding:0px;
    margin:0px;
}

h2{
	color:black;
}

body {
    font-size:80%;
    background-color:#004eb2;
    font-family: sans, verdana;
}

a {
    text-decoration:none;
  	color:white;
}

a:hover {
    text-decoration:underline;
	color:white;
}

/*  TEXTO  */

.negrita {
    font-weight:bold;
}

.texto-sangrado{
    text-indent:2em;
}

.texto-centrado{
    text-align:center;
}

.underline{
    text-decoration:underline;
}

.transparente {
    filter: alpha(opacity=40);
    opacity:0.4;
}


/*  BLOQUES  */

#uno {
    background:transparent url(../imagenes/fondo-principal.gif) repeat-y top center scroll;
    width:100%;
}

#principal, #uno {
    width:100%;
}

#principal {
/*  height:800px;*/
}

#cuerpo {
    width:800px;
    margin:auto;
    position:relative;
    overflow:hidden;
}

#barra-superior {
    position:relative;
    height:49px;
    background:transparent url(../imagenes/fondo-barra-superior.gif) repeat-x top center scroll;
}

#bloque_cabecera{
    background:transparent url(../imagenes/fondo-cabecera.jpg) no-repeat scroll left top;
    width:800px;
    height:132px;
    float:left;
    clear:left;
}

#selec_idiomas{
    float:left;
    clear:right;
}

#inicio-cabecera{
    float:left;
    height:132px;
    width:750px;
}

.boton-idioma{
    height:38px;
    width:48px;
    margin-top:5px;
}


#boton-ale{
    background:transparent url(../imagenes/boton-ale.gif) no-repeat scroll 0 0;

}

#boton-rus{
    background:transparent url(../imagenes/boton-rus.gif) no-repeat scroll 0 0;
}

#boton-esp{
    background:transparent url(../imagenes/boton-esp.gif) no-repeat scroll 0 0;
}

#cabecera {
    background:transparent url(../imagenes/fondo-cabecera.jpg) no-repeat scroll left top;
    float:left;
    height:132px;
    position:relative;
    width:750px;
}

#botonera {
    background:transparent url(../imagenes/fondo-boton.gif) repeat-x top center scroll;
    height:46px;
    width:100%;
    position:relative;
    clear:left;
}

#botonera a {
    display:block;
    float:left;
    height:46px;
    width:12.4%;
    text-align:center;
    color:white;
    line-height:46px;
    background:transparent url(../imagenes/fondo-boton.gif) repeat-x top center scroll;
}

#botonera a:hover {
    background:transparent url(../imagenes/fondo-boton_over.gif) repeat-x top center scroll;
    text-decoration:none;
}

#cuerpo #main {
    background:url(../imagenes/fondo-main.gif) repeat-x scroll top left;
    color: white;
    height:775px;
}

#pie {
    height:79px;
    width:800px;
    background:transparent url(../imagenes/fondo-pie.gif) repeat-x top left scroll;
    padding-left:26px; 
    padding-top:5px;
    color: white;
}

h1{
    padding:15px 0px 15px 0px;
    font-size:13px;
    font-weight: normal;
    color:black;
    text-align:justify;
}

h1#subtitulo{
    text-align:center;
}

#lateral-izq {   
    padding-left:26px; 
    float:left;
    width:310px;
}

#atencion-cliente-cabecera{
    float:left;
    text-align:right;
    margin:0 10px 0 22px;
}

#telefono-cabecera{
    float:left;
    margin-right:150px;
}

#telefono-fijo-cabecera,  #telefono-fax-cabecera, 
#atencion-cliente-cabecera, #telefono-cabecera{
    color:white;
    font-size:18px;
}

/*  OFERTA  */

#oferta, #oferta-azul{
    background:transparent url(../imagenes/oferta-fondo.gif) no-repeat scroll center top;
    clear:both;
    display:block;
    font-size:24px;
    height:91px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    padding-right:12px;
    padding-top:7px;
    position:relative;
    text-align:center;
    width:415px;
}

#oferta-azul{
    background:transparent url(../imagenes/oferta-fondo-azul.gif) no-repeat scroll center top;
    margin:0 0 10px 0;
}

#oferta-azul-mini{
    background:transparent url(../imagenes/oferta-fondo-azul-mini.gif) no-repeat scroll center top;
    float:left;
    font-size:9px;
    margin:0;
    padding:4px;
    text-align:center;
    width:170px;
}

#oferta-texto-mini{
    font-size:9px;
    text-align:center;
    margin:5px;
}

a.enlace-oferta-mini{
    color:white;
    display:block;
    float:right;
    text-decoration:none;
    width:175px;
    margin:3px 3px 0 0;
    font-weight:bold;
}

#informacion-superior{
    float:left;
    height:48px;
    width:600px;
}

a.enlace-oferta{
    display:block;
    margin:0 auto;
    width:415px;
    color:white;
    text-decoration:none;
    clear:both;
}

#oferta-texto{
    font-size:26px;
    text-align:center;
    margin:5px;
}


/*  PIE */

a.enlaces-pie{
    color:white;
}

a.enlaces-pie:HOVER{
    color:white;
}

a span#oferta-texto{
    color:white;
}

a:HOVER span#oferta-texto{
    color:white;
}


/* USO COMUN */

#contenido{
	background:url(../imagenes/fondo-main.gif) repeat-x scroll top left;
    color: black;
    text-align:left;
    height:auto;
    position:relative;
    overflow:hidden;
	padding: 2em 2em 2em 2em;
}

#mensaje{
    color:red;
    float:right;
    margin-right: 30px;
    margin-bottom:10px;
}



.clear{
    clear:both;
}

.nota{
    font-size:0.8em;
}

#titulo-fondo{
    background:transparent url(../imagenes/titulo-fondo.gif) no-repeat scroll left top;
    width:640px;
    height:31px;
    margin-bottom:35px;
    color:white;
    font-size:1.5em;
    padding:4px 0 0 10px;
    display:block;
}


