@charset "utf-8";

body{
    margin:0;
    padding: 0;   
    overflow-x:hidden;
    background-color: green;
}


#cabecera{
  position: fixed;  
  left: 0%;
  height: 100px;
  width: 100%;
  background-color: white;
  display: inline-block;  
  z-index: 91;
}

#logo{
  position: absolute;
  top:14px;
  left: 10px;
  height: 100px;
  width: 150px; 
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
}


.nombreempresa{
    position:relative;
    top:10px;
    left: 150px;
    color: #000066;  
}

#menu{
    position: absolute;
    top:60px;
    right:4%;
    list-style:none;
    margin:0;
    padding:0;
    z-index: 95;
 }

#menu li{
    margin:2px;
    padding:0; 
    float:left;
}

#menu li a{
    display:block; 
    width:120px;
    padding:4px 0;
    text-decoration:none;
    text-align:center;
    font-size:16px;
    color:#000066;
}


#bordesuperior{
  height: 100px;
  width: 100%;
  background-color: white;
}

#Inicio{
  height: 700px;
  width: 100%;
  background-color: #0B3861;
}


#contenedor1{
  position: relative;
  top:15px;
  left: 24%;
  height: 50px;
  width: 623px;
  background-color: green;
  z-index: 14;
}

#Nosotros{
  height: 700px;
  width: 100%;
  background-color: #F2F2F2;
  background-image: url(../img/fondoNosotros.png);
}

#contenedorNosotros{
  position: relative;
  top:30px;
  left: 24%;
  width: 50%;
}

#titulodeNosotros{
  position: relative;
  top:10px;
  left: 5px;
  color: #000066; 
}
    
.flechas{
    font-size:50px;
}

#Productos{
  height: 700px;
  width: 100%;
  background-color: #0B3861; 
}

#titulodeProductos{
    position: relative;
    top:10px;
    left: 5px;
    color: white;
}

#TabladeProductos{
    position: relative;
    width: 100%;
    height: 400px;
}

#Contacto{
  height: 600px;
  width: 100%;
  background-color: #F2F2F2;
  background-image: url(../img/fondoNosotros.png);
}


#titulodeContacto{
    position: relative;
    top:10px;
    left: 5px;
    color: #000066; 
}

#datosdeenvio{
    position: relative;
    top:10px;
    width: 50%;
    height: 200px;
/*    border-color: red;
    border-style: solid;
    border-width: 2px;*/
    float: left;
}

#mapa{
    position: relative;
    top:-65px;
    width: 50%;
    height: 200px;
/*    border-color: red;
    border-style: solid;
    border-width: 2px;*/
    float: left;
}

#piedepagina{
    width: 100%;
    height:150px;
    background-color: #0B3861;
    color:#000066;
    font-size: smaller;
    z-index:90;
}


.letrerodepiedepagina{
    margin-top:0px;
    color: white;
    margin-left: 30px;
    font-size:12px;

}

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

/* Estilo del Formulario */

label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family:Arial;
}
form {
    margin:0 auto;
    width:400px;
}
 
input, textarea {
    width:380px;
    height:27px;
    background:#666666;
    background:#B40404;
    border:2px solid #f6f6f6;
/*    padding:10px;*/
    margin-top:5px;
    font-size:8px;
    color:#ffffff;
}
 
textarea {
    height:150px;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}


#logomsq{
    position:relative;
    right: 0px;
}


#AvisodePrivacidad{
  position: relative;
  top:0px;
  left: 10%;
  width: 80%;
  height: 380px;
  background-color: #F2F2F2;
  background-image: url(../img/fondoNosotros.png);
  overflow-x:hidden;
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;

}

#bloqueo{
 position:fixed;
 top:0px;
 left:0px;
 height: 100%;
 width: 100%;
 background-color: black;
 opacity:0.4;
 z-index: 96;
 display:none;
}


.Pardefotos{
  top:16%;
  left:17%;
  position:fixed;
  height: 67%;
  width: 66%;
/*  background-color: white;*/
/*  border-color: red;
  border-width: 2px;
  border-style: solid;*/
  display:none;
  z-index: 97;
}

.marco1{
  position:absolute;  
  top:22px;
  left:18px;
  height: 90%;
  width: 50%;
}

.marco2{
  position:absolute;  
  top:22px;
  left:425px;
  height: 90%;
  width: 50%;
}

#cerrar{
  position: absolute;
  top:-13px;
  left:-13px;
}

/* Las fotos de los productos pequeñas de 160 x 160 y las grandes de 400x400 */
/* Numeradas de producto01G,producto02G,..,producto16G las grandes*/
/* Numeradas de producto01P,producto02P,..,producto16P las pequeñas*/