@charset "utf-8";
/* CSS Document
--------------------------------------------------------------
Esteban Muñoz
--------------------------------------------------------------*/
*{ 	margin:0px;
	padding:0px;
   }
body{
	background-color:#313131;
	background-image:url(../images/general/bkg.jpg); 	
	background-repeat:repeat-x;
   	font-family:Tahoma;
   	color: #FFF;
   	font-size:11px;
	}
	
.body-form{
	background-color:#313131;
	background-image:url(../images/general/bkg_form.jpg);
	background-repeat:repeat-x;
	}
	
	
	
/*img{ behavior: url(js/iepngfix.htc);}*/
/*--------------------------------------------------------------
estilos generales
--------------------------------------------------------------*/

#wrapper { 
   width:100%;
   margin:0px auto;
}

/*--------------------------------------------------------------
estilos Head
--------------------------------------------------------------*/

#heat {
   width:100%;
   height:120px;
   border-bottom:#141414 solid 1px;}
 
#heat_left{ 
   width:40%;
   float:left;
  }
		  
	#heat_right_menu{
	border-bottom:#141414 solid 1px;
	border-top:#141414 solid 1px;
	height:25px;
	margin-top:48px;
	width:320px;float:right;}
				    
	#heat_right_menu ul {
	list-style:none;
	margin:0;
	padding:0;}
		  
     #heat_right_menu  li {
	 float:left;
	 width:78px;
	 margin:0;
	 padding:0;
	 text-align:center;}
		  
	#heat_right_menu  li a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
					 }
		  
	#heat_right_menu li a {
	background:url(../images/general/bg3.jpg) repeat 0 0;}
	
	#heat_rightli a:hover {
	background-position:50px 0;
	}
		   
	#c a {background:url(bg3.jpg) repeat 0 0; color:#FFF}
	
/*--------------------------------------------------------------
estilos contenido
--------------------------------------------------------------*/

#containt_left{		
	width:30%;
	float:left;
					}
#containt_left h1{
	font-weight:normal; 	
	font-size:20px; 
	color: #FFF; 
	margin:30px 15% 0px 5%;
	padding:5px 0px 5px 0px;
	border-bottom:#202020 1px solid; 
					}
#containt_left p{ 	
	margin-left:5%; 
	margin-right:15%;
	padding-top:10px;
			}
#containt_right{ 	
	width:70%;float:left;
	height:auto; overflow:auto;
					}
#containt_footer{ 	
	width:100%; clear:both;
	background-color: #666;
	text-align:right;
	color:#CCC;}
					
#containt_footer p { 
	padding:5px 10px 5px 10px;
			}
#containt_footer p img{ 
	padding:0px 3px 0px 0px;
			}
/*--------------------------------------------------------------
estilos Mparallax
--------------------------------------------------------------*/
#parallax { 
	height:355px; 
	overflow:hidden; 
	position:relative; 
	width:100%; 
	margin:0 auto; 
	clear:both;
	}
#parallax img.tl { 
	left:0; 
	position:
	absolute; top:0; 
	}
#parallax img.tr { 
	right:0; 
	position:absolute; 
	top:0; 
	}
#parallax img.bl { 
	left:0; 
	position:absolute; 
	bottom:0; 
	}
#parallax img.br { 
	right:0; 
	position:absolute; bottom:0; 
	}
.st { 
	color:#489A1B; 
}
#parallax td.gt span { 
	font-size:1.1em; 
	}
#parallaxtd.ft span { 
	font-size:1em; 
	}
#parallax hr { 
	background-color:#ccc; 
	color:#ccc; height:1px; 
	border:0; width:748px; 
	margin:20px auto; }
  
  /*--------------------------------------------------------------
estilos carousel
--------------------------------------------------------------*/
.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 90%;
	height: 310px;
}
.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}
.panel{
	float: left;
	overflow: hidden; 
	margin: 10px;
	width: 400px;
	height: 280px;
	color:#4B4842;
	margin:10px 20px 10px 20px;
}
.panel p{
	padding:5px;
	text-align: left;
	color:#FFF;
}
.panel h1{
	font-size:20px;
	color:#FFF; font-weight:normal;
	border-bottom: #202020 1px solid;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px; 
}
.panel h2{
	font-size:11px; font-weight:normal;
	color: #FFF; background-color:#121212;
	border-bottom: #CCCCCC 1px solid;
	padding:5px;
	margin-bottom:5px;
}
.panel h2 a, a:visited, a:link, a:active{
	font-size:11px; font-weight:normal;
	color: #FFF;
	text-decoration:none;
}
.panel h2 a:hover{
	font-size:11px; font-weight:normal;
	color: #CCCCCC;
	text-decoration:none;
}
.panel h3 {
	font-size:30px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	line-height: 28px;
}
#form{
	margin:5px;
}
#camp1{ float:left;
		width:290px;
		color:#FFF;
}
#camp{
	width:130px;
	float: left;
	margin: 0 10px 0 0;
}

#camp input{
	border:#33322F solid 1px;
	background-color:#131313;
	color:#FFF; font-size:11px;
	padding:5px 0 0 5px ; width:125px;
	height:20px;
	}
	
#camp2{
	width:270px;
	float: left;
}
#camp2 input{
	border:#33322F solid 1px;
	background-color:#161616;
	color:#FFF; font-size:11px;
	padding:5px 0 0 5px ; width:265px;
	height:20px;
	}
#camp3{ 
	float:left;
	width:95px;
}
#camp3 input{
	border:#3F3C38 solid 1px;
	background-color:#FFF;
	color:#3F3C38; font-size:35px;
	font-weight:bold; height:67px; 
	width:95px; margin:13px 0 0 0;
	}
#download{
	width:400px;
	clear:both;
	padding-top:15px;
	}
	#download img{
	border:0;
	}
	#download_file{
		width:270px;
		float:left;
		}
	#download_link{
		width:120px;
		height:27px;
		float:left;
		background-color:#3F3B38;
		color:#FFF;
		padding:5px 0 0 5px;
		}
	#download_link a, a:link, a:visited {
		color:#FFF; text-decoration:none;
		}
		#download_link a:hover {
		color:#999; text-decoration: underline;
		}
	#download_design{
		width:270px;
		float:left;
		text-align:right;
		color:#FFF;
		font-size:11px;
		padding:0 5px 0 0;
		}
	#download_date{
		width:120px;
		color:#CCC;
		float:left;
		text-align:left;
		padding:0 5px 0 0;
		}
		
		#links{
		width:400px;
		clear:both;
		}
		#links a{
		width:185px;
		float:left;
		margin:5px 5px 0 0;
		padding:5px 0 5px 5px;
		color:#FFF;
		border:#33322F 1px solid;
		}
		#links a:hover{
		width:185px;
		float:left;
		margin:5px 5px 0 0;
		padding:5px 0 5px 5px;
		color:#CCC;
		border:#33322F 1px solid;
		background-color:#3F3A38;
		}
.stepcarousel .panel span{
	padding:5px;
	text-align:right;
}
.stepcarousel img{
	float:left;
	margin:0px 10px 0px 0px;
	border:1px solid #121212;
			}
.stepcarousel .panel ul li{
	margin:0px 5px 0px 20px;
	padding:0px;
	list-style-position: inside;
}

  /*--------------------------------------------------------------
zoom
--------------------------------------------------------------*/
.zoom_title{
	width:900px;
	margin: 0px auto 10px auto ;
	}
.zoom_h1{
	border-bottom:1px solid #666;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	padding:0 0 5px;
	text-transform:uppercase;
	text-align:left;
	float:left;
	width:800px;
}
.zoom_a{
	float:right;
	background-color:#FFF;
	color:#000;
	padding:3px 5px 3px 5px;
	}
.zoom-client{
	width:900px;
	margin: 10px auto 10px auto ;
	text-align:left;
	border-bottom:#666 1px solid;
	height:50px;
	}
.zoom-client-tec{
	width:200px;
	float: left;
	}
.zoom-client-tec b{
	color:#666;
	font-weight: bold;
	}	
.zoom-client-inf{
	width:600px;
	float: left;
	}
#zoom_01{
	clear:both;
	height: 760px;
	display: none;
	text-align:center;
}
#zoom_02{
	clear:both;
	height: 760px;
	display: none;
	text-align:center;
}
#zoom_03{
	clear:both;
	height: 760px;
	display: none;
	text-align:center;
}
#zoom_04{
	clear:both;
	height: 760px;
	display: none;
	text-align:center;
}
#zoom_05{
	clear:both;
	height: 760px;
	display: none;
	text-align:center;
}
#zoom_06{
	clear:both;
	height: 1300px;
	display: none;
	text-align:center;
}
#zoom_07{
	clear:both;
	height: 760px;
	display: none;
	text-align:center;
}
#zoom_08{
	clear:both;
	height: 760px;
	display: none;
	text-align:center;
}
.btn_zoom_01{
	clear:both;
	font-size:15px;
	padding: 10px 0px 0px 0px;
	}
	
.btn_zoom_02{
	clear:both;
	font-size:15px;
	padding: 10px 0px 0px 0px;
	}
.btn_zoom_03{
	clear:both;
	font-size:15px;
	padding: 10px 0px 0px 0px;
	}
.btn_zoom_04{
	clear:both;
	font-size:15px;
	padding: 10px 0px 0px 0px;
	}
.btn_zoom_05{
	clear:both;
	font-size:15px;
	padding: 10px 0px 0px 0px;
	}
.btn_zoom_06{
	clear:both;
	font-size:15px;
	padding: 10px 0px 0px 0px;
	}
.btn_zoom_07{
	clear:both;
	font-size:15px;
	padding: 10px 0px 0px 0px;
	}
.btn_zoom_08{
	clear:both;
	font-size:15px;
	margin: 10px 0px 0px 0px;
	}