
body{
    padding:0;
    height:100%; /* this is the key! */
	overflow:hidden;
	font-family:Arial;
	font-size:12px;
	margin:0;
	color:#fff;
}

ul{
    padding:0;
    
	
	margin:0;
	
}
img {
	border:0!important;
}
#left {
position:absolute;
left:15%;
top:0;
width:190px;
height:100%; /* works only if parent container is assigned a height value */
z-index:2;
background:url(../images/pats/black.png) repeat;
-webkit-animation: slideOutLeft 2.5s ease-in-out 0.3s backwards;
	-moz-animation: slideOutLeft 2.5s ease-in-out 0.3s backwards;
	-o-animation: slideOutLeft 2.5s ease-in-out 0.3s backwards;
	-ms-animation: slideOutLeft 2.5s ease-in-out 0.3s backwards;
	animation: slideOutLeft 2.5s ease-in-out 0.3s backwards;
	min-height:650px;

}
.content {
margin-left:15%;
margin-top:85px;
margin-bottom:20px;
background:url(../images/pats/black2.png) repeat;
padding: 0px 10px 10px 200px;
height:210px;
z-index:2;
-webkit-animation: slideOutRight 2.5s ease-in-out 0.6s backwards;
	-moz-animation: slideOutRight 2.5s ease-in-out 0.6s backwards;
	-o-animation: slideOutRight 2.5s ease-in-out 0.6s backwards;
	-ms-animation: slideOutRight 2.5s ease-in-out 0.6s backwards;
	animation: slideOutRight 2.5s ease-in-out 0.6ss backwards;
	z-index:2!important;
}


.content img {
	margin:10px 0 0  50px;
}

.content-2 {
	margin-left:15%;
margin-top:85px;
margin-bottom:20px;
padding: 0px 10px 10px 200px;
height:auto;
z-index:2;
min-width:700px;
-webkit-animation: slideOutRight 2.5s ease-in-out;
	-moz-animation: slideOutRight 2.5s ease-in-out;
	-o-animation: slideOutRight 2.5s ease-in-out ;
	-ms-animation: slideOutRight 2.5s ease-in-out;
	animation: slideOutRight 2.5s ease-in-out ;
}

#left p {
padding:0 10px;
}

p.top {
margin-top:20px;
}


.main{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	z-index:-1;
	overflow:hidden;
}

.logo {
	float:left;
	position:relative;
	background:url(../images/pats/logo.jpg) no-repeat #e9e9e9;
	width:190px;
	height:220px;
	margin-bottom:20px;
}





ul.menu
{
   list-style:none;
   float:left;
   width:190px;
}
ul.menu li
{
   position:relative; /* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
   width:170px;
   text-align:center;
   border-bottom:1px solid #333;
   padding: 0;
   margin:0px 10px;

}
ul.menu li div
{
	margin:15px 0;
}
ul.menu li  a{
      width:170px;
	   color:#fff;
	   text-decoration:none;
   padding:10px 0;


}



ul.menu li a div:hover{
	width:190px !important;
	 margin: 15px 0!important;
   background:#eee;
   color:#333;
   left:-10px;
   position:relative;

}

ul.menu li div:hover > ul.menu li{
	width:190px!important;
	margin:0px;

}

ul.menu li ul {
	background:url(../images/pats/black.png) repeat;

}
ul.menu li ul li
{
   position:relative; /* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
   width:170px;
  
   text-align:center;
}


ul.menu li ul li a div:hover{
	width:190px !important;
	 margin: 15px 0!important;
   background:#eee;
   color:#333;
   left:-10px;
   position:relative;

}
ul.menu ul
{
   position:absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
   left:180px; /* Para que no monte sobre el <li> */
   top:-60px;
   display:none;
   margin:0px;
   list-style:none;
}

ul.menu .industrial
{
   position:absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
   left:180px; /* Para que no monte sobre el <li> */
   top:-340px;
   display:none;
   margin:0px;
   list-style:none;
}
ul.menu li:hover > ul
{
   display:block;
}
.noline {
	border-bottom:0px!important;
}

.title {
	font-family:"lane_-_narrowregular";
	font-size:80px;
	text-align:right;
	margin:0px  0 0 50px;
	min-width:700px;
	float:left;

	
}
.title2 {
	font-family:"lane_-_narrowregular";
	font-size:80px;
	text-align:right;
	margin:-30px  0 0 50px;
	min-width:700px;
	border-bottom:2px solid #fff;
	color:#eee;
	float:left;
	clear:left;

	
}

.title3 {
	font-family:"lane_-_narrowregular";
	font-size:67px;
	text-align:right;
	margin:0px  0 0 50px;
	min-width:700px;

	
}
.title4 {
	font-family:"lane_-_narrowregular";
	font-size:67px;
	text-align:right;
	margin:-25px  0 0 50px;
	min-width:700px;
	border-bottom:2px solid #f00;
	color:#eee;
	height:70px;
	float:left;

	
}

.title_final {
	font-family:"lane_-_narrowregular";
	font-size:48px;
	text-align:right;
	margin:5px 0 0 50px;
	min-width:700px;
	color:#eee;
	height:70px;
	float:left;

	
}

.title_final .span {
	font-family:"lane_-_narrowregular";
	font-size:20px;
	text-align:right;
	max-width:150px;
	color:#eee;
	height:auto;
	float:left;
	position:relative;
	line-height:20px;
	margin:10px 5px 0 0;
   float:left;
	
}
.clear {clear:left;}
.title_final .span2 {
	float:left;

	
}
.sub_main {
	font-size:11px;
	text-align:right;
	min-width:700px;
	float:left;
	
}

.main_textos {
	float:right;
	position:relative;
	padding:15px 10px 10px 8px;
	height:122px;
	text-align:left;
	vertical-align:baseline;
	
}
.main1{
	background:url(../images/pats/cliente.png) no-repeat;
	width:98px;
	
} 
.main2{
	background:url(../images/pats/dimensiones.png) no-repeat;
	width:122px;
	
} 
.main3{
	background:url(../images/pats/area.png) no-repeat;
	width:83px;
	
} 
.main4{
	background:url(../images/pats/descri.png) no-repeat;
	width:316px;
	
} 
.sub_title {
	font-size:11px;
	text-align:right;
	padding:0   0 0 50px;
	min-width:700px;
	margin:5px 0;
	float:left;
		clear:left;

}


.certificaciones {
	background:url(../images/pats/black2.png) repeat;

	width:170px;
	height:100px;
	position: absolute;
	bottom:0px;
	padding:5px 10px;
	
}
.certificaciones p {
	margin:5px 0px;
	border-bottom:1px solid #333;
    font-size:9px;
	color:#555;
}
.certificaciones img {
	margin: 0px  0 10px 0 ;
	
}
.foto2 {
	position:absolute;
	right:0px;
	bottom:0px;
	width:700px;
	height:400px;
	background:url(../images/pics/nosotros-2.png) no-repeat;
}
.foto3 {
	position:absolute;
	right:0px;
	bottom:0px;
	width:655px;
	height:506px;
	background:url(../images/pics/constr.png) no-repeat;
}


.foto4 {
	position:absolute;
	left:15%;
	bottom:0px;
	width:342px;
	height:467px;
	margin-left:150px;
	background:url(../images/pics/contact_2.png) no-repeat;
}
.content-2 .main_content {
	float:left;
	position:relative;
	width:300px;
	margin-left:50px;
	height:1uto;
	padding:10px 0 ;	
}
.content-2 .main_content2 {
	float:left;
	position:relative;
	width:600px;
	margin-left:50px;
	height:1uto;
	padding:10px 0 ;	
}

.content-2 .main_content3 {
	float:left;
	position:relative;
	width:500px;
	margin-left:50px;
	height:1uto;
	padding:10px 0 ;	
}

.content-2 .main_content3 p{
	padding-left:100px;

}

.content-2  .titles {
	font-family:"lane_-_narrowregular";
	font-size:50px;
	text-align:left;
	min-width:300px;
	border-bottom:2px solid #f00;
	color:#f00;
	margin-bottom:10px;

	
}
.content-2  p {
	font-size:12px;
	color:#333;
	text-align:justify;
	margin:0px;
	
}





/* images */




#header {
	height: 60px;
	padding-top: 20px; padding-bottom: 20px;
	text-align: center;
	background: #405580;
}
#header h1 {
	margin: 0 auto;
	min-width: 100%;
	max-width: 100%;
}


.gallery { max-width: 100%; z-index:-1; }


.gallery { margin: 0 auto; height:100%; position:absolute; top:0; bottom:0; left:0; right:0;
}
.gallery .slides {
	display: block;
	position: relative;
	overflow: hidden;
	height:100%;

}
.gallery ul.main_g li{
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	overflow: hidden;
	height:100%; 

}
.gallery .slides li img {
	display: block;
	width: 100%;
	max-width: 100%;
	height:auto;
	
	min-width:1280px!important;
	position:absolute;
	bottom:0;
}
.gallery .slides li.active { display: block; position: relative; }
.gallery .crop li img { width: auto; }

.gallery .pager {
	height: 40px;
	text-align: center;
	position:absolute;
	right:200px;
	bottom:20px;
}
.gallery .pager li { display: inline-block; }
.gallery .pager li a,
.gallery .pager li a span {
	display: block;
	height: 10px;
	width: 10px;
}
.gallery .pager li a {
	padding: 18px 8px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.gallery .pager li a span {
	overflow: hidden;
	background: #333;
	text-indent: -9999px;
-webkit-border-radius: 5px;
   -moz-border-radius: 52px;
	border-radius: 5px;
}
.gallery .pager li.active a span { background: #eee; }
/* fin */

.timer {
	cursor:pointer;
	color:#fff;
}

	.timer img {
		margin-left:40px;
	}
	#time {
		position:absolute;
		left:50px;
		     background:url(../images/pats/clock_bg.png) no-repeat top center;

	}
.hora {
	float:left;
	position:relative;
	width:auto;
	clear:left;
	height:40px;
	padding-top:10px;
	width:200px;

}
.hora ul {
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
	z-index:9999;
}

.hora ul li {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px 5px;
	float:left;
	position:relative;
	height:25px;
	width:80px;
	text-align:center;
	
}

.hora ul li span{
	position:relative;
	height:13px;
	width:auto;
	font-size:13px;
	top:0px;
	float:left;


}

#current {
	width: auto;
	height: 20px;
}

#current #temp {
	font-size: 13px;
	font-style: normal;
	padding:3px 3px 0 0px!important;
	color:#f1f1f1;
	float:left;
	position:relative;
}

#current #temp_icon {
	float:left;
	position:relative;
	padding:0  0 0px 5px!important;
}


.clear {
clear:left;
}



.codrops-top{
	line-height: 20px;
	font-size: 10px;
	background: #f31f19;
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	box-shadow: 3px 0px 2px #444;
	-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-moz-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-o-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-ms-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	animation: slideOut 0.5s ease-in-out 0.3s backwards;
	z-index:0;
}
.codrops-top a{
	padding: 0px 10px;
	color: #fff;
	display: block;
	float: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-decoration:none;
}
.codrops-top a:hover{
color:  #333;
    text-shadow: 0 1px 0 #;

}
.codrops-top span.right{
	float: right;
	margin-right:150px;
}
.codrops-top span.right a{
	float: left;
	display: block;
}



#codrops-demos a:hover{
	background: #ddd;
	color: #000;
}
#codrops-demos a.current-demo,
#codrops-demos a.current-demo:hover{
	background: #000;
	color: #fff;
	cursor: default;
}

@-webkit-keyframes slideOut{0%{top:-30px; opacity: 0;}100%{top:0px; opacity: 1;}}
@-moz-keyframes slideOut{0%{top:-30px; opacity: 0;}100%{top:0px; opacity: 1;}}
@-o-keyframes slideOut{0%{top:-30px; opacity: 0;}100%{top:0px; opacity: 1;}}
@-ms-keyframes slideOut{0%{top:-30px; opacity: 0;}100%{top:0px; opacity: 1;}}
@keyframes slideOut{0%{top:-30px; opacity: 0;}100%{top:0px; opacity: 1;}}

@-webkit-keyframes slideOutLeft{0%{top:-100%; opacity: 0;}100%{top:0px; opacity: 1;}}
@-moz-keyframes slideOutLeft{0%{top:-100%; opacity: 0;}100%{top:0px; opacity: 1;}}
@-o-keyframes slideOutLeft{0%{top:-100%; opacity: 0;}100%{top:0px; opacity: 1;}}
@-ms-keyframes slideOutLeft{0%{top:-100%; opacity: 0;}100%{top:0px; opacity: 1;}}
@keyframes slideOutLeft{0%{top:-100%; opacity: 0;}100%{top:0px; opacity: 1;}}

@-webkit-keyframes slideOutRight{0%{left:-100%; opacity: 0;}100%{left:0px; opacity: 1;}}
@-moz-keyframes slideOutRight{0%{left:-100%; opacity: 0;}100%{left:0px; opacity: 1;}}
@-o-keyframes slideOutRight{0%{left:-100%; opacity: 0;}100%{left:0px; opacity: 1;}}
@-ms-keyframes slideOutRight{0%{left:-100%; opacity: 0;}100%{left:0px; opacity: 1;}}
@keyframes slideOutRight{0%{left:-100%; opacity: 0;}100%{left:0px; opacity: 1;}}



.line {	border-bottom:2px solid #f00;margin-bottom: 10px;}




#main_content {
	
	width:1080px;
	margin:0 auto;
	height:100%;
	
}





.gallery .pager {
	display:block;
}
.gallery .slides li img, .gallery ul.main_g img  {
	display: block;
	width: 100%;
	max-width: 100%;
	height:auto;
	
	min-width:1280px!important;
	position:absolute;
	bottom:0;
}
.gallery .slides  li {
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	overflow: hidden;
	height:100%; 

}

ul.menu ini{
	width:190px!important;
	margin:0px;

}


#uno,#dos{cursor:pointer;}
.overlay {
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background: url(../images/pats/black.png) repeat;
	
  z-index:99;
  text-align:center;
  vertical-align:middle;
}
	.overlay .image_over {
		width:906px;
		height:609px;
				margin:10% auto!important;

	}
	.overlay img{
	}
	.close, .close2 {
		position:relative;
		float:right;
		cursor:pointer;
		right:-10px;
		top:10px;
		width:28px;
		height:27px;
		background:url(../images/pats/close.png) no-repeat;
	}
	
	
	.redes {
		float:left;
		position:relative;
		clear:left;
		margin:50px 20px 0 20px;
		padding:0;
		width:150px;
	}
	
	.redes li{
		float:left;
		position:relative;
        list-style:none;
		margin:0;
		padding:0;
		width:50px;
		text-align:center;
	}
	
	.redes a{
		mborder:0;
		text-decoration:none;
	}
	