@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}

body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1010px;}
.container:before,
.container:after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}

#header{
	width: 100%;
	z-index: 3;
	background: rgba(29,29,29,0.75);
	height: 209px;
	position: absolute;
	top: 0;
	left: 0;	
}

#logo{
	display: block;
	width: 247px;
	position: relative;
	margin: auto;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
}

#topMenu{
	padding-top: 14px;
	background: url(../images/banner/menu.jpg) center no-repeat;
	background-size: cover;
	height: 209px;
	width: 100%;
}
#menu{
	margin: auto;
	position: relative;
	height: 70px;
	text-align: center;
}
#menu ul{
	margin: 0;
	display: inline-block;
}
#menu ul:before,
#menu ul:after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height:70px;
	height: 70px;
	padding: 0 5px;
	text-align: center;
}
#menu li:nth-child(1) a{
	width: 87px;
}
#menu li:nth-child(2) a{
	width: 114px;
}
#menu li:nth-child(3) a{
	width: 126.5px;
}
#menu li:nth-child(4) a{
	width: 119.5px;
}
#menu li a:before{
	content: '/';
	position: absolute;
	top: 0;
	right: 0;
}
#menu li:last-child a:before{
	content: '';
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color:#ffffff;
	font-weight: 900;
}

/*===DatFooter===*/
#datFooter{
	background: #1f1f1f;
	padding-top: 58px;
	padding-bottom: 68px;
}
.contentDatF{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: 'Lato', sans-serif;
}
.itemDat1{
	width: 100%;
	margin-right: 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 25.33px;
	letter-spacing: 0.25px;
	margin-bottom: 20px;
}
.itemDat1 img{
	margin-left: auto;
	margin-right: auto;
}
.contItem1{
	text-align: center;
	padding-top: 20px;
	max-width: 355px;
	margin: auto;
}
.itemDat2{
	margin-right: 100px;
	margin-left: 70px;
}
.contItem2{
	line-height: 30px;
	margin-top: 13px;
	letter-spacing: 0.25px;
	font-weight: 400;
	font-size: 16px;
}
#datFooter .tit{
	font-size: 26px;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	color: #FFF;
	line-height: 25px;
	padding-top: 23px;
	padding-bottom: 15px;
}
.contItem2 div a{
	display: flex;
	align-items: center;
}
.contItem2 div img{
	margin-right: 4px;
}
#datFooter .container,
#datFooter a{color: #fff}
div[class*="iconf2-"]{
	padding-left: 20px
}
.iconf2-wha{
	background: url(../images/iconos/icowha.png) left center no-repeat;
}
.iconf2-tel{
	background: url(../images/iconos/icotel.png) left center no-repeat;
}
.iconf2-mail{
	background: url(../images/iconos/icomail.png) left center no-repeat;
}
.iconf2-lugar{
	background: url(../images/iconos/mark.png) left center no-repeat;
	background-position: 2px 5px;
	text-align: left;
	line-height: 18px !important;
	padding-top: 3px;
}

/*Footer*/
#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background:#101010;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 50px; 
}
#footer .container{padding-top:17px; padding-bottom:17px; font-family:inherit; font-size:inherit}
#footer .tfooter{
	color:#FFF;
	line-height:16px;	
	text-align:left;
	float:left;
}
#footer #powered {
	color:#FFF; 
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
	text-align:right;
	float:right
}
#footer a{	
	color:#FFF;	
}
#footer #powered a{background: url(../images/iconGlobal.png) no-repeat center left;padding:3px 0 3px 20px}
#footer a:hover{
	text-decoration:underline;
}
#footer #powered a{color:#FFF;}
/*Footer*/




/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 1px #fff;
  left: 21px;
  bottom: 65px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
  z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover:after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }


#sliderTop:before{
	display: block;
	content: "";
	position: absolute;
	height: 3px;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 2;
}
#sliderTop{
	height: 315px;
	margin-top: 209px;
}
#sliderTop .slides li{
	height: 315px;
	position: relative;
	background-position: center center !important
}
#sliderTop .slides li img.slider{
	display: none;
}
.contSlider{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.caption{
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: right;
	line-height: 40px;
	color: #ffffff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	position: absolute;
	bottom: 84px;
	right: 15px;
}
.caption strong{
	display: block;
}
.caption img{
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.textSlider{
	font-family: 'Open Sans', sans-serif;
	font-size: 17.5px;
	line-height: 24px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
}
.flex-direction-nav .flex-next {
	margin-left: -315px;
}

#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
#icoWa{
	background: url(../images/icoWa.png) 0 0 no-repeat;
	width: 215px;
	height: 53px;
	position: fixed;
	bottom: 46px;
	right: 15px;
	z-index: 5
}
.contenetHome1{
	height: 540px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleHome1{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 25.33px;
	color: #2a2a2a;
	letter-spacing: 0.25px;
	text-align: center;
	padding-bottom: 18px;
	margin-bottom: 12px;
	position: relative;
}
.titleHome1:before{
	content: '';
	position: absolute;
	width: 50px;
	height: 4px;
	bottom: -4px;
	left: calc(50% - 25px);
	background: #ff0037;
}
.home1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #616161;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0.1px;
}
.home1 strong{
	font-weight: 800;
}
.home1 span{
	display: block;
}
#textHome2{
	background: url(../images/inicio/bg1.jpg) right center no-repeat;
	background-size: cover;
	height: 645px;
	position: relative;
}
#textHome2:before{
	content: '';
	position: absolute;
	width: 960px;
	height: 645px;
	top: 0;
	right: 50%;
	background: url(../images/inicio/bg2.jpg) center no-repeat;
	background-size: cover;
}
#textHome2 .container{
	height: 100%;
}
.contentHome2{
	padding-left: 50%;
	height: 100%;
	display: flex;
	align-items: center;
}
.home2{
	padding-left: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16.5px;
	line-height: 25.33px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-align: left;
}
.lineaHome2{
	margin-left: 10px;
	margin-right: 12px;
}
.titleHome2{
	display: flex;
	align-items: center;
	font-weight: 900;
	font-size: 30px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-transform: uppercase;
}
.homeCont2{
	padding-left: 78px;
}
.titleHome2.title2h{
	padding-top: 22px;
}
#textHome3{
	background: url(../images/inicio/bg3.png) center no-repeat;
	background-size: cover;
	position: relative;
}
#textHome3 .container{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #ffffff;
	letter-spacing: 0.25px;
	line-height: 108px;
	text-align: center;
}
#textHome3:before{
	content: '';
	position: absolute;
	width: 109px;
	height: 18px;
	bottom: -16px;
	left: calc(50% - 54.5px);
	background: url(../images/inicio/poligono.png) center no-repeat;
}
#textHome4{
	padding-top: 65px;
	padding-bottom: 18px;
}
#textHome4 .row{
	margin: 0 -19.33px;
}
#textHome4 div[class*="col-"]{
	padding: 0 19.33px;
	margin-bottom: 37px;
}
#textServ1{
	background: url(../images/servicios/title.png);
	position: relative;
}
#textServ1:before{
	content: '';
	position: absolute;
	width: 109px;
	height: 22px;
	bottom: -20px;
	left: calc(50% - 54.5px);
	background: url(../images/servicios/poligono.png) center no-repeat;
}
.titleServ1{
	color: #2a2a2a;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 27px;
	letter-spacing: 0.25px;
	text-align: center;
	padding: 40px 0;
}
#textServ2{
	padding-top: 86px;
	padding-bottom: 35px;
}
#textServ2 .row{
	margin: 0 -15px;
}
#textServ2 div[class*="col-"]{
	margin-bottom: 40px;
	padding: 0 15px;
	width: 50%;
}
#textServ2 div[class*="col-"]:last-child{
	margin-left: 25%;
}
.contentServ2{
	max-width: 291px;
	min-height: 534px;
	position: relative;
	background: #f3f3f5; 
	margin: auto;
}
.contentServ2 figure{
	position: relative;
	z-index: 1;
}
.contentServ2 figure:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: #ffffff;
	z-index: 2;
}
.titleServ2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 24px;
	color: #505050;
	text-align: center;
	padding-top: 65px;
}
.icoServ2{
	position: absolute;
	bottom: -45px;
	left: calc(50% - 35.5px);
	z-index: 3;
}
.lineaServ2{
	height: 6px;
	background: url(../images/servicios/linea.png) center no-repeat;
	margin-top: 22px;
	margin-bottom: 20px;
}
.contServ2{
	padding-left: 17px;
	padding-right: 10px;
	padding-bottom: 25px;
}
.contServ2 ul{
	text-align: left;
	list-style: none;
	margin-left: 12px;
}
.contServ2 ul li{
	position: relative;
}
.contServ2 ul li span{
	position: absolute;
	left: -10px;
	top: -2px;
}
.footServ2{
	height: 10px;
	background: url(../images/servicios/foot.png) center no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.cont2Serv2{
	padding-left: 40px;
	padding-right: 45px;
}

#textServ3{
	background: url(../images/servicios/fondo1.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 70px;
	padding-bottom: 47px;
}
#textServ3 .row{
	margin: 0 -15px;
}
#textServ3 div[class*="col-"]{
	padding: 0 15px;
}
.contentServ3 img{
	margin: auto;
}
.titleServ3{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.1px;
	text-align: center;
	padding-top: 42px;
	padding-bottom: 50px;
}
.serv3{
	max-width: 288px;
	height: 120px;
	border: solid 2px #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 5px 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
}
.serv3.slp{
	padding: 5px 10px;
}

#textServ4{
	background: url(../images/servicios/fondo2.jpg) center no-repeat;
	background-size: cover;
}
.contentServ4{
	height: 581px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentServ4 img{
	margin: auto;
}
.titleServ4{
	color: #010101;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.1px;
	padding-top: 35px;
	padding-bottom: 30px;
}
.titleServ4 strong{
	font-weight: 900;
}
.titleServ4 span{
	display: block;
}
.btn-serv{
	display: block;
	margin: auto;
	width: 303px;
	height: 62px;
	background: url(../images/servicios/btn.png) center no-repeat;
	color: #ffffff;
	line-height: 62px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.btn-serv:hover,.btn-serv:focus{
	color: #ffffff;
	opacity: 0.85;
	text-decoration: none;
}

#textProyectos1{
	padding-top: 60px;
	padding-bottom: 19px;
}
#textProyectos1 .row{
	margin: 0 -15px;
}
#textProyectos1 div[class*="col-"]{
	padding: 0 15px;
	margin-bottom: 42px;
	width: 100%;
}
.contentProyecto{
	max-width: 465px;
	margin: auto;
}
.titleProyecto{
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	padding: 10px 20px 10px 10px;
 	font-family: 'Lato', sans-serif;
 	font-weight: 700;
 	font-size: 16px;
 	line-height: 31px;
 	text-transform: uppercase;
 	color: #ffffff;
 	background: #ff0038;
 	position: relative; 
}
.titleProyecto:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background: #494949;
}
.contLineaPro{
	display: flex;
	margin-top: 1px;
	flex-wrap: wrap;
}
.contLineaPro div:first-child{
	background: #494949;
	margin-right: 2px;
	width: 122px; 
	padding-left: 16px;
	line-height: 35px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
 	font-weight: 400;
 	font-size: 16px;
}
.contLineaPro div:last-child{
	background: #e5e5e5; 
	width: calc(100% - 124px);
	padding-left: 17px;
	line-height: 35px;
	color: #616161;
	font-family: 'Lato', sans-serif;
 	font-weight: 300;
 	font-size: 14px;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	padding-right: 5px;
}
.descriProyecto{
	margin-top: 1px;
	border: solid 1px #dbdbdb;
	padding: 16px 19px;
	height: auto;
	overflow-y: auto;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
	text-align: left;
}

#formTop{
	position: relative;
	z-index: 5;
	padding-bottom: 35px;
	padding-top: 36px;
}
#frmContacto{
	overflow: hidden;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Arial", serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	margin-bottom: 25px;
	padding: 3px 0;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -3.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 3.5px;
}
#frmContacto .form-group{
	margin-bottom: 6px
}
#frmContacto .form-control{
	display: block;
	height: 39px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	border: 1px solid #d5d5d5;
	box-shadow: inset 0 1px 1px transparent;
}
#frmContacto .textarea{
	height: 81px;
	padding-top: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:42px; 
	background: url(../images/servicios/submit.png); 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;
	margin-top: 22px;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmContacto input::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#949494; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}

#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#dirMap{
	background: rgba(34,34,34,0.75); 
}
#dirMap .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #ffffff;
	padding: 20px 0;
	text-align: center;
}
#dirMap .tit img{
	margin-bottom: -2px;
}
#bajarSl{
	margin-top: 209px;
}
#textLogin{
	padding-top: 100px;
	padding-bottom: 100px;
}
.contentLogin{
	max-width: 360px;
	margin: auto;
	background: rgba(0,0,0,0.15);
	padding: 20px 15px;
}
.titleLogin{
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	text-align: center;
	color: #2a2a2a;
	padding-bottom: 20px;
}
#frmLogin .row{
	margin: 0 -5px;
}
#frmLogin div[class*="col-"]{
	padding: 0 5px;
}
#frmLogin .form-group{
	margin-bottom: 10px;
	position: relative;
}
#frmLogin .form-group div{
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#frmLogin .form-control{
	display: block;
	height: 39px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	border: 1px solid #d5d5d5;
	box-shadow: inset 0 1px 1px transparent;
	position: relative;
	padding-left: 35px;
}
#frmLogin input[type=submit]{
	display:inline-block; 
	height:50px; 
	background: url(../images/bg.png); 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	margin-top: 20px;
}
#frmLogin input[type=submit]:hover{opacity:.8}
#frmLogin .error input{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}

.frmLogin input::-webkit-input-placeholder {color:#949494; opacity:  1;}
.frmLogin input:-moz-placeholder {color:#949494; opacity:  1;}
.frmLogin input::-moz-placeholder {color:#949494; opacity:  1;}
.frmLogin input:-ms-input-placeholder {color:#949494; opacity:  1;}
.frmLogin input:focus::-webkit-input-placeholder {opacity:0.5}
.frmLogin input:focus:-moz-placeholder{opacity:0.5}
.frmLogin input:focus::-moz-placeholder{opacity:0.5}
.frmLogin input:focus:-ms-input-placeholder{opacity:0.5}

#frmLogin .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmLogin .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.btnRecovery{
	margin-left: auto;
	margin-right: auto;
	display: block;
	height:50px; 
	background: #1f1f1f; 
	color:#ffffff; 
	text-transform:uppercase; 
	font-family:Arial, sans-serif; 
	font-size:11px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	margin-top: 15px;
	line-height: 50px;
	cursor: pointer;
}
.btnRecovery:hover{
	color: #ffffff;
	text-decoration: none;
}

.cntWinLost .fancybox-skin{
	border-radius: 0;
}
.cntWinLost .fancybox-inner{
	border: solid 3px #FFF;
	background: #f5f5f5
}
.cntWinLost #logoLost{
	height: 100px;
	padding-top: 10px;
}
.cntWinLost #logoLost img{
	margin: auto;
	width: 75px;
	height: 75px;
}
.cntWinLost .winLost .h3{
	margin: 0;
	line-height: 20px;
	text-align: center;
	color: #616161;
	font-size: 21px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700
}
.cntWinLost .winLost .lbl{
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 13.5px;
	color: #666666;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
}
#frmLost{
	padding: 0 23px;
}
#frmLost input[type="text"]{
	border:solid 1px #ababab;
	display: block;
	width: 100%;
	padding: 0 12px;
	height: 36px;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #959595;
}
#frmLost input[type="submit"]{
	background: #1f1f1f;
	display: block;
	width: 100%;
	padding: 0 12px;
	height: 40px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #fff;
	margin-top: 7px
}
#frmLost .error input{
	border:solid 1px #000;
	background:rgba(255,216,217,1.00);
	color:#000;
}
.noHay{
	padding-bottom: 30px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}