@font-face {
	font-family: 'MyriadPro_Regular';
	src: url("../fonts/MyriadPro-Regular.OTF") format("opentype");
	font-weight: normal;
}

@font-face {
	font-family: 'MyriadPro_Italic';
	src: url("../fonts/MyriadPro-Italic.otf") format("opentype");
	font-weight: normal;
}

@font-face {
	font-family: 'MyriadPro_Bold';
	src: url("../fonts/MyriadPro-Bold.OTF") format("opentype");
	font-weight: normal;
}

@font-face {
	font-family: 'MyriadPro_SemiBold';
	src: url("../fonts/MyriadPro-SemiBold.OTF") format("opentype");
	font-weight: normal;
}

@font-face {
    font-family: 'Gill_Sans_MT-Regular';
    src: url('../fonts/Gill_Sans_MT-Regular.TTF') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Gill_Sans_MT-Bold';
    src: url('../fonts/Gill_Sans_MT-Bold.TTF') format('truetype');
    font-weight: normal;
}


* {
	margin: 0;
	padding: 0;
}



html, body{
	height:100%;
	position: relative;
}


body{
	background-color: #FFF;
	height: 100%;
}


a{
	text-decoration: none;
	outline: 0;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

::selection {
  background: #DE1D20;
}

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #DE1D20;
}

::-webkit-scrollbar
{
  width: 10px;
  background-color: #DE1D20;
}

::-webkit-scrollbar-thumb
{
  background-color: #DE1D20; 
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent)
}

.success{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #f96d0d;
	font-family: 'MyriadPro_Regular';
	transition: all ease .5s;
	z-index: 9998 !important;
}

.success h1, .success span, .success label, .success p{
	position: absolute;
	display: block;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	color: #FFF;
}

.success h1{
	width: 100%;
	top: 22%;
	font-size: 3.3em;
	font-weight: 800;
}

.success span{
	width: 100%;
	top: 37%;
	font-size: 2.2em;
}

.success label{
	width: 100%;
	top: 47%;
	font-size: 2.8em;
	font-weight: 800;
}

.success p{
	max-width: 800px;
	top: 60%;
	font-size: 1.2em;
	font-weight: 800;
}

.closenot{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #FFF;
	cursor: pointer;
	font-size: 3.2em !important;
	opacity: 0.7;
	z-index: 9999 !important;
}

#hideme{
	position: absolute;
	visibility: hidden;
}

#hideme:checked ~ .success{
	transform: scale(0);
}


#wrapper{
	min-height:100%;
	position:relative;
}

@keyframes cssAnimation {
    from {
        visibility:hidden;
    }
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    from {
        visibility:hidden;
    }
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

header{
	width: 100%;
	height: 70px;
	top: 0;
	position: fixed;
	z-index: 999 !important;
	background-color: #FFF;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(133,133,133,1);
-moz-box-shadow: 0px 1px 5px 0px rgba(133,133,133,1);
box-shadow: 0px 1px 5px 0px rgba(133,133,133,1);
}

#cntheader{
	width: 100%;
	height: 70px;
	margin: 0 auto;
	position: relative;
	border:1px solid transparent;
}

#logo{
	display: block;
	width: 145px;
	height: auto;
	margin: 5px 0 0 35px;
}

#logo img{
	width: 100%;
	height: auto;
}

#menu{
	width: 400px;
	height: auto;
	list-style: none;
	display: inline-block;
	position:absolute;
	top: 5px;
	right: 12%;
}

#togglemenu{
	position: absolute;
	visibility: hidden;
}

#catalogo-menu{
	position: absolute;
	display: none;
	z-index: 111;
}

.menuitem1{
	width: 120px;
	z-index: 400 !important;
}

.menuitem1 a{
	padding: 0 0 5px 8px;
	text-align: center;
}

.menuitem2{
	width: 220px;
	margin: 0 0 0 -120px !important;
	z-index: 300 !important;
}

.menuitem3{
	width: 365px;
	margin: 0 0 0 -220px !important;
	z-index: 200 !important;
}
.menuitem4{
	width: 537px;
	margin: 0 0 0 -405px !important;
	z-index: 100 !important;
}

.menuitem2 a, .menuitem3 a, .menuitem4 a{
	padding: 0 10px 5px 0;
	text-align: right;
}

.menu{
	position: absolute;
	top: 3px;
	margin: 0;
	right: 10%;
	width: 20px;
	color: #616161;
	z-index: 5;
	font-size: 20pt;
	padding: 15px;
	cursor: pointer;
	display: none;
}

#menu li a{
	position: relative;
	display: block;
	width: auto;
	height: 30px;
	padding: 5px 8px;
	color: #616161;
	cursor: pointer;
	line-height: 42px !important;
    font-family: 'MyriadPro_Regular';
    font-weight: normal;
    font-size: 1.1em;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
 }

#menu li{
	position:relative;
	display: inline-block;
	top: 0;
	margin:0;
	padding:0;
	float:left;
}

#menu li:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 4px;
  background-color: #DE1D20;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#menu li:hover:after {
  width: 100%;
}


#menu .active{
	border-bottom: 4px solid #DE1D20;
	z-index: 999;
}

#menu .active a{
	font-size: 1.2em !important;
	color: #393939 !important;
}

.socialnet{
	width: 34px;
	height: 36px;
	position: absolute;
	top: 18px;
	right: 22px;
}

.socialnet .fb{
	background-color: #2757a1;
	display: block;
	height: 30px;
	width: 30px;
	text-align:center;
}

.socialnet .fb i, .socialnet .in i{
	color:#FFF;
	font-size: 20px;
	line-height: 32px;
}

.socialnet .in{
	background-color: #2757a1;
	display: block;
	height: 30px;
	width: 30px;
	vertical-align: top;
	display: inline-block;
	text-align:center;
}

/*--INICIO SLIDESHOW--*/

#content{
	width:100% !important; 
	min-height: 100%;
	position:absolute; 
	top: 0;
	background:#FFF; 
	overflow: hidden;
	background-size: cover !important;
	transition: all 1s ease-in;
}

/*--FIN SLIDESHOW--*/

section{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#section1{
	overflow: hidden;
}

#section2, #section4, #section5{
  
}

#section2{
	width: 100%;
	height: 100%; 
	background: url('../images/405.png')no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section3{
	width: 100%;
	height: 100%; 
	background: url('../images/wood.png')no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.message{
	position: absolute;
	bottom: 0px;
	height: 160px;
	width: 100%;
	background-color: #FFF;
	z-index: 3;
}

.messagecnt{
	max-width: 1200px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}

.messageimage1{
	width: auto;
	height: 317px;
	position: absolute;
	bottom: 0;
	left: 5%;
}

.messageimage2{
	width: 110px;
	height: 70px;
	position: absolute;
	top: 25px;
	right: 180px;
}

.messagetext1{
	position: absolute;
	top: 48px;
	left: 330px;
	display: block;
	text-align: center;
	width: 260px;
     font-family: 'Gill_Sans_MT-Regular';
    text-transform: uppercase;
    font-weight: normal;
    line-height: 30px;
	color: #FFF;
	font-size: 22pt;
}

.messagetext1 a, .messagetext1 a:hover, .messagetext1 a:active, .messagetext1 a:focus{
	color: #FFF;
	text-decoration: none;
	font-size: 23pt;
	font-family: 'Gill_Sans_MT-Bold';
}

.messagetext2{
	position: absolute;
	top: 25px;
	right: 280px;
	display: block;
	width: 180px;
	text-align: center;
    font-family: 'MyriadPro_Bold';
    font-size: 26px;
    text-transform: uppercase;	
    line-height: 32px;
    color: #4c4c4d;
}

.messagetext2 span{
	color: #f96d0d;
    font-size: 38px;
}

.messagetext2 label{
    font-size: 38px;
}

.aboutusmenu{
	position: absolute;
	left: 3%;
	top: 15%;
	width: 330px;
}

.cntgallery{
	position: relative;
	width: 85%;
	height: auto;
	margin: 80px auto 0 auto;
}

.cntgallery h2{
	position: relative;
	font-family: 'Gill_Sans_MT-Bold';
	font-size: 2.5em;
	color: #FFF;
	text-align: center;
	padding: 5px 8px;
	margin: 0 auto 15px auto;
	display: block;
	width: 550px;
	height: auto;
	background-color: #DE1D20;
	text-transform: uppercase;
}

.listphotos{
	list-style: none;
}

.listphotosli{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	height: auto;
	margin: 0 0 10px 0;
}

.listphotosli:hover .photofake1{
	transform: rotate(-4deg);
}

.listphotosli:hover .photofake2{
	transform: rotate(4deg);
}

.cntphoto, .photofake1, .photofake2{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 220px;
	overflow: hidden;
	text-align: center;
	background-color: #FFF;
	-webkit-box-shadow: -3px 4px 8px 0px rgba(50, 50, 50, 0.77);
	-moz-box-shadow:    -3px 4px 8px 0px rgba(50, 50, 50, 0.77);
	box-shadow:         -3px 4px 8px 0px rgba(50, 50, 50, 0.77);
	transition: all 0.2s linear;
}

.cntphoto:hover{
	transform: scale(1.02);
	transform: rotate(2deg);
}

.photo{
	position: relative;
	margin: 5px auto;
	width: 210px;
	height: 160px;
	overflow: hidden;
	text-align: center;
}

.photofake1, .photofake2{
	position: absolute;
	margin: 0;
	top: 4px;
	transform: scale(0.9);
}

.photofake1{
	left: 8%;
}

.photofake2{
	right: 8%;
}

.photofake1 span, .photofake2 span{
	position: relative;
	display: block;
	margin: 5px auto;
	width: 210px;
	height: 160px;
	background-color: #333;
}

.photo img{
	position: relative;
	left: 100%;
	margin-left: -200%;
	width: auto;
	height: 200px;
}

.cntphoto span{
	position: relative;
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 16px;
	font-size: 0.95em;
	color: #333;
	font-family: 'Gill_Sans_MT-Regular';
}

/*Servicios*/
.contentsrv, .menusrv{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.cntsrv{
	max-width: 1200px;
	height: auto;
	position: relative;
	top: 6%;
	left: 0;
	right: 0;
	margin: 40px auto 0 auto;
	padding: 0 40px;
}

.menusrv{
	width: 20%;
	height: auto;
}

.menusrv li a{
	display: block;
	width: 99%;
	padding: 15px 10px;
	margin: 5px 0;
	color: #DE1D20;
	text-align: center;
	font-family: 'Gill_Sans_MT-Bold';
	font-size: 18pt;
	background-color: #101010;
	text-transform: uppercase;
}

.menuactive, .menusrv li a:hover{
	opacity: 0.95 !important;
	background-color: #DE1D20 !important;
	color: #FFF !important;
}

.contentsrv{
	width: 72%;
	height: auto;
	margin: 0 0 0 18px;
	background: rgba(230, 231, 232, 0.5);
}

.imgsrv{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: auto;
	width: 39%;
	margin: 20px 2% 20px 0;
	overflow: hidden;
}

.imgsrv img{
	position: relative;
	display: inline-block;
	height: auto;
	width: 100%;
}

.txtsrv{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 52%;
	margin: 15px 2% 20px 2%;
    font-family: "MyriadPro_Regular";
    color: #313131;
	font-size: 11pt;
	text-align: justify;
}
/**/
/*Nosotros*/
.usimg{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 97%;
	width: 35%;
	background: url('../images/nosotros.png')no-repeat center center;min-height:100%;background-size:cover;
}

.cntus{
	position: absolute;
	width: 50%;
	left: 8%;
	top: 18%;
}

.cntus h3{
	font-family: "MyriadPro_Regular";
	font-size: 26pt;
	text-align: center;
	display: block;
	width: 100%;
	color: #f96d0d;
	text-transform: uppercase;
}

.cntus p{
	font-family: "MyriadPro_Regular";
	font-size: 13pt;
	text-align: justify;
	line-height: 24px;
	margin: 10px 0 30px 0;
	color: #787878;
}

/**/
/*Trabajos*/
.tablist{
	position: relative;
	list-style: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 220px;
	height: 85%;
	overflow-y: auto;
	background-color: rgba(249,130,30,0.5);
	padding: 10px;
	z-index: 100;
	transition: all .3s ease; 
}
.tablist li{
	display: block;
	background-color: #FFF;
	font-family: "MyriadPro_Regular";
	color: #787878;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	margin: 2px 0;
	line-height: 16px;
}
.tabselected, .tablist li:hover{
	font-family: "MyriadPro_SemiBold" !important;
	color: #000 !important;
}
.cntab{
	min-height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    position:absolute;
    top:-100%; bottom:-100%;
    left:-100%; right:-100%;
    margin:auto;
    display: none;
    transition: all 2s linear; 
}
/**/
.txtabout1, .txtabout2, .txtabout3, .txtabout4, .txtabout5, .txtabout6{
	display: block;
	cursor: pointer;
	width: 300px;
	height: 30px;
	padding: 0 7px;
	font-size: 17pt;
	position: relative;
	margin: 3px 0 3px 4%;
	font-family: 'MyriadPro_Regular';
    text-transform: uppercase;
    color:#f96d0d;
}

.selected{
	font-size: 18pt !important;
    font-family: 'MyriadPro_Bold' !important;
    font-weight: 500 !important;
}


.about1, .about2, .about3, .about6{
    width: 700px;
    height: auto;
    position: absolute;
    top: 15%;
    right: 6%;
}

.about4{
	width: 800px;
    height: auto;
    position: absolute;
    top: 15%;
    left: 30%;
    right: 0;
}

.about5{
	width: 800px;
    height: auto;
    position: absolute;
    top: 15%;
    left: 30%;
    right: 0;
}

#aboutcontact:hover{
	opacity: 1;
}

.contactmsg{
	display: none;
	width: 190px;
	height: 85px; 
	background: url('../images/contactomsg.png')no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#aboutcontact:hover .contactmsg{
	display: block;
	margin: 15px 0 0 288px;
}

.alignfooter{
	bottom: 300px !important;
}

.cntcatalogo{
	position: relative;
	width: 700px;
	height: auto;
	top: -80px;
	margin: 0 auto;
	color: #3d3d3d;
}

.cntcatalogo h4{
	font-size: 1.65em;
	font-family: 'MyriadPro_Italic';
	text-align: left;
	padding: 0 0 0 80px;
}

.cntcatalogo h4 span{
    font-family: 'MyriadPro_Italic';
	font-size: 1em;
}

.cntcatalogo h2{
	font-size: 10.3em;
	display: block;
	height: auto;
	margin: -50px 0 0 0;
	font-family: 'MyriadPro_Bold';
	text-align: center;
	text-transform: uppercase;
}


.cntcatalogo p{
	height: auto;
	font-size: 1.55em;
	font-family: 'MyriadPro_Italic';
	text-align: justify;
	line-height: 26px;
	word-spacing: 5px;
	margin: -40px 0 0 0;
}


.cntcontact{
	position: absolute;
	top: 13%;
	width: 700px;
	height: auto;
	left: 0;
	right: 0;
	margin: 0 auto;

}

.cntcontact h2{
	font-size: 6.6em;
	display: block;
	height: auto;
	font-family: 'MyriadPro_Bold';
	text-align: center;
	text-transform: uppercase;
}

.cntcontact form{
	margin: 20px 0 0 0;
}

.cntcontact form label, .cntcontact form input[typer="text"]{
	display: inline-block;
	vertical-align: top;
	font-family: 'MyriadPro_Regular';
}

.cntcontact form label{
	width: 280px;
	height: 45px;
	line-height: 45px;
	text-align: right;
	padding: 0 20px 0 0;
	text-transform: uppercase;
}

.cntcontact form input[type="text"]{
	width: 360px;
	height: 45px;
	margin: 2px 0;
	padding: 0 0 0 10px;
	color: #645952;
	font-family: 'MyriadPro_Regular';
	font-size: 14pt;
	outline: none;
	border: 0;
	background-color: #c1bdba;
}

.cntcontact form input::-webkit-input-placeholder, .cntcontact form textarea::-webkit-input-placeholder{
	color: #645952;
}

.cntcontact form input:-moz-placeholder, .cntcontact form textarea:-moz-placeholder{
	color: #645952;

}

.cntcontact form input::-moz-placeholder, .cntcontact form textarea::-moz-placeholder{
	color: #645952;

}

.cntcontact form input:-ms-input-placeholder, .cntcontact form textarea:-ms-input-placeholder{
	color: #645952;
}


.cntcontact form textarea{
	margin: 2px 0;
	background-color: #c1bdba;
	padding: 10px;
	width: 350px;
	height: 100px;
	resize:none;
	font-size: 1.35em;
	font-family: 'MyriadPro_Regular';
	outline: none;
	border: 0;
	color: #645952;
}

.cntcontact form input[type="submit"]{
	width: 370px;
	height: 50px;
	line-height: 50px;
	background-color: #DE1D20;
	color: #FFF;
	margin: -4px 0 0 304px;
	font-size: 20pt;
	font-family: 'MyriadPro_SemiBold';
	text-transform: uppercase;
	border: 0;
	outline: none;
	cursor: pointer;
}

.cntcontact form input[type="submit"]:hover{
	opacity: 0.8;
}

#map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 98%;
	z-index: 998;
}

#contenidomapa{
	position: relative;
}

.seemap{
	color: #DE1D20;
	width: 200px;
	height: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 2%;
	font-family: 'MyriadPro_SemiBold';
	font-size: 20pt;
	line-height: 5px;
	text-transform: uppercase;
}

.seemap i{
	position: absolute;
	font-size: 110pt;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-animation-name: move;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;

  animation-name: move;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}

@keyframes move {
  from { top: -20px;     }
  to   { top:  5px;   }
}

footer{
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0 !important;
	font-family: 'MyriadPro_Regular';
	font-size: 12px;
	background-color: #414042;
	color: #FFF;
	z-index: 999;
}

.ftext{
	font-family: 'MyriadPro_Regular';
	display: inline-block;
	vertical-align: top;
	width: 450px;
	height: 70px;
	padding: 22px;
	font-size: 10pt;
	line-height: 20px;
}

/*footer div{
	line-height: 15px;
	margin-top: 10px;
}*/

#f1{
	position: absolute;
	margin-right: auto;
	margin-left: 30px;
	width: 300px;

}

#f2{
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	width: 400px;
}
#f3{
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	right: 0;
	width: 200px;
}

.pwb-white-ftr{
	position: absolute;
	right: 10px;
	top: 40px;
	width: 150px;
	height: 70px;
	color: #FFF;
    font-family: 'MyriadPro_SemiBold';
}


.pwb-white-ftr label{
	padding: 0 0 0 40px;
	font-size: 14pt;
}

.pwb-white-ftr a{
	color:  #FFF;
	display: block;
	width: 145px;
	height: 30px;
	margin: -3px 0 0 0;
	font-size: 14pt;
	font-weight: normal;
}
.msjEliminar{

	width: 300px;
	height: 150px;
	border:solid;
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 99999;
   	
}
.msjEliminar >*{

	z-index: 2000;
}


.bntCerrar{
	width: 26px;
	height: 25px;
	color:white;
	background-color: red;
	text-align: center;
	float:right;
	margin:0;
	font-family: 'MyriadPro_Regular';
	font-size: 18px;
}
.title{
	float:left;
	font-size: 21px;
	text-align: center;

}


.titulo{
	width: 299px;
	border-bottom:solid;
	display: inline-block;
}
.btnAceptar,.btnCancelar{
	cursor: pointer;
	width: 140px;
	height: 45px;
	border:none;
	color: white;
	font-family: 'MyriadPro_Regular';
	font-size: 21px;

}
.btnAceptar{

	background-color: #ff682f;
}
.botones{
	
	text-align: center;
}

.txtMensaje{
	font-family: 'MyriadPro_Regular';
	font-size: 21px;
	text-align: center;
}
.fondomsj{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
   	transition: all 1s ease;

}
.titulo{
	font-family: 'MyriadPro_Regular';
	font-size: 21px;
	text-align: center;
}

.representaciones{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 70%;
	height: 65px;
	z-index: 3;
	background-color: #FFF;
}

.marquee0{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 97%;
	height: 60px;
}

.marquee0 img{
	width: auto;
	height: 60px;
	margin: 0 5px;
}

.imagen_about1{
	width: auto;
	height: 70%;
	position: absolute;
	top: 20%;
	right: 45%;
}

.nppls_about1{
	display: block;
	width: 100%;
	line-height: normal;
	font-family: "MyriadPro_SemiBold";
	text-align: right;
	font-size: 30.5pt;
	color: #414042;
}

.txtSeguridad{
	font-family: "MyriadPro_SemiBold";
	font-size: 60pt;
	text-align: right;
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
	color: #414042;
	line-height: normal;
}

.txtRegreses{
	font-family: "MyriadPro_SemiBold";
	font-size: 25pt;
	line-height: 40px;
	display: block;
	width: 50%;
	height: auto;
	margin: -5px auto 0 46%;
	text-align: center;
	color: #414042;
}

.txtDetalle_about1{
	font-family: "MyriadPro_Regular";
	font-size: 18pt;
	text-align: right;
	color: #414042;
	margin: 50px 0 0 0;
}

.msjeVerCatalogo{
	background-color: #F47B29; 
	width: 230px; 
	height: 50px; 
	z-index: 1000; 
	position: fixed; 
	display: none;
	cursor: pointer;
	bottom: 0; 
	color: #FFF;
	font-family: 'Gill_Sans_MT-Regular';
	font-size: 16pt;
	line-height: 20px;
	left: 2%;
	border-radius: 12px 12px 12px 12px;
	padding-top: 15px; 
}

.msjeVerCatalogo span{
	font-family: 'Gill_Sans_MT-Bold';
}

.circulos{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 972px;
	height: auto;
	top: 18%;
}

.cntcirculo{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: 250px;
	margin: 0 0 30px 0;
}

.cntcirculo span{
	text-align: center;
	display: block;
	width: 70%;
	font-family: 'MyriadPro_Regular';
	font-size: 13pt;
	position: relative;
	margin: 0 auto;
	height: auto;
	color: #444345;
	text-transform: uppercase;
}

.imagenc{
	width: 202px;
	height: 202px;
	display: block;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
}

.worker2{
	position: absolute;
	bottom: 0;
	left: 30%;
	width: auto;
	height: 70%;
}

.txtNosotros{
	position: absolute;
	top:0;
	right: 0;
	color:black;
	font-family: 'MyriadPro_Regular';
	width: 500px;
}

#ns{
	font-size: 30pt;
	font-family: "MyriadPro_SemiBold";
	color:#414042;
	margin: 0 0 0 300px;

}

#ei{
	font-size: 60pt;
	font-family: "MyriadPro_SemiBold";
	color:#414042;
	text-align: right;
	margin: 0 0 0 220px;
}

#textoNosostros{
	position: relative;
	text-align: right;	
	width: 100%;
	font-size: 18pt;
	color:#5D5D5D;
	margin: 50px 0 0 0;
	font-family: "MyriadPro_Regular";
}

#textoNosostros span{
	font-family: "MyriadPro_Italic";
}

/*********MISION*********/
#nuestramision{
	position: relative;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'MyriadPro_Regular';
	font-size: 60pt;
	width: 100%;
	color:#414042;
	font-weight: bolder;

}

#textoMision{
	position: relative;
	width: 550px;
	font-family: 'MyriadPro_Regular';
	right: 0;
	text-align: right;
	font-size: 18pt;
	margin: 50px 0 0 0;
	width: 100%;
	color: #5D5D5D;
}


#textoMision span{
	font-family: "MyriadPro_Italic";
}

.imgHerramientas{
	position: absolute;
	right: 32%;
	top: 44%;
	width: auto;
	height: 45%;
}

/************Visión**************/

#nuestravision{
	position: relative;
	text-align: right;
	display: block;
	width: 100%;
	font-size: 60pt;
	color:#414042;
	font-family: 'MyriadPro_SemiBold';
}
.txtVision{
	position: relative;
	text-align: left;
	font-family: 'MyriadPro_Regular';
	font-size:18pt;
	color: #5D5D5D;
	margin: 50px 0 0 0;
}

.txtVision span{
	font-family: 'MyriadPro_Italic';
}

#trabajador3{
	position: absolute;
	right: 6%;
	bottom: 0;
	width: auto;
	height: 60%;
}


/************Historia***************/
.nuestrahistoria{
	position: relative;
	color:black;
	font-size: 60pt;
	font-family: 'MyriadPro_SemiBold';
	color:#414042;
	display: block;
	width: 100%;
	text-align: center;
}

#trabajador4{
	position: absolute;
	width: auto;
	height: 72%;
	right: 2%;
	bottom: 0;
}

#txthistoria{
	position: relative;
	font-family: 'MyriadPro_Regular';
	font-size: 17pt;
	color:#5D5D5D;
	margin: 50px 0 0 0;
}
/************Servicios****************/
#imgServicios{
	position: absolute;	
	width: auto;
	height: 45%;
	top: 34%;
	left: 35%;
}

.txtServicios{
	position: relative;
	font-family: 'MyriadPro_Regular';
	font-size: 18pt;
	text-align: right;
	color:#5D5D5D;
	margin: 70px 0 0 0;
}

#nuestrosservicios{
	position: relative;
	right: 0;
	font-family: 'MyriadPro_Regular';
	font-size: 60pt;
	color: #414042;
	font-weight: 600;
}

#contactanos{
	font-size: 60pt; 
	font-family:'MyriadPro_SemiBold'; 
	text-align: center;
	color: #414042; 
}

#frmContactanos label{
	font-family: 'MyriadPro_SemiBold';
	font-size: 14pt;
	color: #414042;
}
