/**/

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html, body {width:100%; padding:0; margin:0; height:100%;}

body {
	font-family: Arial, Helvetica, sans-serif ; 	 
	font-size:14px; 
	line-height:22px;
	color:#999999;
	
	min-width:960px;
	}
.main{width:100%;height: auto; min-height:100%;}
.div-main{
	width:940px;
	margin:0 auto;
	}
/***********************************************************************/
/*================================>Block-classes<==========================*/
.txt-dec-n{text-decoration:none !important;}
.txt-dec-u{text-decoration: underline;}
.txt-up-n{text-transform:none !important;}
.txt-up{text-transform:uppercase;}
.txt-al{text-align:center;}
.bold{font-weight:bold;}
.font-18{
	font-size:18px;
	display:inline-block;
	}
	.font-18 span{
		display:block;
		margin:-2px 0 0 0;
		}
		
.faq{
	font-size:18px;
	display:inline-block;
	color:#036;
	}
	.faq span{
		display:block;
		margin:-2px 0 0 0;
		}

.col{color:#454545;}
.col-1{color:#999999;}

.hov:hover{color:#59baf3 ;}

.border-none{border: none !important;}
.bg-none{background: none !important;}

.dis-block{display: block;}
.dis-inblock{display: inline-block;}

.marg-left-0{margin-left:0 !important;}	
.marg-right-0{margin-right:0 !important;}
.marg-left-right-0{margin-left:0 !important; margin-right:0 !important;}
.last-mbot{margin-bottom:0 !important;}	
.last-pbot{padding-bottom: 0 !important;}
.last-mpbot{margin-bottom:0 !important;padding-bottom:0 !important;}

.link{
	display:inline-block;
	color:#59baf3;
	text-decoration:underline;
	}
	.link:hover{
		color:#000;
		text-decoration:underline;
		}
/*===============================>Indent<==================================*/
.top{margin-top: 4px;}
.top-1{padding-top:16px;}

.bot{margin-bottom: 19px;}
.bot-1{margin-bottom:23px;}
.bot-2{margin-bottom:51px;}
.bot-3{margin-bottom:6px;}
.bot-4{margin-bottom:30px;}
.bot-5{margin-bottom:66px;}

.right{padding-right: 24px;}
.right-1{margin-right:20px;}
.right-2{margin-right:15px;}
.right-3{margin-right:9px;}
/*================================link-button===============================*/
a {text-decoration:none; cursor:pointer;}
a:hover {text-decoration:none;}
p{
	padding-bottom:22px;
	text-align:justify;
}

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

.button{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 16px;
	padding:12px 18px 10px 30px;
	background: url(../images/bg-button.jpg) 0 0 repeat-x #ebebeb; 
	color:#1e2c35;
	position:relative;
	border-radius: 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.14);
	}
.button span{
			display:block;
			position:absolute;
			background: url(../images/button-span.png) 0 0 no-repeat;
			width:6px;
			height:5px;
			top:18px;
			left:16px;
			}
		.button:hover{
			background:#343433;
			color:#fff;
			}
.button-1{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 16px;
	padding:11px 18px 11px 30px;
	background: #116ec5; 
	color:#fff;
	position:relative;
	border-radius: 30px;
	}
	.button-1 span{
			display:block;
			position:absolute;
			background: url(../images/button-span-1.png) 0 0 no-repeat;
			width:6px;
			height:5px;
			top:17px;
			left:16px;
			}
		.button-1:hover{
			background: url(../images/button-1-hov.jpg) 0 0 repeat-x #116ec5;
			color:#fff;
			}
			
			
.button-2{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 16px;
	padding:11px 18px 11px 30px;
	background: #116ec5; 
	color:#fff;
	position:relative;
	border-radius: 30px;
	clear:both;
	float: left;
	left: 100px;

	}
	.button-2 span{
			display:block;
			position:absolute;
			background: url(../images/button-span-1.png) 0 0 no-repeat;
			width:6px;
			height:5px;
			top:17px;
			left:16px;
			}
		.button-2:hover{
			background: url(../images/button-1-hov.jpg) 0 0 repeat-x #116ec5;
			color:#fff;
			}

	.button-3{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 16px;
	padding:11px 18px 11px 30px;
	background: #116ec5; 
	color:#fff;
	position:relative;
	border-radius: 30px;
	clear:both;
	float: left;
	left: 440px;
	}
	.button-3 span{
			display:block;
			position:absolute;
			background: url(../images/button-span-1.png) 0 0 no-repeat;
			width:6px;
			height:5px;
			top:17px;
			left:16px;
			}
		.button-3:hover{
			background: url(../images/button-1-hov.jpg) 0 0 repeat-x #116ec5;
			color:#fff;
			}
		
			

/******************************************************************/
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.wrapper, .wrapper-extra, .extra-wrap{overflow:hidden;}
.wrapper-after:after{
 clear:both;
 content:".";
 display:block;
 height:0;
 visibility:hidden;}
.fleft {float:left;}
.fright {float:right;}
/*===============================>H-logo-properties=========================*/
h1{
	display: inline-block;
	float:left;
	margin-left:4px;
	}
h1 a{display:inline-block;}
h2{ font-size:28px; 
	font-family: Arial, Helvetica, sans-serif ; 
	color:#454545; 
	line-height:44px;
	font-weight: normal;
	}
	
h3{font-size:30px; 
   font-family: Arial, Helvetica, sans-serif ; 
   color:#454545; 
   line-height: 36px; 
   font-weight: normal;
   }
h4{font-size:30px; 
   font-family: Arial, Helvetica, sans-serif ; 
   color:#454545; 
   line-height: 36px; 
   font-weight: normal;
   }
h4 a{ color:#454545; }
h4 a:hover{
	text-decoration:underline;
	color:#59baf3 ;
	}
	
	h5{font-size:28px; 
   font-family: Arial, Helvetica, sans-serif ; 
   color:#454545; 
   line-height: 36px; 
   font-weight: normal;
   margin-left:25px;
   }
/*********************************header*************************************/
.head{
	width:100%;  
	position:relative; 
	z-index:2;
	border-top:4px solid #9d9fa2;
	
	}
header{
	margin:0 auto;
	width:940px;
	position:relative;
	padding:45px 0 50px 0;
	}
	.login{
		float:right;
		font-size:12px;
		color:#a5a6a9;
		text-shadow:0 1px #f2f6f5;
		padding:8px 0 0 0;
		}
		.login a{color:#a5a6a9;}
		.login a:hover{color:#000;}
.main-width{
	width:100%;
	background: url(../images/bg-nav.jpg) 0 0 repeat-x #9d9fa2;
	border-bottom:5px solid #9d9fa2;
	}
.main-width-1{
	width:100%;
	background: url(../images/bg-nav.jpg) 0 0 repeat-x #e0e0e0;
	}

.nav-search{
	width:940px;
	margin:0 auto;
	}
	
/*********************************content*************************************/
#content{
	width:100%; 
	padding:61px 0 63px 0; 
	margin:0;
    position:relative; 
	z-index:1;
	
	}
	#page-1 #content{
		padding:25px 0 25px 0 ;
		}
.div-search{
	float:right;
	margin:14px 0 0 0;
	background:#dadada;
	border-bottom:1px solid #eff0f0;
	border-top:1px solid #c5c5c5;
	box-shadow: inset 0 -1px 0 #d3d3d3;
	border-radius: 30px;
	}
#search input{
	width: 128px; 
	height: 20px; 
	font-family: Arial, Helvetica, sans-serif  ; 
	font-size: 14px;
	line-height:20px;
	height:20px;
	color:#000;  
	display: inline-block; 
	float:left; 
	background: url(../images/bg-li-transparent.png) 0 0 no-repeat; 
	padding:6px 10px 6px 20px; 
	}
#search .search_button{
	background: url(../images/search-button.png) 0 0 no-repeat; 
	width:15px;
	height:15px;
	display:inline-block;
	margin: 8px 15px 0  0; 
	float:left;
	}
#search .search_button:hover{
	background-position: right 0;
	}
.lightbox-image{display: inline-block;position:relative;}
.lightbox-image img.magnify{position:absolute;width:0px;height:0px;left:50%;top:50%;}

#map_canvas{
	width: 588px; 
	height: 303px;
	border:1px solid #f8f9f9;
	border-radius: 30px;
	}
.adress{
	font-size: 14px; 
	} 
.adress dd{text-align:left;}
.adress a{ 
    color:#59baf3 ; 
	display:inline-block;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline; 
	}
.adress a:hover{
	color:#000; 
	text-decoration:underline;
	}
		.adress span{
			display:inline-block; 
			width:82px;
			}
		.adress strong{
			display:inline-block;
			font-weight:normal;
			width:76px;
			}
		.title1{
			letter-spacing:0; 
			text-align:left; 
			font-size: 14px;
			margin:0 0 20px 0; 
			display:inline-block; 
			font-weight: bold; 
			color:#454545;
			}
.pp{
	display:inline-block; 
	color:#59baf3 ; 
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	}
.pp:hover{
	color:#000; 
	text-decoration:underline;
	}
.list li{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	padding:9px 0 8px 17px;
	display:block;
	background: url(../images/bg-list-li.png) 0 15px no-repeat;
	}
.list li a{
	color:#59baf3;
	text-decoration:underline;
	}
.list li a:hover{color:#000;}
/**********************************index***********************************/
aside{
	background: url(../images/bg-aside.jpg) 0 0 repeat;
	}
.main-aside{
	background: url(../images/bg-main-aside.jpg) 0 0 repeat-x;
	padding:15px 0 0 0;
	}
	.inner{
		background: url(../images/bord-aside.jpg) 0 bottom repeat-x;
		padding-bottom:0;
		}
	.block{
		text-align:center;
		padding:0 27px 20px 27px;
		}

.over-footer{
	background: url(../images/bg-footer.jpg) 0 0 repeat;
	border-top:1px solid #e1e1e1;
	padding:50px 0 38px 0;
	}
	
	.block-1{
		position:relative;
		text-align:center;
		padding:30px 0 33px 0;
		}
		#block-1:after{display:none;}
		.block-1:after{
			display:block;
			position:absolute;
			content:"";
			background: url(../images/block-1-after.jpg) 0 0 repeat-y;
			width:2px;
			height: 100%;
			left:-11px;
			top:0;
			}
/**********************************index-1*********************************/
.block-2{
	background: url(../images/bg-block-2.jpg) 0 0 repeat-x #f1f3f5;
	border:1px solid #e7e7ee;
	padding:20px 23px 25px 23px;
	font-style:italic;
	color:#454545;
	border-radius: 20px;
	position:relative;
	}
	.block-2:after{
		
		width:42px;
		height:34px;
		display:block;
		position:absolute;
		content:"";
		bottom:-34px;
		left:47px;
		}
		
.block-3{
	overflow:hidden;
	margin:37px 0 0 0;
	}
/**********************************index-2*********************************/
.block-4{
	text-align:center;
	padding:0 0 10px 0;
	}
	.block-4 p{
		padding:4px 25px 22px 25px;
		}
/**********************************index-3*********************************/

/**********************************index-4*********************************/

/**********************************index-5*********************************/

/**********************************index-6*********************************/

/**********************************contact-form****************************/
#form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#999999 ;
	}
#form1 input {
	color:#999999 ; 
	padding:7px 13px 5px 12px;
	outline:none;
	background:#dadada;
	font-family:  Arial, Helvetica, sans-serif ; 
	font-size: 14px;
	line-height:20px; 
	height: 20px; 
	width: 275px; 
	float:left;  
	position:relative;  
	border-bottom:1px solid #f2f5f5;
	border-top:1px solid #c5c5c5;
	box-shadow: inset 0 -1px 0 #d3d3d3;
	border-radius: 30px;
	}
#form1 textarea {
	overflow:auto; 
	width: 275px; 
	height: 314px ;
	resize:none; 
	float:left;
	color:#999999 ; 
	padding: 9px 13px 5px  12px;
	background:#dadada;
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 14px; 
	border-bottom:1px solid #f2f5f5;
	border-top:1px solid #c5c5c5;
	box-shadow: inset 0 -1px 0 #d3d3d3;
	border-radius: 20px;
    }	
.div-label{
	min-height: 40px;
	float:left;
	position:relative;
	}
#form1 label{
	display: inline-block; 
	position:relative;
	}
#form1 label .feed_name{
	display:block; 
	float:left;
	}	
#form1 label.message {
	display:block; 
	padding-bottom:0;
	}	
#form1 span{
	display:block; 
	margin: 0px 0 6px 3px; 
	float:left; 
	width:160px;
	}
#form1 .error, #form1 .empty, #form1 .success {
	display:none; 
	text-align:left; 
	color:#59baf3;
	margin-bottom:5px;
	}	
#form1 .error, #form1 .empty {
	text-align:left; 
	color:#ff0e0e; 
	font-size:10px;
	float:left; 
	line-height:12px;
	padding-top:3px;
	width:160px;
	display:none;
	}
#form1 .message .empty{
	position: static; 
	margin:5px 0 5px 5px; 
	text-align:left;
	}
#form1 .buttons2{
	position:relative;
	padding:22px 0 0 0;
	}
#form1 .buttons2 .button-1{
	float:right;
	margin-left:8px;
	}
.error-empty {
	margin: 0 0 10px 5px !important; 
	display:none; 
	float:left !important;
	width:160px; 
	word-spacing:-1px;
	}
/****************************footer************************/
footer{ 
	font-family: Arial, Helvetica, sans-serif  ; 
	font-size: 12px; 
	color:#ffffff ;
	background-color:#9d9fa2;
	text-indent:0;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #e1e1e1;
	}
.main-footer{
	padding-top: 29px; 
	padding-bottom: 25px;
	}
footer a{color:#5b5b5b;}
footer a:hover{color:#4eb6f3;}
/*=======================superfish=========================*/
nav{
	float:left;
	display:inline-block;
	padding-left:4px;
	}
.sf-menu{display:block;}
.sf-menu ul {position:absolute; top:-999px; display:none; z-index:999;}
.sf-menu a {display:block;}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {z-index:999;}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {top:-999px; display:none;z-index:999}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {left:100%; top:0;z-index:999}
ul.sf-menu>li{
  background: url(../images/bg-li.jpg) right 0 no-repeat ;
  font-family: Arial, Helvetica, sans-serif ; 
  font-size: 13px;
  line-height:16px; 
  float:left; 
  position:relative;
  text-shadow:0 1px #ffffff;
  margin:0 0 0 0;
  }
ul.sf-menu>li>a{
	display:block;
	position:relative;
	padding:24px 35px 21px 35px;
	color:#445965 ;
	}
ul.sf-menu>li.current , ul.sf-menu>li.sfHover , ul.sf-menu>li:hover {
	background:url(../images/bg-li-hov.jpg) 0 0 repeat-x #9d9fa2;
	text-shadow:0 1px #9d9fa2;}
ul.sf-menu>li.current>a, ul.sf-menu>li.sfHover>a, ul.sf-menu>li>a:hover{color:#fff;}

.sf-menu>li>ul{
	left:0px;
	top:66px;
	width:180px;
	padding:0 0 0 0; 
	z-index:99;
	background:#70c3f3; 
	}
.sf-menu>li>ul>li {
	 font-size: 12px; 
	 line-height:16px;
	 background: url(../images/bg-li-li.jpg) 0 0  no-repeat;
	 position:relative;
     }
.sf-menu>li>ul li:first-child{background: url(../images/bg-li-transparent.png) 0 0 no-repeat;}
							
.sf-menu>li>ul>li>a {
	display: block;
	color:#e6e6ec ;
	padding:12px 0 12px 24px;
	}
.sf-menu>li>ul>li:hover, ul.sf-menu>li>ul>li.sfHover{background:#4eb6f3;}
.sf-menu>li>ul>li>a:hover, ul.sf-menu>li>ul>li.sfHover a {}

.sf-menu li li ul {
	 left:181px !important;
	 top:0 !important;
	width:180px;
	padding:0 0 0 0; 
	z-index:99;
	background:#70c3f3; 
	 }
.sf-menu li li li {
	font-size: 12px; 
	 line-height:16px;
	 background: url(../images/bg-li-li.jpg) 0 0  no-repeat;
	}
					
.sf-menu li li li a {
	display: block;
	color:#e6e6ec !important;
	padding:12px 0 12px 24px;
	}
.sf-menu li li li:hover {background:#4eb6f3 !important;}
.sf-menu li li li a:hover {}

/*--------- slider ---------*/
#slide {width:100%;
		position:relative; 
		overflow:hidden; 
		z-index:1; 
		background-color:#026caa;
		}
.slider {position: relative; 
		z-index:1;
		width: 940px; 
		height: 458px; 
		left:50%;
		margin-left:-470px; 
		overflow: hidden; /*top:50px; left:82px;*/
		}
.items {display:none;}

.banner{
	width:353px;
	position:absolute;
	top: 60px; 
	}
.banner-inner{
	    width: 328px;
		z-index:15; 
		height: 263px;
		text-align:left;
		padding:64px 0 0 0;
		}
	.banner-inner span{
		font-size:36px;
		line-height:44px;
		display:block;
		color:#fff;
		text-shadow:0 1px #47a6dd;
		}
		.banner-inner span span{
			margin:-4px 0 0 0;
			}
	.banner-inner em{
		font-style:normal;
		padding:0 ;
		display:block;
		color:#fff;
		margin:17px 0 27px 0;
		}
	.banner-inner a{
		display:inline-block;
		background: url(../images/banner-a.jpg) 0 0 repeat-x #e3e3e3;
		font-size:13px;
		line-height:20px;
		padding:9px 18px 9px 30px;
		color:#1e2c35;
		position:relative;
		border-radius: 30px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.14);
		}
		.banner-inner a span{
			display:block;
			position:absolute;
			background: url(../images/banner-a-span.png) 0 0 no-repeat;
			width:6px;
			height:5px;
			top:17px;
			left:16px;
			}
		.banner-inner a:hover{
			background:#343433;
			color:#fff;
			}
.prev{
	background: url(../images/next-1.png) 0 0 no-repeat; 
	width: 9px; 
	height: 13px; 
	position:absolute; 
	top: 250px; 
	right: 0px;
	z-index:1000; 
	display:block;
	 }
.prev:hover {background-position: bottom;}
.next {
	background: url(../images/prev-1.png) 0 0 no-repeat ; 
	width: 9px;
	 height: 13px; 
	 position:absolute; 
	 top: 250px; 
	 right: 930px; 
	 z-index:1000; 
	 display:block;
	 }
.next:hover {background-position:bottom;}

.tabs{ 
position:relative; 
overflow:hidden;
}
.tabs>.div-tabs{
	width:778px;
	height:380px;
	float:left;
	border-left:1px solid #e7e7ee;

	position:relative;
	z-index:999999;
	}

.tabs .tab-content {
	padding:36px 50px 40px 41px;
	}
	.tabs .tab-content .list{
		padding:6px 0 18px 0;
		}
	.tabs .tab-content img{margin:3px 25px 0 0;}
	.tabs .tab-content p{padding-top:5px;padding-bottom:5px}
	.tabs .tab-content span{
		font-size:25px;
		line-height:28px;
		display:block;
		color:#454545;
		}
		.tabs .tab-content span span{
			margin:-4px 0 0 0;
			}
.div-nav{
	width:158px;
	float:left;
	padding:16px 0 0 0;
	position:relative;
	z-index:2;
	margin-right:-1px;
	}	
.tabs ul.nav {
	list-style-image:none; 
	display:block; 
	overflow:hidden; 
	position:relative;
	}
.tabs ul.nav li {
	font-size:18px;
	line-height:24px;
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg-li-transparent.png) 0 0 no-repeat;
	display: inline-block;

	float: none;
	display:block;
	position:relative;
	}
	.tabs ul.nav li span{
		display:block;
		position:absolute;
		width:159px;
		height:1px;
		background:  url(../images/bg-litab.jpg) right 0 no-repeat;
		top:0;
		right:-13px;
		}
		.tabs ul.nav li.selected span, .tabs ul.nav li:hover span{display:none;}
.tabs .tab-content .wrapper{position:relative;}

.tabs ul.nav li a {
	color:#999999;
	display:block;
	padding:17px 1px 18px 19px;
	position:relative;
	}
.tabs ul.nav li.selected, .tabs ul.nav li:hover {
	width:160px;
	background: url(../images/tabs.jpg);
	}
.tabs ul.nav li.selected a, .tabs ul.nav li:hover a{
	color:#116ec5;
	}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	right:50%;
	bottom:53px;
	overflow:hidden;
	width: 42px;
	height: 43px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background: url(../images/top.png) no-repeat 0 0 ;
}
#toTop:hover{background-position: right 0;}


/******************* carousel ***************/
.carousel-box {position:relative;}
.carousel {width:940px !important;}
.carousel ul li {
	width:220px;
	margin-right:20px;
    }
	.carousel ul li img{margin-bottom:21px;}
	.carousel ul li strong{
			display:block;
			margin-bottom:1px;
		    }
#next,
#prev {
	position:absolute;
	width:9px;
	height:13px;
	display:block;
	}

#next{
	background: url(../images/next-1.png) 0 0 no-repeat;
	top:-31px;
	right:3px;
	}
#prev{
	background: url(../images/prev-1.png) 0 0 no-repeat;
	top:-31px;
	right:23px;
	} 

#next:hover, #prev:hover{background-position: 0 bottom;}


/*Nuevos*/

.lista{
	display:block;
	list-style:circle;
	margin-left:15px;
	}
	
.white{color:#FFF;}