/* 
    Document   : estilos
    Created on : 15-mar-2012, 13:58:13
    Author     : Alberto Andres
    Description:
        Purpose of the stylesheet follows.
*/

@import url("fuentes/avant/stylesheet.css"); 

root { 
    display: block;
}

body
{
    background-image: url(../img/fondo.jpg);
    background-repeat: no-repeat;
    background-attachment: none;
    background-position: left top;
    
    background-color: #FBFBFB;
}

/*ESTILOS CORRESPONDIENTES A LA PORTADA PRINCIPAL DEL SITIO */
div#contenedorinterno24princ
{
    /*posicion*/
    position: absolute;
    
    /*nos posicionamos en el centro del navegador*/
    left:50%;
    top: 40px;
    
    /*tamano*/
    width: 955px;
    height: auto;
    
    /*indicamos que el margen izquierdo, es la mitad de la anchura*/
    margin-left:-477px;
    
    overflow: hidden;
}

div#encabezado
{
    position: relative;
    width: 955px;
    height: 136px;
    
    background-image: url(../img/fondo_encabezado.png);
    background-position: bottom;
    background-repeat: no-repeat;
    
/*    overflow: hidden;*/
    
}

div#barrasuperiortit
{
    position: relative;
    top: -80px;
    left: 850px;
    width: 70px;
    height: 18px;
}

div#barrainferiortit
{
    position: relative;
    top: -50px;
    left: 435px;
    width: 510px;
    height: 18px;
}

div#barrainferiortit a
{
    font-family: 'AvantGuardRegular';
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
/*    font-weight: bold;*/
    margin-left: 17px;
    margin-right: 17px;
    line-height: 25px;
}

div#barrainferiortit a:hover
{
    color: #009BDC;
}

span.flechaazul
{
    color: #009BDC;
}

div#barraherramientasprincipal
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 951px;
    height: 83px;
    
    background-image: url(../img/fondobarraprinc.jpg);
    background-repeat: repeat-x;
    background-attachment: none;
    background-position: center top;
    
    border-bottom: solid 2px #C1C0BF;
    border-left: solid 2px #C1C0BF;
    border-right: solid 2px #C1C0BF;
/*    border: solid 2px #C1C0BF;*/
    
    /* sombreado*/
    -moz-box-shadow: 0px 0px 15px #C1C0BF;
    -webkit-box-shadow: 0px 0px 15px #C1C0BF;
    box-shadow: 0px 0px 15px #C1C0BF;
    
    overflow: hidden;
}

td.botonbarraherramientasprinc
{
    width: 20%;
    border: solid 1px #C1C0BF;
    padding: 10px;
    
    text-align: center;
    vertical-align: middle;
    font-family: 'AvantGardeMdBTMedium';
    font-size: 14px;
    text-decoration: none;
    font-weight: 300; 
    color: #2C2D7E;
}

td.botonbarraherramientasprinc a:hover
{
    color: #009BDC;
}

td.botonbarraherramientasprinc a
{
    font-family: 'AvantGuardRegular';
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    color: #4E4B49;
}

div#barraposicion
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 955px;
    height: 50px;
    
    background-image: url(../img/barraposicion.png);
    background-repeat: no-repeat;
    background-attachment: none;
    background-position: right bottom;
}

div.rutaenlaces
{
   position: relative;
   top: 0px;
   left: 0px;
   width: 650px;
   height: 50px;
   float: left;
   overflow: hidden;
   padding-left: 35px;
}

.rutacentro
{
    text-align: left;
    vertical-align: middle;
    
    font-family: 'AvantGuardRegular';
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #3A3734;
}

span.ustedestaen
{
    color: #009EE0;
}

div.cuadrorubro
{
   position: relative;
   top: 0px;
   left: 0px;
   width: 192px;
   height: 50px;
   float: right; 
   overflow: hidden;
   
}

.rubrocentro
{
    text-align: center;
    vertical-align: middle;
    
    font-family: 'AvantGuardRegular';
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #DDDDDC;
}

div#seccioncontenido
{
    position: relative;
    top: 20px;
    left: 0px;
    width: 955px;
    height: auto;
    background-color: #EEEEEE;
    
    /*redondeado de bordes*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    overflow: hidden;
    background-image: url(../img/fondocontenedorprod.png);
    background-attachment: none;
    background-repeat: no-repeat;
    background-position: top left;
}

div#piedepagina
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 955px;
    height: 85px;
    
    background-image: url(../img/fondopie.jpg);
    background-repeat: repeat-x;
    background-attachment: none;
    background-position: center center;
    
    overflow: hidden;
}

div#piedepagina p
{
    text-align: center;
    font-family: 'AvantGuardRegular';
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    line-height: 85px;
}

div.contenedorgeneral
{
    position: relative;
    width: 900px;
    height: auto;
    overflow: hidden;
    top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}

div.contenedorgeneralnovedades
{
    position: relative;
    width: 900px;
    height: auto;
    overflow: hidden;
    top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    background-color: white;
    padding: 10px;
    
    /*redondeado de bordes*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

h1.titulogeneral
{
    font-family: 'AvantGuardRegular';
    font-size: 24px;
    text-decoration: none;
    color: #009BDC;
    text-shadow: 0.1em 0.1em 0.2em #C1C0BF;
}

.textogeneral
{
    font-family: 'AvantGuardRegular';
    font-size: 14px;
    text-decoration: none;
    color: black;
    text-shadow: 0.1em 0.1em 0.2em #C1C0BF;
}

/*ESTILOS CORRESPONDIENTES A LOS BLOQUES QUE CONTIENEN LAS LINEAS DE CADA RUBRO*/
div.contenedordebloqueslineas
{
    position: relative;
    width: 900px;
    height: auto;
    overflow: hidden;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}

div.bloqueproducto
{
    position: relative;
    width: 400px;
    height: auto;
/*    border: 1px solid red;*/
/*    background-color: #F2F2F2;*/
    margin: 23px;
    
/*     sombreado
    -moz-box-shadow: 0px 0px 15px #C1C0BF;
    -webkit-box-shadow: 0px 0px 15px #C1C0BF;
    box-shadow: 0px 0px 15px #C1C0BF;*/
    
    overflow: hidden;
}

p.tituloproductointerno
{
    text-align: left;
    
    font-family: 'AvantGuardRegular';
    font-size: 18px;
    text-decoration: none;
    font-weight: 900;
    color: #009BDC;
    margin-top: 7px;
}

p.textoproductointerno
{
    text-align: left;
    
    font-family: 'AvantGuardRegular';
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    color: #3A3734;
    margin-top: -20px;
}

div.infoprodinterno
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 400px;
    height: auto;
}

div.bloquelinea
{
    position: relative;
    width: 280px;
    height: 200px;
/*    border: 1px solid red;*/
    float: left;
    background-color: #F2F2F2;
    margin: 9px;
    
    /* sombreado*/
    -moz-box-shadow: 0px 0px 15px #C1C0BF;
    -webkit-box-shadow: 0px 0px 15px #C1C0BF;
    box-shadow: 0px 0px 15px #C1C0BF;
    
    overflow: hidden;
}

div.denominacionlinea
{
    position: relative;
    width: 230px;
    height: 20px;
    top: -30px;
    left: 10px;
    overflow: hidden;
    
    text-align: left;
    vertical-align: middle;
    font-family: 'AvantGardeMdBTMedium';
    font-size: 14px;
    text-decoration: none;
    font-weight: 600; 
    color: #3A3734;
}

div.imgbotondetallelinea
{
    position: relative;
    width: auto;
    height: auto;
    top: -19px;
    left: 144px;
}
/*FIN ESTILOS CORRESPONDIENTES A LOS BLOQUES QUE CONTIENEN LAS LINEAS DE CADA RUBRO*/

/*ESTILOS DEL FORMULARIO DE CONTACTO*/
div.divformcontacto
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 500px;
    height: auto;
    
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/email-256.png);
    background-repeat: no-repeat;
    background-attachment: none;
    background-position: left bottom;
}

div.divformcontacto td, input, select, textarea
{
    font-family: 'AvantGuardRegular';
    font-size: 14px;
    text-decoration: none;
    color: black;
    text-shadow: 0.1em 0.1em 0.2em #C1C0BF;
}
/*FIN ESTILOS DEL FORMULARIO DE CONTACTO*/

/*BOTONES*/
.botongen
{
    /*colores*/
    color: azure;
    border: 1px solid #444444;
    font-weight: bold;
    background-color: #444444;
   
    /* sombreado*/
    -moz-box-shadow: 0px 3px 5px gray;
    -webkit-box-shadow: 0px 3px 5px gray;
    box-shadow: 0px 3px 5px gray;
}

.botongen:hover
{
    border: 1px solid azure;
}
/*FIN BOTONES*/

/*ESTILOS CORRESPONDIENTES AL PANEL DE RELACIONADOS EN LA PRESENTACION DE PRODUCTOS*/
div.panelrelacionados
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 955px;
    height: auto;
    background-color: #DDDDDC;
    overflow: hidden;
    padding-bottom: 20px;
    
    /* sombreado*/
    -moz-box-shadow: 0px 0px 15px #C1C0BF;
    -webkit-box-shadow: 0px 0px 15px #C1C0BF;
    box-shadow: 0px 0px 15px #C1C0BF;
}

div.panelrelacionados a
{
    text-align: left;
    
    font-family: 'AvantGuardRegular';
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    color: #3A3734;
}

div.panelrelacionados a:hover
{
    color: #009EE0;
}

td.flechaazullin
{
    text-align: right;
    
    font-family: 'AvantGuardRegular';
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    color: #009EE0;
}

div.divtitulorelacionados
{
    position: relative;
    top: 0px;
    left: 52px;
    width: 400px;
    height: 33px;
    background-image: url(../img/fondovermasproductos.png);
    background-repeat: no-repeat;
    background-attachment: none;
    background-position: center center;
    
}

.titulorelacionados
{
    text-align: center;
    vertical-align: middle;
    
    font-family: 'AvantGuardRegular';
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #009EE0;
}
/*FIN ESTILOS CORRESPONDIENTES AL PANEL DE RELACIONADOS EN LA PRESENTACION DE PRODUCTOS*/

/*ESTILOS DE LA SECCION DE NOVEDADES*/
.contnoticia
{
    border-bottom: 1px dotted darkgrey;
    margin-bottom: 30px;
}
/*ESTILOS DE LA SECCION DE NOVEDADES*/

/*ESTILOS DE LA PORTADA PRINCIPAL*/
.contenedorslider
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 955px;
    height: 221px;
}
/*FIN ESTILOS DE LA PORTADA PRINCIPAL*/

/*ESTLOS CORRESPONDIENTES A LA PORTADA INICIO*/
div.contenedornovedadesinicio
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 950px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

div.contenedornovedadesinicio h1
{
    font-family: AvantGuardRegular;
    font-size: 16px;
    font-weight: bold;
    color: #7B7B7B;
}

div.contenedornovedadesinicio h2
{
    font-family: AvantGuardRegular;
    font-size: 14px;
    font-weight: bold;
    color: #7B7B7B;
    margin-bottom: 0px;
}

div.contenedornovedadizquierdo
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 450px;
    height: auto;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
}

div.contenedornovedadderecho
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 450px;
    height: auto;
    float: right;
    padding: 10px;
    margin-bottom: 10px;
}

div.contenedornovedadportada
{
    position: relative;
    top: 0px;
    width: 430px;
    height: auto;
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
}

div.contenedornovedadproductoportada
{
    position: relative;
    top: 0px;
    width: 195px;
    height: auto;
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}
/*ESTLOS CORRESPONDIENTES A LA PORTADA INICIO*/

/*ESTILOS CORRESPONDIENTES AL LOGO DE DATA FISCAL Y FYG*/
div.contenedor_logo_y_datafiscal
{
    position: absolute;
    top: 7px;
    left: 835px; 
}

a.logofyg
{
    position: relative;
    top: 15px;
}
/*FIN ESTILOS CORRESPONDIENTES AL LOGO DE DATA FISCAL Y FYG*/