@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;
}

@font-face {
    font-family: 'Gilroy ExtraBold';
    src: url('../fonts/Gilroy-ExtraBold.otf') format('otf');
}
@font-face {
    font-family: 'Gilroy Light';
    src: url('../fonts/Gilroy-Light.otf') format('otf');
}
@font-face {
  font-family: "Myriad Pro";
  src: url(../fonts/myriadpro-regular.otf);
}
@font-face {
  font-family: "Myriad Bold Pro";
  src: url(../fonts/Myriad-Pro-Bold.ttf);
}

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: 1310px;}
.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;
	height: 211px;
	position: absolute;
	top: 0;
	left: 0;
}
#darkTop{
	background: url(../images/banner/menu.jpg) center no-repeat;
	background-size: cover; 
}
.contentDarkTop{
	height: 152px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding-right: 120px;
}
.contentTelsTop{
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentTelsTop .TelTop1{
	height: 61px;
	padding-left: 20px;
	background: url(../images/banner/li.png) left center no-repeat;
	display: flex;
	align-items: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #868686;
	text-align: left;
}
.TelTop1b{
	margin-right: 35px;
}
.contentTelsTop .TelTop1 a{
	color: #868686;
}
.contentTelsTop .TelTop1 strong{
	color: #303030;
	font-weight: 600;
	font-size: 16px;
	list-style: 24px;
	padding-bottom: 4px;
	display: block;
}

#logo{
	display: block;
	width: 200px;
	position: absolute;
	top: 56px;
	left: -5px;
}
#logo a{
	display: block;
	position: relative;
}
#logo img{
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}

#redes{
	width: auto;
	height: 28px;
	position: absolute;
	top: 67px;
	right: 0px;
	display: flex;
	align-items: center;
}
#redes a{
	color: #ffffff;
	height: 28px;
	width: 28px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}
#redes a:last-child{
	margin-right: 0;
}
#redes a .fa{
	display: none;
}
#redes .fb{
	background: url('../images/redes/red.png') left center no-repeat;
}
#redes .tr{
	background: url('../images/redes/red2.png') center no-repeat;
}
#redes .in{
	background: url('../images/redes/red.png') center no-repeat;
}
#redes a:hover,#redes a:focus{
	transform: scale(1.1);
}

#topMenu{
	height: 59px;
	border-top: solid 3px #ffffff;
	width: 100%;
	position: relative;
	background: url(../images/banner/top.jpg) center no-repeat;
	background-size: cover; 
}
#topMenu::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 100%;
	background: #646464;
}
#menu{
	margin: auto;
	position: absolute;
	left: 15px;
	top: 0;
	height: 56px;
}
#menu ul{
	margin: 0;
	position: relative;
}
#menu ul::before,
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	padding: 0px;
}
#menu li a{
	display: block;
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	letter-spacing: 0.25px;
	font-weight: 300;
	line-height: 56px;
	height: 56px;
	padding: 0 15px;
	border-left: solid 1px rgba(255,255,255,0.25);
}
#menu li:first-child{
}
#menu li:last-child{
	float: right;
	background: transparent;
}
#menu li:last-child a{
	border-right: solid 1px rgba(255,255,255,0.25);
}
#menu li.active a, #menu li a:hover, #menu li a:focus{
	color: #ffffff;
	background: #297c44;
}
.btnIngresarTop{
	position: absolute;
	top: 0;
	right: 15px;
	padding-left: 30px;
	line-height: 56.4px;
	background: #646464;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0px;
}
.btnIngresarTop img{
	margin-right: 5px;
}
.btnIngresarTop:hover,.btnIngresarTop:focus{
	color: #ffffff;
	text-decoration: none;
}


/*Footer*/
#datFooter{
	background: #2f2f2f;
}
#datFooter a{
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 0px;
	font-size: 16px;
	display: flex;
	align-items: center;
}
#datFooter a div{
	width: 23px;
	display: flex;
	align-items: center;
}
#datFooter ul{
	display: inline-block;
}
#datFooter li{
	list-style: none;
}
#datFooter .tit{
	font-size: 20px;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	color: #ffffff;
	line-height: 23px;
	letter-spacing: 0px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
	border-bottom: dashed 1px #ffffff;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.cntItemDat1{
	display: flex;
}
.ul1Dat1{
	margin-right: 35px;
}
#redes2{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 10px;
}
#redes2 a{
	margin-right: 8px;
}
#redes2 a:last-child{
	margin-right: 0;
}
.itemDat1{
	width: 290px;
	border-right: 0;
	padding-right: 0px;
	margin-right: 0px;
}
.itemDat2{
	width: 240px;
	margin-right: 25px;
	margin-left: 25px;
}
.itemDat3{
	width: 140px;
}

#footer{
	text-align:center;
	font-size:11px;
	color:#FFF;
	background: #007d41;
	line-height:18px;
	font-family:'Arial', sans-serif;
	min-height: 44px; 
}
#footer .container{
	padding-top:19px; 
	padding-bottom:18px; 
	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 .tfooter{
	margin-bottom:10px;
}
#footer .tfooter,
#footer #powered{float:none; text-align:center;}
#footer .tfooter span{
	font-family: 'Verdana', sans-serif;
}
/*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; }
#bajarSl{
	margin-top: 214px;
}
#sliderTop{
	height: 330px;
	margin-top: 214px;
}
body[data-page='1'] #sliderTop{
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 330px;
	position: relative;
	background-position: center center !important
}
#sliderTop .slides li img.sliImg{
	display: none;
}
.contSlider{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contSlider .container{
	height: 100%;
}
.cntSliderTop{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cntSliderTop .caption{
	font-family: 'Gilroy Light',sans-serif;
	font-weight: 300;
	font-size: 44px;
	letter-spacing: 0px;
	line-height: normal;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
.cntSliderTop .caption strong{
	display: block;	
	font-family: 'Gilroy ExtraBold',sans-serif;
	font-weight: 800;
}
.cntSliderTop img{
	width: 550px;
}
.cntSliderTop img.icap2{
	display: none;
}
.flex-direction-nav a{
	width: 34px;
	height: 35px;
}
.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}
.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}

.flex-control-nav {
    text-align: center;
    z-index: 2;
    bottom: 15px;
}
.flex-control-paging li a {
	color: transparent;
	width: 16px;
	height: 16px;
	border: solid 4px #FFF;
	background: #ffffff;
	box-shadow: inset 0 0 0 transparent;
	border-radius: 50%;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
}
#sliderTop .flex-control-nav li:first-child::before,
#sliderTop .flex-control-nav li:last-child::before {
	width: 0;
	height: 0;
}
#sliderTop .flex-control-nav li {
	background: transparent;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
    background: #297c44;
    cursor: default;
}

#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}

#textHome1{
	padding-top: 118px;
}
.contentHome1{
	padding-right: 50%;
	position: relative;
	height: 612px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 15.4px;
	line-height: 27px;
	letter-spacing: 0px;
}
.contentHome1 article{
	padding-right: 28px;
}
.contentHome1 article img{
	margin-bottom: 20px;
}
.contentHome1 strong{
	font-weight: 800;
}
.contentHome1 .imgHome1{
	position: absolute;
	left: 50%;
	top: 0;
	max-width: 960px;
}
#textHome2{
	background: url(../images/inicio/fondo2.jpg?v2) center no-repeat;
	background-size: cover;
}
.contentHome2{
	padding-left: 50%;
	height: 753px;
	display: flex;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: right;
	color: #ffffff;
	position: relative;
}
.contentHome2 article{
	padding-left: 50px;
}
.contentHome2 span{
	display: block;
}
.contentHome2:before{
	content: '';
	position: absolute;
	width: 962px;
	height: 100%;
	top: 0;
	right: 50%;
	background: url(../images/inicio/fondo3.webp) center no-repeat;
	background-size: cover;
}

#textHome3{
	padding-top: 114px;
	padding-bottom: 42px;
}
.contentHome3{
	max-width: 590px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: #616161;
	letter-spacing: 0px;
}
.contentHome3 strong{
	font-weight: 900;
}
#textHome3 .row{
	margin: 0 -25px;
}
#textHome3 div[class*="col-"]{
	margin-bottom: 60px;
	padding: 0 25px;
}
#textHome3 div[class*="col-"]:nth-child(1):before{
	content: '';
	position: absolute;
	top: 0;
	right: 0px;
	width: 1px;
	height: 100%;
	background: url(../images/inicio/linea.png);
}
#textHome3 div[class*="col-"]:nth-child(1) .contentHome3{
	margin-left: 0;
	margin-right: auto;
}
#textHome3 div[class*="col-"]:nth-child(2) .contentHome3{
	margin-left: auto;
	margin-right: 0;
}
.titleHome3{
	font-weight: 900;
	font-size: 30px;
	line-height: 60px;
	margin-top: 26px;
	margin-bottom: 18px;
	position: relative;
	letter-spacing: 0px;
	color: #333330;
	text-align: left;
	text-transform: uppercase;
}
.titleHome3:before{
	content: '';
	position: absolute;
	top: calc(50% - 4.5px);
	right: 0;
	width: 100%;
	height: 9px;
	background: #f2f2f2;
}
.titleHome3 div{
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #ffffff;
	padding-right: 18px;
}

#textHome4{
	background: url(../images/inicio/fondo4.webp) center no-repeat;
	background-size: cover;
}
.contentHome4{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 89px;
	padding-bottom: 96px;
	height: 823px;
}
.cntHome4{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemHome4{
	width: 150px;
	margin-right: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #ffffff;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0px;
}
.itemHome4 img{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.cntHome4 .itemHome4:last-child{
	margin-right: 0px;
}
.cntHome4b{
	padding-top: 58px;
	padding-bottom: 58px;
}
.titleHome4{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 30px;
	line-height: 24px;
	color: #4c4c4c;
	letter-spacing: 0px;
	text-align: right;
	text-transform: uppercase;
	padding-right: 30px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 45px;
	position: relative;
}
.titleHome4:before{
	content: '';
	position: absolute;
	top: 0;
	right: -325px;
	height: 100%;
	width: 1084px;
	background: url(../images/inicio/title.png) center no-repeat;
	background-size: cover;
}
.titleHome4 div{
	position: relative;
	z-index: 2;
}
#textHome5{
	background: #e8e8e8;
	padding: 50px 0;
	position: relative;
	margin-bottom: 20px;
}
.titleHome5{
	color: #2f2f2f;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 38px;
	letter-spacing: 0.25px;
	text-align: center;
	text-transform: uppercase;
}
#textHome5:before{
	content: '';
	position: absolute;
	bottom: -20px;
	left: calc(50% - 61px);
	width: 122px;
	height: 82px;
	background: url(../images/inicio/triangulo.png) center no-repeat;
	background-size: cover;
}

#textHome6{
	padding-top: 40px;
	padding-bottom: 31px;
}
.itemHome6Img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.contentHome6{
	display: none;
}
.contentHome6 div{
	width: 100%;
}
.contentHome6 div img{
	margin-right: auto;
	margin-left: auto;
}
.lineaHome6{
	margin-left: 70px;
	margin-right: 60px;
	display: none;
}
#textHome7{
	background: url(../images/inicio/fondo5.png) center no-repeat;
	background-size: cover;
	height: 19px;
}
#textHome8{
	padding-top: 74px;
	padding-bottom: 138px;
}
.contentHome8{
	display: flex;
	align-items: center;
	justify-content: center;
}
.contentHome8 .red1{
	margin-right: 32px;
}
.titleHome8{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: normal;
	letter-spacing: 0px;
	color: #2f2f2f;
	text-align: center;
	margin-bottom: 57px;
}
#textServ1{
	padding-top: 79px;
	padding-bottom: 58px;
}
.contentServ1{
	position: relative;
	height: 623px;
	display: flex;
	align-items: center;
	padding-right: 50%;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	font-size: 15px;
	letter-spacing: 0px;
	color: #616161;
}
.contentServ1:before{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% + 47px);
	width: 911px;
	height: 100%;
	background: url(../images/servicios/fondo1.webp) center no-repeat;
	background-size: cover;
}
.contentServ1 span{
	font-weight: 800;
}
.contentServ1 h1{
	display: block;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20.5px;
	line-height: 30px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #4c4c4c;
	text-align: left;
	margin-bottom: 20px;
}
.contentServ1 h1 strong{
	font-weight: 900;
	display: block;
}
.contentServ1 h1:before{
	content: '';
	position: absolute;
	width: 474px;
	height: 35px;
	background: url(../images/servicios/bg1.png);
	top: -55px;
	left: -310px;
}

#textServ2{
	background: #007d41;
	height: 27px;
	margin-bottom: 58px;
}

#textServ3{
	background: url(../images/servicios/fondo2.webp) center no-repeat;
	background-size: cover;
	padding-top: 34px;
	padding-bottom: 55px;
	margin-bottom: 48px;
}
.contentServ3{
	display: flex;
	justify-content: flex-end;
}
.titleServ3{
	height: 135px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fffefe;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 68px;
}
.titleServ3:before{
	content: '';
	position: absolute;
	top: 0;
	height: 135px;
	background: url(../images/servicios/title1.png) center no-repeat;
	background-size: cover;
	width: 1535px;
	right: -322px;
}
.titleServ3 div{
	position: relative;
	z-index: 2;
}
.titleServ3 strong{
	font-weight: 900;
}
.titleServ3 span{
	display: block;
}
.itemServ3{
	padding-right: 0px;
	display: flex;
	justify-content: flex-end;
}
.itemServ3a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #ffffff;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
}
.itemServ3a img{
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
.cntItemServ3{
	display: flex;
	align-items: flex-start;
	padding-top: 20px;
}
.itemServ3b{
	margin-right: 100px;
}

#textServ4{
	background: url(../images/servicios/fondo3.webp) center no-repeat;
	background-size: cover;
	height: 419px;
	margin-bottom: 46px;
}
.titleServ4{
	height: 130px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: #fffefe;
	line-height: 48px;
	display: flex;
	align-items: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-left: 12px;
}
.titleServ4 strong{
	font-weight: 900;
}
.cntServ4{
	max-width: 430px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #616161;
	padding-top: 30px;
	padding-left: 0px;
}
.titleServ5{
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #6d6d6d;
	text-transform: uppercase;
	text-align: center;
	padding: 19px 5px;
	background: rgba(232,232,232,0.82);
}
.cntServ5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	padding: 46px 0;
}
#textServ6{
	display: flex;
	padding-left: 52px;
	padding-right: 52px;
	padding-bottom: 48px;
	justify-content: center;
}
.itemServ6b{
	margin-right: 55px;
	margin-left: 55px;
}

.contentTeatro1{
	display: flex;
	flex-wrap: wrap;
	padding-top: 111px;
	padding-bottom: 109px;
}
.itemTeatro1a,.itemTeatro1b{
	width: 100%;
}
.titleTeatro1{
	position: relative;
	background: #297c44;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 19px 5px;
}
.titleTeatro1 div{
	display: inline-block;
	position: relative;
}
.titleTeatro1:before{
	content: '';
	position: absolute;
	top: 0;
	left: -500px;
	height: 0px;
	width: 0px;
	background: #297c44;
}
.titleTeatro1 div:before{
	content: '';
	position: absolute;
	top: calc(50% - 10.5px);
	left: -33px;
	width: 21px;
	height: 21px;
	background: #ffffff;
	border-radius: 50%;
}
.titleTeatro1 div:after{
	content: '';
	position: absolute;
	top: calc(50% - 10.5px);
	right: -33px;
	width: 21px;
	height: 21px;
	background: #ffffff;
	border-radius: 50%;
}
.cntTeatro1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #616161;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	padding-top: 60px;
}
.itemTeatro1b{
	padding-left: 0px;
	position: relative;
}
.itemTeatro1b figure{
	max-width: 400px;
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.itemTeatro1b figure:before{
	content: '';
	position: absolute;
	background: #297c44;
	height: 31px;
	width: 376px;
	right: -222px;
	top: 166px;
}
.itemTeatro1b figure img{
	position: relative;
	z-index: 1;
}
.itemTeatro1b a{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
	width: 315px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #297c44;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
}
.itemTeatro1b a img{
	margin-right: 17px;
}
.itemTeatro1b a:hover{
	text-decoration: none;
	opacity: 0.85;
}
.itemTeatro1b:before{
	content: '';
	position: absolute;
	width: 321px;
	height: 105px;
	background: url(../images/teatro/before.png);
	bottom: 43px;
	right: -321px;
}

#textTeatro2{
	background: #e8e8e8;
}
#textTeatro2 .container{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #616161;
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	padding: 15px 15px;
	text-transform: uppercase;
}
#textTeatro2 .container strong{
	font-weight: 900;
}
#textTeatro3{
	background: rgba(232,232,232,0.65);
	padding-top: 105px;
}
.contentTeatro3{
	display: flex;
	flex-wrap: wrap;
}
.itemTeatro3a,.itemTeatro3b{
	width: 100%;
	position: relative;
}
.itemTeatro3a{
	padding: 0 38px;
}
.itemTeatro3a figure img{
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	width: 400px;
}
.itemTeatro3a:before{
	content: '';
	position: absolute;
	width: 74px;
	height: 35px;
	background: #5b9a6f;
	top: 103px;
	left: -320px;
}
.itemTeatro3b:before{
	content: '';
	position: absolute;
	width: 188px;
	height: 68px;
	background: url(../images/teatro/before2.png);
	top: 275px;
	right: -321px;
}
.titleTeatro3{
	background: url(../images/teatro/bg1.png);
}
.titleTeatro3:before{
	left: auto;
	right: -500px;
	background: url(../images/teatro/bg1.png);
}
.textoItemTeatro3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #616161;
	padding-top: 70px;
}
.itemTeatro3a a{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
	width: 315px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #24a84f;
	margin-right: auto;
	margin-left: auto;
	margin-top: 59px;
}
.itemTeatro3a a img{
	margin-right: 10px;
}
.itemTeatro3a a:hover{
	text-decoration: none;
	opacity: 0.85;
}
.contentTeatro4{
	display: flex;
	flex-wrap: wrap;
	padding-top: 108px;
	padding-bottom: 108px;
	position: relative;
}
.contentTeatro4:before{
	content: '';
	position: absolute;
	width: 205px;
	height: 92px;
	background: url(../images/teatro/before3.png);
	top: 207px;
	left: -320px;
}
.contentTeatro4:after{
	content: '';
	position: absolute;
	width: 23px;
	height: 68px;
	background: #a9b6b7;
	bottom: 241px;
	left: -310px;
}
.itemTeatro4a,.itemTeatro4b{
	width: 100%;
	position: relative;
}
.itemTeatro4b:before{
	content: '';
	position: absolute;
	width: 232px;
	height: 381px;
	background: url(../images/teatro/before4.png);
	top: 85px;
	right: -320px;
}
.titleTeatro4{
	background: url(../images/teatro/bg2.png);
}
.titleTeatro4:before{
	background: url(../images/teatro/bg2.png);
}
.textoItemTeatro4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #616161;
	padding-top: 68px;
}
.itemTeatro4b figure{
	padding-left: 0px;
}
.itemTeatro4b figure img{
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	width: 400px;
}

.itemTeatro4b a{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
	width: 315px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: url(../images/teatro/bg2.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 54px;
}
.itemTeatro4b a img{
	margin-right: 10px;
}
.itemTeatro4b a:hover{
	text-decoration: none;
	opacity: 0.85;
}


#textTeatro5{
	padding-bottom: 110px;
}
.titleTeatro5{
	background: url(../images/teatro/bg3.png);
}
.titleTeatro5:before{
	width: 0;
	height: 0;
}
.cntTeatro5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #616161;
	padding-top: 65px;
	padding-bottom: 65px;
}

#textTeatro5 .row{
	margin: 0 -2px;
}
#textTeatro5 div[class*="col-"]{
	padding: 0 2px;
}

#textTeatro5 a{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
	width: 315px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: url(../images/teatro/btn.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
}
#textTeatro5 a img{
	margin-right: 10px;
}
#textTeatro5 a:hover{
	text-decoration: none;
	opacity: 0.85;
}

#textTeatro6{
	background: #e8e8e8;
}

.contentTeatro6{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 108px;
}
.itemTeatro6a,.itemTeatro6b{
	width: 100%;
}
.itemTeatro6a{
	padding-right: 0px;
}


.titleTeatro6{
	background: url(../images/teatro/bg4.png);
}
.titleTeatro6:before{
	left: auto;
	right: -500px;
	background: url(../images/teatro/bg4.png);
}
.textoItemTeatro6{
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	padding-top: 70px;
}
.itemTeatro6a figure img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	width: 400px;
}

.itemTeatro6a a{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
	width: 315px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: url(../images/teatro/bg4.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 59px;
}
.itemTeatro6a a img{
	margin-right: 10px;
}
.itemTeatro6a a:hover{
	text-decoration: none;
	opacity: 0.85;
}

.contentTeatro7{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 103px;
}
.itemTeatro7a,.itemTeatro7b{
	width: 100%;
}
.itemTeatro7b{
	padding-left: 0px;
}
.itemTeatro7b figure img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	width: 400px;
}
.titleTeatro7{
	background: url(../images/teatro/bg5.png);
}
.titleTeatro7:before{
	background: url(../images/teatro/bg5.png);
}
.textoItemTeatro7{
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	padding-top: 65px;
}

.itemTeatro7b a{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
	width: 315px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: url(../images/teatro/bg5.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 58px;
}
.itemTeatro7b a img{
	margin-right: 10px;
}
.itemTeatro7b a:hover{
	text-decoration: none;
	opacity: 0.85;
}

.cntTeatroI5,.contentTeatro6,.contentTeatro7{
	position: relative;
}
.cntTeatroI5:before{
	content: '';
	position: absolute;
	top: 67px;
	left: -320px;
	width: 271px;
	height: 1014px;
	background: url(../images/teatro/before6.png);
}
.cntTeatroI5:after{
	content: '';
	position: absolute;
	top: -245px;
	right: -320px;
	width: 79px;
	height: 842px;
	background: url(../images/teatro/before5.png);
}
.contentTeatro6:before{
	content: '';
	position: absolute;
	top: 222px;
	right: -320px;
	width: 237px;
	height: 396px;
	background: url(../images/teatro/before7.png);
}
.contentTeatro7:before{
	content: '';
	position: absolute;
	top: 116px;
	left: -320px;
	width: 198px;
	height: 40px;
	background: #6bbc30;
}
.contentTeatro7:after{
	content: '';
	position: absolute;
	top: 222px;
	right: -320px;
	width: 45px;
	height: 86px;
	background: #6bbc30;
}

.itemTeatro1a,.itemTeatro3b,.itemTeatro4a,
.itemTeatro6b,.itemTeatro7a{
	order: 1;
}
.itemTeatro1b,.itemTeatro3a,.itemTeatro4b,
.itemTeatro6a,.itemTeatro7b{
	order: 2;
}

#textServ7{
	background: url(../images/servicios/bg3.png);
}
#textServ7 .container{
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 19px 5px;
}
#textServ7 .container strong{
	font-weight: 900;
}
.cntServ7{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16.9px;
	line-height: 30px;
	color: #616161;
	letter-spacing: 0px;
	padding: 63px 15px;
}

#textServ8{
	display: flex;
	padding-left: 52px;
	padding-right: 52px;
	padding-bottom: 48px;
	justify-content: center;
}
.itemServ8b{
	margin-right: 55px;
	margin-left: 55px;
}

#textProyectos1{
	padding-top: 121px;
	padding-bottom: 122px;
}
.contentProyectos1{
	position: relative;
	margin-bottom: 65px;
}
.contentProyectos1:last-child{
	margin-bottom: 0px;
}
.titleProyectos1{
	background: #277742;
	text-align: center;
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 15px;
}
.bodyProyectos1{
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	padding-top: 45px;
	padding-bottom: 45px;
}
.bodyProyectos1 strong{
	color: #297c44;
}
.contImgProyecto{
	display: flex;
	align-items: center;
	justify-content: center;
}
.contImgProyecto div{
	margin-right: 30px;
}
.contImgProyecto div:last-child{
	margin-right: 0px;
}

.liproyects{
	padding-left: 350px;
}
.liproyects div{
	position: relative;
	padding-left: 20px;
}
.liproyects div:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 10px;
	left: 0px;
	background: #277742;
	border-radius: 50%;
}


#textCont1{
	background: url(../images/contacto/titulo.png) center no-repeat;
	background-size: cover;
	margin-top: 27px;
	padding: 14px 0;
}
.titleContato1{
	text-align: center;
	color: #fff;
	font-family: 'Myriad Bold Pro', sans-serif;
	font-weight: 700;
	font-size: 62.72px;
	line-height: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
}
#textCont2{
	background: url(../images/contacto/bg1.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 90px;
}
.contentCont2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}
.itemCont1{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 30px;
}
.itemCont2{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
.cntCont2{
	max-width: 597px;
	height: 331px;
	background: #fff;
	padding-top: 64px;
	padding-left: 61px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
}
.itemCont1 a{
 display: inline-flex;
 align-items: center;
 color: #373737;
 font-family: 'Lato', sans-serif;
 font-weight: 300;
 font-size: 27px;
 line-height: 60.5px;
 letter-spacing: 0px;
 text-align: left;
}
.itemCont1 a img{
	margin-right: 12px;
}
.titleItemCont2{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 33.65px;
	line-height: 80px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #373737;
	margin-bottom: 14px;
	border-bottom: solid 2px #a2a2a2;
	max-width: 404px;
	margin-left: 0px;
}
#redes3{
	display: flex;
	align-items: center;
}
#redes3 a{
	display: inline-block;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: solid 3px #373737;
}
#redes3 a{
  margin-right: 8px;
}
#redes3 a:last-child{
  margin-right: 0px;
}
#formTop{
	background: url(../images/contacto/bg2.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 85px;
	padding-top: 85px;
	margin-top: 15px;
	margin-bottom: 22px;
}
#frmContacto{
	overflow: hidden;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
#frmContacto .tit{
	color: #5e5e5e;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-bottom: 33px;
	padding: 3px 0;
	text-align: center;
}
#frmContacto .row{
	margin: 0 -4px;
}
#frmContacto div[class*="col-"]{
	padding: 0 4px;
}
#frmContacto .form-group{
	margin-bottom: 8px
}
#frmContacto .form-control{
	display: block;
	height: 80px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Lato", serif;
	font-size: 14px;
	font-weight: 400;
	color: #656565;
	padding-left: 20px;
	background: #ffffff;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #d5d5d5;
}
#frmContacto .textarea{
	height: 215px;
	padding-top: 33px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:67px; 
	background: url(../images/contacto/submit.png) center no-repeat; 
	color:#fefefe; 
	text-transform:none; 
	font-family: 'Myriad Pro', sans-serif; 
	font-size:20px;
	width: 188px;
	text-align: center;
	font-weight: 400;
	border-radius: 0px;
	margin-top: 2px;
}
#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:#656565; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#656565; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#656565; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#656565; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#656565; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#656565; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#656565; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#656565; 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;
}

#textEdu1{
	background: #373737;
	margin-top: 60px;
}
#textEdu1 .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 0;
}
#textEdu1 .tit strong{
	font-weight: 900;
}
#textEdu2{
	padding: 70px 0;
}
.texto1Edu2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
}
#textEdu3,#textEdu5{
	background: #e8e8e8;
}
.titleSectionEdu{
	background: url(../images/material/tit.png) center no-repeat;
	background-size: cover;
}
.titleSectionEdu .tit{
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 0;
}
.titleSectionEdu .tit strong{
	font-weight: 900;
}
.contentLibro{
	position: relative;
	max-width: 289px;
	margin-left: auto;
	margin-right: auto;
}
.contentLibro figure{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	height: 373px;
	background: #fff;
	margin-bottom: 11px;
}
.contentLibro .titulo{
	background: rgba(41, 124, 68, 0.1);
	border-radius: 10px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #616161;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0px;
	padding: 0 5px;
}
.row-libros{
	padding-top: 67px;
	padding-bottom: 26px;
	margin: 0 -8px;
}
.row-libros div[class*="col-"]{
	margin-bottom: 40px;
	padding: 0 8px;
	width: 33.333%;
}
.contentLibro a{
	background: #373737;
	border-radius: 10px;
	width: 159px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 19px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	text-transform: uppercase;
}
.contentLibro a:hover{
	text-decoration: none;
	border: solid 1px #373737;
	background: #fff;
	color: #373737;
}
.contentLibro a strong{
	font-weight: 900;
}
#textEdu4 .contentLibro figure{
	background: #e8e8e8;
}
.titAjax{
	background: #ff0202;
	font-family: 'Verdana', sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	padding: 13.5px 45px;
}
.fancybox-close{
  top: -20px;
  right: -20px;
  width: 37px;
  height: 37px;
  background: url(../images/material/close.png) center no-repeat;
}
.textAjax,.textAjax2{
	color: #636161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	padding-top: 35px;
	padding-right:40px;
	text-align: justify;
}
.fancybox-skin{
  background: #fff;
  padding-bottom: 20px !important;
}
.textAjax{
	padding-left: 49px;
}
.imgAjax{
	float:left; margin:25px 0 25px 47px;
	-webkit-box-shadow: 5px 5px 8px 0px rgba(158,158,158,1);
	-moz-box-shadow: 5px 5px 8px 0px rgba(158,158,158,1);
	box-shadow: 5px 5px 8px 0px rgba(158,158,158,1);
	width: 236px;
}
.textAjax{float:right; width:calc(100% - 283px);  padding-top:35px;}
.textAjax2{padding-left:47px}
.textCenterBold{text-align:center; font-weight:bold; padding-top:15px}
.izqActividades{float:left; width:490px; border-top:solid 18px;}
.izqActividades .h2Serv::before{display:none !important}
.izqActividades .h2Serv{font-size:24px; margin-top:0; letter-spacing:1.5px}
.derActividades{float:right; width:310px; margin-right:65px;}
.blue .izqActividades{border-color:#0e5dec}
.green .izqActividades{border-color:#2e8447}
.pink .izqActividades{border-color:#db2064}
.clear {
  display: block;
  clear: both;
}
#textIngresar1{
	padding-top: 70px;
	padding-bottom: 87px;
}
.contentIngresar1{
	background: url('../images/ingresar/bg1.jpg?v1') center no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 75px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemIngresar1{
	margin-right: 0px;
	width: 100%;
	padding-bottom: 50px;
}
.itemIngresar1 img{
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}
.itemIngresar2{
	max-width: 476px;
}
.titleIngresar{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: normal;
	color: #007d41;
	letter-spacing: -1.5px;
	text-align: left;
	padding-bottom: 27px;
	margin-bottom: 29px;
	border-bottom: solid 1px rgba(23, 119, 173, 0.5);
}
#formIngresar .row{
	margin: 0 -4px;
}
#formIngresar div[class*="col-"]{
	padding: 0 4px;
}
#formIngresar .form-group{
	margin-bottom: 18px
}
#formIngresar .form-control{
	display: block;
	height: 65px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Lato", serif;
	font-size: 14px;
	font-weight: 400;
	color: #656565;
	padding-left: 20px;
	background: #ffffff;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #86cfe5;
}
#formIngresar input[type=submit]{
	display:inline-block; 
	height:62px; 
	background: #007d41; 
	color:#ffffff; 
	text-transform:none; 
	font-family: 'Open Sans', sans-serif; 
	font-size:18px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	border-radius: 0px;
	margin-top: 0px;
}
#formIngresar input[type=submit]:hover{opacity:.8}
#formIngresar .error input{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}
#formIngresar input::-webkit-input-placeholder {color:#656565; opacity:  1;}
#formIngresar input:-moz-placeholder {color:#656565; opacity:  1;}
#formIngresar input::-moz-placeholder {color:#656565; opacity:  1;}
#formIngresar input:-ms-input-placeholder {color:#656565; opacity:  1;}
#formIngresar input:focus::-webkit-input-placeholder {opacity:0.5}
#formIngresar input:focus:-moz-placeholder{opacity:0.5}
#formIngresar input:focus::-moz-placeholder{opacity:0.5}
#formIngresar input:focus:-ms-input-placeholder{opacity:0.5}
#formIngresar .has-error .form-control-feedback{line-height:36px; height:100%; }
#formIngresar .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.titlerecordar a{
	font-family: 'Open Sans', sans-serif; 
	font-size:14px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 0px;
	color: #616161;
	text-align: left;
	margin-top: 20px;
	display: inline-block;
	cursor: pointer;
}

.cntWinLost .fancybox-skin{
	border-radius: 0;
	padding-bottom: 0px !important;
}
.cntWinLost .fancybox-inner{
	border: solid 3px #FFF;
	background: #f5f5f5
}
#logoLost{
	height: 100px;
	background: url('../images/logo.png') center center no-repeat;
}
.winLost .h3{
	margin: 0;
	line-height: 20px;
	text-align: center;
	color: #007d41;
	font-size: 21px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700
}
.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: #2faba0;
	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}