@charset "utf-8";

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: tahoma,geneva,sans-serif;
    font-size: 80%;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    width: 100%;
    height: 100%;	
}


a img  {
    border-style: none;
}

#content,#wrap,#wrap2,#footer {
    width: 962px;
    margin: auto;
    padding: 0px;
}

#wrap2{
    position: relative;
    bottom: 400px;
}

#content {	
    background-image: url(../img/content.png);
    background-repeat: no-repeat;
    margin-top: 15px;
    height: 700px;

}

#footer{
    position: relative;
    bottom: 400px;
}

.texto_footer{
    margin: auto;
    position: relative;
    top: 10px;
    width: 780px;

}
/** Estilos para los popups */

#popupRegistroFactura, #popupRegistro, #popupRegistro2, #popupContacto, #popupProductosDestacados, #popupOK {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/popupBackground.png);
    display: none;
}
#popupOKContainer {
    width: 298px;
    height: 130px;
    margin: auto;
    margin-top: 250px;
}

.popupContainer {
    width: 743px;
    height: 501px;
    margin: auto;

    background-repeat: no-repeat;
}

.popupContainer .registroFactura {
    margin-left: 257px; 
    float: left;
}

.popupContainer .registroFactura .firstInput {
    margin-top: 51px;
    font-size: 15px;
}
.popupContainer .registroFactura input {
    width:100%; 
    margin-top: 10px; 
    height:20px; /* 22 - border */
    border: 1px solid #6A6A6A;
    font-size: 15px;
}
#popupContacto .popupContainer input {
    width: 100%;
    margin-top: 12px; 
    height:20px; /* 22 - border */
    border: 1px solid #6A6A6A;  
    font-size: 15px;
}
#popupRegistro .popupContainer input {
    width: 100%;
    margin-top: 16px; 
    height:20px; /* 22 - border */
    border: 1px solid #6A6A6A;
    font-size: 15px;
}

iframe{
    display: none;
}
#fbContent{
    display: block;
} 

#formPedido{
    position: relative;
    top:25px;
    left: 31px;
}

.titulo_pedido{
    background-color: #FFFFFF;
    color: #FF0000;
    font-size: 19px;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 666px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.titulo_cat_pro{
    background-color: #FFFFFF;
    color: #FF0000;
    font-size: 19px;
    height: 30px;
    left: 27px;
    position: relative;
    width: 360px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;   
}
.titulo_pedidos{
    display: none;
}

.titulo_pedido2{
    background-color: #FFFFFF;
    color: #FF0000;
    font-size: 23px;
    height: 60px;
    margin: 30px auto 5px auto;
    text-align: center;
    width: 600px;
    font-family: Times New Roman;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}



td{
    color:#FFFFFF;
}
#page1_pedidos{
    display:none;
    width:780px;
    margin:0 auto;
    color:#CCCCCC;

}
#page2_pedidos{

    width:600px;
    margin:0 auto;
    color:#CCCCCC;

}

.botones_pedidos{
    width:780px;
    margin:0 auto;
    position:relative;
    top:-7px;

}
.div_pedidos{
    height:115px;
    overflow-y:scroll;
    overflow-x:hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #000;
    border: 5px solid #FF0000;
    position: relative;
    top: -10px;
}
.div_pedidos2{
    min-height: 420px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #000;
    border: 5px solid #FF0000;
    position: relative;
    top: 15px;
}

.nuevo{
    text-align: center;

}


.tabla_pedidos{
    margin-left: 80px;
    float: left;
}
.oblig{
    float:left;

}

.botones{
    margin-top:-12px;
    position: relative;
    z-index: 10;
}

.num_pedidos{
    font-weight: bold;
}
.bot_nuevo{
    bottom: 120px;
    float: right;
    left: 30px;
    position: relative;
}
.Map2{
    width: 80px;
    height: 35px;
    float: right;
    cursor: pointer;
    position: relative;
    bottom: 14px;
}
.Map1{
    width: 88px;
    height: 35px;
    float: right;
    position: relative;
    right: 181px;
    cursor: pointer;
    bottom: 14px;
}

.desc_formulario{
    float: left;
    position: absolute;
    top: 70px;
    left: 70px;
    width: 190px;
    color: #FFF;
}
.boton{
    width: 160px;
    height: 22px;
    background-image: url(../img/boton.png);
    padding-top: 6px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
.productos_categoria{
    display: none;
   
}
.botones_cat_pro{
    position: relative;
    top: 20px;
    left: 30px;
}
.boton_atras{
    position: relative;
    top: 27px;
    cursor: pointer; 
    float: left; 
    left: 160px;
}
.logo{
    margin: 22px 0;
    position: relative;
    left: 180px;
}
.Button_form{
    width: 80px;
    height: 32px;
    background: transparent url('../img/Boton_form.png');    
    color: #fff;
    cursor: pointer;
    border: none;
}

a:active {
text-decoration: none;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

.text_campos_oblig{
    position: relative;
    margin: 0 auto;
    width: 600px;
    color: #FFF;
    bottom: 7px;
    right: 10px;
}
#reg_distrib{
    background-image: url('../img/contentTopDistrib.png');
    height: 137px;
    padding-left: 35px;
    padding-top: 27px;
    width: 351px;
    display: none;
}


#reg_distribuidor{
    color: #fff;
    text-align: right;
}
