/* menu */
#header{  
  background-color: #003040;
  padding-top: 8px;
  padding-bottom: 6px;
  width: 100%;
}
#menu{
  background-color: #003040;
  display: inline-block;
}
#menu img{
  float: left;
  margin-right: 40px;
}
#menu nav{
  float: right;
}
#menu div{
  float: left;
  margin-right: 40px;  
}

#nav ul{
  margin:0;
  list-style:none;
}
#nav ul li{
  margin:0;
  padding: 16px 5px;
  position:relative;
  background-color:#003040;
}
#nav > ul > li {
  float: left;
  height:30px;
  line-height:30px;
  background-color:#003040;
}
#nav li > ul{
  visibility:hidden;
  width:155px;
  position: absolute;
  top:0px;
  left:155px;
}
#nav > ul > li > ul{
  top:62px;
  left:-18px;
}
#nav > ul > li:hover {
  background: #E20000; /* Old browsers */
background: -moz-linear-gradient(top,  #E20000 0%, #003040 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E20000), color-stop(100%,#003040)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #E20000 0%,#003040 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #E20000 0%,#003040 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #E20000 0%,#003040 100%); /* IE10+ */
background: linear-gradient(to bottom,  #E20000 0%,#003040 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E20000', endColorstr='#003040',GradientType=0 ); /* IE6-9 */

  color: #fff;
}
#nav > ul li:hover li {
  color:#000;
}
#nav li:hover {
  background-color:#BD0202;
  color:#fff;
}

#nav li:hover > ul{
  visibility:visible;
}
nav ul li a{
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 16px;
  padding: 20px 12px;
}
nav ul li ul li a{
  padding: 0px;
}
#nav ul li ul li { 
  padding:10px 10px;
}
/* termina menu inicia fuentes*/
.separacion{
  height: 6px;
  width: 100%;
  background-color: #003040;
}
.blanco{
  color: #fff;
}
.negro{
  color: #333333;
}
.rojo{
  color: #BF262C;
}
.margen{
  padding-top: 10px;
  padding-bottom: 10px;
}
.bwhite{
  background-color: #fff;
}
.texto{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #777777;
  font-size: 16px;
}
.importante{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 25px;
}
.texto-nosotros{
  font-weight: 300;
  color: #777777; 
}
.titulo-grande{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 50px;
}
.titulo{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
.regular{
  font-weight: 400;
}
.medium{
  font-weight: 500;
}
.tfooter{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #777777;
  font-size: 13px;
}
.padding{
  padding-top: 170px;
  padding-bottom: 250px;
}
#fondo-inicio {
  background: url(../images/bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:120px;
  }
  #bg-productos {
    padding-bottom: 50px;
  background: url(../images/bg-productos.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  #fondo-nosotros {
  background: url(../images/fondo-nosotros.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
#fondo-contacto {
  background: url(../images/fondo-contacto.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  
#fondo-productos {
  background: url(../images/fondo-productos.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
  /* boton llamanos */
  .myButton2 {
  border: 0px;
  -moz-box-shadow: 5px 5px 14px 1px #3c3d3d;
  -webkit-box-shadow: 5px 5px 14px 1px #3c3d3d;
  box-shadow: 5px 5px 14px 1px #3c3d3d;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff4d4d), color-stop(1, #8c0000));
  background:-moz-linear-gradient(top, #ff4d4d 5%, #8c0000 100%);
  background:-webkit-linear-gradient(top, #ff4d4d 5%, #8c0000 100%);
  background:-o-linear-gradient(top, #ff4d4d 5%, #8c0000 100%);
  background:-ms-linear-gradient(top, #ff4d4d 5%, #8c0000 100%);
  background:linear-gradient(to bottom, #ff4d4d 5%, #8c0000 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4d', endColorstr='#8c0000',GradientType=0);
  background-color:#ff4d4d;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:arial;
  font-size:25px;
  font-weight:bold;
  padding:13px 32px;
  text-decoration:none;
}
.myButton2:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8c0000), color-stop(1, #ff4d4d));
  background:-moz-linear-gradient(top, #8c0000 5%, #ff4d4d 100%);
  background:-webkit-linear-gradient(top, #8c0000 5%, #ff4d4d 100%);
  background:-o-linear-gradient(top, #8c0000 5%, #ff4d4d 100%);
  background:-ms-linear-gradient(top, #8c0000 5%, #ff4d4d 100%);
  background:linear-gradient(to bottom, #8c0000 5%, #ff4d4d 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c0000', endColorstr='#ff4d4d',GradientType=0);
  background-color:#8c0000;
}
.myButton2:active {
  position:relative;
  top:1px;
}
.myButton {
  border: 0px;
  -moz-box-shadow: 5px 5px 14px 1px #3c3d3d;
  -webkit-box-shadow: 5px 5px 14px 1px #3c3d3d;
  box-shadow: 5px 5px 14px 1px #3c3d3d;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #004C66), color-stop(1, #0085B2));
  background:-moz-linear-gradient(top, #004C66 5%, #0085B2 100%);
  background:-webkit-linear-gradient(top, #004C66 5%, #0085B2 100%);
  background:-o-linear-gradient(top, #004C66 5%, #0085B2 100%);
  background:-ms-linear-gradient(top, #004C66 5%, #0085B2 100%);
  background:linear-gradient(to bottom, #004C66 5%, #0085B2 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004C66', endColorstr='#0085B2',GradientType=0);
  background-color:#004C66;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:arial;
  font-size:25px;
  font-weight:bold;
  padding:13px 32px;
  text-decoration:none;
}
.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0085B2), color-stop(1, #004C66));
  background:-moz-linear-gradient(top, #0085B2 5%, #004C66 100%);
  background:-webkit-linear-gradient(top, #0085B2 5%, #004C66 100%);
  background:-o-linear-gradient(top, #0085B2 5%, #004C66 100%);
  background:-ms-linear-gradient(top, #0085B2 5%, #004C66 100%);
  background:linear-gradient(to bottom, #0085B2 5%, #004C66 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085B2', endColorstr='#004C66',GradientType=0);
  background-color:#0085B2;
}
.myButton:active {
  position:relative;
  top:1px;
}
.button-position{
  margin-top:95px;
  float:right;
  margin-bottom:80px;
}
.button-position2{
  margin: 40px auto;
}
.producto-box{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:1px solid #dddddd;
  background-color: #eeeeee;
  padding-bottom: 12px;
}
.producto-box img{
  -moz-border-radius: 0px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px; 
}
.producto-box a{
  text-decoration: none;
  color: #BF262C;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.producto-box a:hover{
  color: #333333;
  transition:.5s;
}
.border-bottom{
  border-bottom: 1px solid #C0262C;
  padding-bottom: 40px;
}
hr {
border: solid #C0262C;
border-width: 1px 0 0;
clear: both;
height: 0;
}
.text-center{
  text-align: center !important;  
}
#text-inicio{
  display: inline-block;
  text-align:left;
  margin-left: 20px;
  line-height: 42px;
  margin-top: 35px;
}
footer{
  background-color:#003040;
  padding-top: 13px;
}
footer p{
  font-family:  'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #008C8C;
}
footer a{
  color: #666666;
  text-decoration: none;
}
#footer{
  background-color:#222222;
  margin-top:13px;
  padding-top:7px;
  padding-bottom:7px;
}
#footer p{
  color: #555555;
}
address{
  font-family:  'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #008C8C;
  font-style: normal;
}
#gris{
  color: #777777;
  font-size: 16px;
}
/*estilo de nosotros*/
.nosotros-pattern{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("../images/nosotros-pattern.jpg");
  background-repeat: repeat;
  background-size: auto, cover;
}
.margin1{
  margin-bottom:35px;
}
.margin2{
  margin-bottom: 25px;
}
.margin3{
  margin-bottom: 5px;
}
/*estilo de productos*/
.box-blue{
  display: block;
  background-color: #3A63C0;
  padding-top:10px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.box-blue p{
  color: #cacad9;
}
.box-blue:hover{
  background-color: #99CC66;
}
/* #### bootstrap Form #### */
.bootstrap-frm {
    margin-left:auto;
    margin-right:auto;
    font: 20px "Roboto", sans-serif;
    color: #888;
}
.bootstrap-frm label [placeholder="Nombre*"], .bootstrap-frm label [placeholder="E-mail*"], .bootstrap-frm label [placeholder="Teléfono"], .bootstrap-frm label [placeholder="Mensaje"]{
  font-size: 20px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.bootstrap-frm label {
    display: block;
    margin: 0px 0px 5px;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 1px solid #CCC;
    color: #888;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 0px 5px 2px;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-frm select {
    background: #FFF url('../images/down-arrow.png') no-repeat right;
    background: #FFF url('../images/down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    font-size: 20px;
    color: #888;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
    text-indent: 0.01px;
    text-overflow: '';
    width: 101%;
    height: 35px;
    line-height:15px;
    padding: 6px 0px 5px 2px;
}
.bootstrap-frm textarea{
    height:120px;
    padding: 5px 0px 0px 5px;
    width: 100%;
}