/* Menu */
#header{
  padding:16px 0;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
nav{
  float: right;
}
#menu{
  display: inline-block;
}
#nav{
  z-index: 100;
  position: relative;
}
#nav ul{
  margin:0;
  list-style:none;
}
#nav ul li{
  margin:0;
  padding:10px 30px;
  position:relative;
}
#nav ul li ul li{
  margin:0;
  position:relative;
  border-right: 0;
}
#nav > ul > li {
  float: left;
  height:30px;
  line-height:30px;
}
#nav li > ul{
  visibility:hidden;
  width:163px;
  position: absolute;
  top:0px;
  left:155px;
}
#nav > ul > li > ul{
  padding-top: 23px;
  top: 28px;
  left:0;
}
nav ul li a{
  text-decoration: none;
  color: #444444;
  font-weight: 700;
  font-size: 17px;
}
nav ul li a:hover{
  color: #00A3D9;
}
#activo{
  border-bottom: 1px solid #00A3D9;
  padding-bottom: 10px;
}
#contacto{
  -moz-border-radius:8px ;
-webkit-border-radius:8px ;
border-radius:8px ;
padding: 8px 18px;
color: #ffffff;
background-color: #0085B2;
}
#contacto:hover{
  background-color: #59B200;
  transiton:.8s;
}
/* inicia fuentes*/
body{
  font-family: 'Lato', sans-serif;
}
.texto{
  font-weight: 400;
  font-size: 18px;
}
.titulo{
  font-weight: 300;
  font-size: 50px;
}
.subtitulo{
  font-size: 22px;
}
.importante{
  font-size: 40px;
}
.small{
  font-weight: 400;
  font-size: 16px;
}
.black{
  font-weight: 700;
}
.regular{
  font-weight: 400;
}
.light{
  font-weight: 300;
}
a{
  text-decoration: none;
}
footer a{
  text-decoration: none;
  color: #ffffff;
}
/* Color fuente */
.blanco{
  color: #ffffff;
}
.verde{
  color: #688C00;
}
.negro{
  color: #444444;
}
.azul{
  color: #0085B2;
}
/* fondos */
.fondo-footer{
  background-color: #056795;
  padding: 30px 0;
}
.fondo-iconos{
  background-color: #056795;
  padding: 80px 0;
}
.fondo-azul{
  background-color: #0085B2;
  padding: 12px 0;
  width: 100%;
}
.franja-header{
  background-color: #F2F8FA;
  height: 15px;
  width: 100%;
}
.fondo-gris{
  background-color: #eeeeee;
  padding: 64px 0;
}
.float-l{
  float: left;;
}
.float-r{
  float: right;
}
.inline{
  display: inline-block;
  margin-left: 30px;
  margin-top: 12px;
}
/* margen */
.mb30{
  margin-bottom: 30px;
}
.m40{
  margin-bottom: 40px;
  margin-top: 40px;
}
.m60{
  margin-bottom: 60px;
  margin-top: 60px;
}
.mt15{
  margin-top: 15px;
}
.mb20{
  margin-bottom: 20px;
}
.mb60{
  margin-bottom: 60px;
}
.mt30{
  margin-top: 30px;
}
.p-titulo{
  background-color: #0085B2;
  padding: 22px 0;
  text-align: center;
  display: block;
}
.p-detalles{
  background-color: #EEEEEE;
  text-align: center;
  display: block;
  padding: 10px 0;
}
.p-detalles ul{
  list-style: none;
  list-style-type: none;
}
.p-detalles ul li{
  margin:22px 0;
  text-align: center;
}
.p-precio{
  background-color: #00B259;
  padding: 24px 0;
  text-align: center;
  display: block;
}
.p-precio a{
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}
.p-precio a:hover{
  color: #D0F9A4;
}
/* Productos */
.border-proyectos{
  box-shadow: inset 0 0 0 1px #cccccc;
}
.fondo-negro{
  background-color: #0085B2;
  padding: 15px 0;
}
.fondo-negro p{
  font-size: 30px;
  font-weight: 700;
}
.fondo-gris{
  background-color: #555555;
  padding: 15px 0;
}
.fondo-gris-negro{
  background-color: #333333;
  padding: 15px 0;
}
.padding20{
  padding: 20px;
}
.lista1 ul{
margin-top: 4px;
margin-left: 12px;
}
.lista1 ul li{
  font-size: 12px;
  color: #FF5C26;
}
/* fondos */
#header-bg {
  padding: 60px 0 80px;
    background: url(../images/header-bg.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  /* botones */
.btn1{
  -moz-border-radius:8px ;
  -webkit-border-radius:8px ;
  border-radius:8px ;
  padding: 9px 44px;
  color: #ffffff;
  background-color: #59B200;
  display: inline-block;
  margin-top: 15px;
  }
.btn1:hover{
  background-color: #056795;
  transiton:.8s;
}
.registro{
  -moz-border-radius:8px ;
  -webkit-border-radius:8px ;
  border-radius:8px ;
  padding: 12px 20px;
  background-color: #9CCCE2;
  display: inline-block;
  }
.btn2{
  -moz-border-radius:8px ;
  -webkit-border-radius:8px ;
  border-radius:8px ;
  padding: 14px 44px;
  border: 1px solid #0084B4;
  background-color: transparent;
  display: inline-block;
  margin-top: 5px;
  font-size: 18px;
  }
.btn2:hover{
  border: 1px solid #0084B4;
  background-color: #0084B4;
  color: #ffffff;
  transiton:.8s;
}
.btn3{
  -moz-border-radius:8px ;
  -webkit-border-radius:8px ;
  border-radius:8px ;
  padding: 16px 64px;
  border: 1px solid #59B200;
  background-color: #59B200;
  display: inline-block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  }
.btn3:hover{
  border: 1px solid #59B200;
  background-color: #ffffff;
  color: #59B200;
  transiton:.8s;
}
/* social media icons */
.fb{
  width: 40px;
  background: url('../images/fb-icon.png') no-repeat 0 0;
  height: 40px;
  cursor: pointer;
} 
.fb:hover{
  background: url('../images/fb-icon.png') no-repeat 0 -40px;
}
.tw{
  width: 40px;
  background: url('../images/twitt-logo.png') no-repeat 0 0;
  height: 40px;
  float: right;
  cursor: pointer;
} 
.tw:hover{
  background: url('../images/twitt-logo.png') no-repeat 0 -40px;
}
/* bullets */
#cruz ul li{
  color: #535353;
  background: url(../images/bullet.png)no-repeat left top;
   padding:0px 0px 4px 24px;
  list-style: none;
  margin-top: 10px;
}
footer hr{
  border: solid #ffffff;
border-width: 1px 0 0;
clear: both;
height: 0;
width: 100%;
margin-bottom: 40px;
margin-top: 40px;
}
footer a{
  color: #ffffff;
}
footer a:hover{
  color: #D2FF4D;
}
/*margenes centrado*/
hr {
border: solid #D7DCE1;
border-width: 1px 0 0;
clear: both;
height: 0;
width: 100%;
}
.text-center{
  text-align: center !important;  
}
/* #### bootstrap Form #### */
.fondo-negro-top{
  background-color: #222222;
}
.fondo-form{
  background-color: #CCCCCC;
} 
.fondo-form span{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 12px;
  color: #92929F;
}
.fondo-form p{
  padding: 12px;
}
.bootstrap-frm {
    margin-left:auto;
    margin-right:auto;
    font: 16px "Roboto", sans-serif;
}
.bootstrap-frm label {
    display: block;
    margin: 4px 0px;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm input[type="number"], .bootstrap-frm textarea, .bootstrap-frm select{
    color: #666666;
    height: 25px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 12px;
    outline: 0 none;
    padding: 6px;
    width: 85%;    
    -webkit-box-shadow: inset 1px 1px 4px 1px rgba(0,0,0,0.22);
    -moz-box-shadow: inset 1px 1px 4px 1px rgba(0,0,0,0.22);
    box-shadow: inset 1px 1px 4px 1px rgba(0,0,0,0.22);
    border: 0;
}
.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;
    padding:6px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #aaa;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 89%;
    height: 35px;
    line-height:15px;
}

.bootstrap-frm textarea{
    height:120px;
    padding: 6px;
    width: 85%;
}

.aBoton1
{
	display:block;
	margin:0 0 20px 0;
	padding:15px 0;
	width:40%;
	float:left;
	background:#ae1313;
	text-align:center;
	font-size:1.2em;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
	border-radius:10px;
}
.aBoton2
{
	display:block;
	margin:0 0 20px 0;
	padding:15px 0;
	width:40%;
	float:right;
	background:#ae1313;
	text-align:center;
	font-size:1.2em;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
	border-radius:10px;
}