@charset "utf-8";
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}


@font-face {
    font-family: 'armataregular';
    src: url('../fonts/armata-regular-webfont.eot');
    src: url('../fonts/armata-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/armata-regular-webfont.woff') format('woff'),
         url('../fonts/armata-regular-webfont.ttf') format('truetype'),
         url('../fonts/armata-regular-webfont.svg#armataregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	color:#000;
	background-image:url(../images/bg-content.jpg);
	background-repeat:repeat;
	}
.main-container{
	background:url(../images/back.jpg) repeat;
}
.header-container{
	width:1260px;
	height:134px;
	background:url(../images/header_bg.png) no-repeat center top;
	margin:0px auto;
	
}
.header-content{
	width:960px;
	margin:0px auto;
	height:138px;
}
.header-top{
	height:40px;
	
}
.header-bottom{
	height:97px;
}
.logo-container{
	float:left;
}
.logo{
	padding:13px 0 0 0;
}

/*======== header_right ============*/

.header_top{
	width:300px;
	height:42px;
}
.header_top span{
	display:block;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	line-height:40px;
	color:#fff;
}
.header-top a{
	background:url(../images/inscribite_buttons_rollover.png) no-repeat left top;
	height:22px;
	width:76px;
	display:block;
	color:#b1e7fa;
	float:right;
	font-size:11px;
	text-align:center;
	margin:10px 0 0 0;
	line-height:18px;
	font-family:Verdana, Geneva, sans-serif;
}
.header-top a:hover{
	background:url(../images/inscribite_buttons_rollover.png) no-repeat left -22px;
}

.header-menu{
	width:496px;
	padding:30px 0 0 0;
	float:right;
}
.header-menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.header-menu ul li{
	float:left;
	color:#fff;
	height:30px;
	line-height:30px;
	font-family: 'armataregular';
	font-size:17px;
	
}
.header-menu ul li a{
	color:#eaeaea;
	display:block;
	padding:0 14px 0 14px;
	
}
.header-menu ul li.active{
	
	background: url(../images/left_nav_bg.jpg) no-repeat left top;
	color:#000;
	
	
}
.header-menu ul li.active a{
	
	background: url(../images/right_nav_bg.jpg) no-repeat right top;
	color:#000;
}

.header-menu ul li:hover{
	background:url(../images/left_nav_bg.jpg) no-repeat left top; 
	color:#000;
}
.header-menu ul li a:hover{
	
	background:url(../images/right_nav_bg.jpg) no-repeat right top; 
	color:#000;
}




/*============= content_part ============*/
.content_part{
	padding:35px 0 7px 7px;
	width:953px;
	margin:0px auto;
}
.content_part h1{
	font-size:32px;
	font-family: 'armataregular';
	text-transform:uppercase;
	color:#47beea;
	margin-bottom:20px;
	
}
.text_box1{
	width:646px;
	margin-bottom:20px;
}
.icon_box.space_padd{
	padding:0 0 0 5px;
}
.text_info{
	width:546px;
	font-size:12px;
	color:#58595B;
}
.text_info h2{
	color:#53c4ed;
	font-size:17px;
	font-family: 'armataregular';
	margin-bottom:10px;
}
.text_info p{
	line-height:17px;
	margin-bottom:13px;
}

/*======== ===========*/
.text_info h2.no_space{
	margin-bottom:6px;
	text-transform: uppercase;
}


/*=========== content_bottom_part ===========*/
.network-container{
	width:100%;
	background:#fff;
}
.network-content{
	
	background:#fff;
	border-top:1px solid #f0f0f0;
	padding:31px 0 44px 0;
	position: inherit;
	width:1250px;
	margin:0px auto;
}
.network-bottom{
	width:960px;
	margin:0px auto;
	padding:0 40px 0 15px;
	
}
.network-bottom-block{
	width:720px;
	float:left; 
}
.network-bottom-block h2{
	font-size:34px;
	color:#21baf1;
	font-family: 'armataregular';
	margin-bottom:50px;
}

/*======== user icon =========*/

.user_icon a{
	background:url(../images/logo_strip_rollover.png) no-repeat left top;
	width:100px;
	height:48px;
	display:block;
	float:left;
	margin-right:27px;
}
.user_icon a:hover{
	background-position:left -50px;
}

/*======== icon2 ========*/


.user_icon a.icon2{
	background:url(../images/logo_strip_rollover.png) -130px top;
	width:100px;
	height:48px;
	display:block;
	
}
.user_icon a.icon2:hover{
	background-position:-130px -50px;
}

/*========== icon3 ===========*/
.user_icon a.icon3{
	background:url(../images/logo_strip_rollover.png) -256px top;
	width:100px;
	height:48px;
	display:block;
	
}
.user_icon a.icon3:hover{
	background-position:-256px -50px;
}

/*========== icon4 ===========*/

.user_icon a.icon4{
	background:url(../images/logo_strip_rollover.png) -393px top;
	width:85px;
	height:48px;
	display:block;
}
.user_icon a.icon4:hover{
	background-position:-393px -50px;
}

/*========== icon4 ===========*/

.user_icon a.icon5{
	background:url(../images/logo_strip_rollover.png) -509px top;
	width:156px;
	height:48px;
	display:block;
	
}
.user_icon a.icon5:hover{
	background-position:-509px -50px;
}

/*========== footer ============*/
.footer-container{
	background:#000;
	width:100%;
}
.footer{
	height:195px;
	background: #000 center repeat-x;
	width:1250px;
	margin:0px auto;
}
.footer_wrap{
	padding:25px 0 0 0;
	width:960px;
	margin:0px auto;
}
.footer_top{
	padding:0 60px 29px 22px;
}
.footer_nav ul{
	padding:0px;
	margin:0px;
	list-style:none;

}
.footer_nav ul li{
	font-family: 'armataregular';
	font-size:11px;
	float:left;
	height:23px;
	line-height:23px;
}
.footer_nav ul li a{
	color:#939598;
	display:block;
	padding:0 14px;
	
}.footer_nav ul li a:hover{
	color:#55b7f5;
	
}


a.footer_right{
	float:right;
}

.network-logo{
	float:right;
	width:200px;
	
}

/*============= Inner1 ==============*/
.inner_outer{
	/*background:#e6e7e8;*/
}
.inner_banner_part{
	background: url(../images/inner_section_bg.png) no-repeat center top;
	height:135px;
	margin-top:-1px; 
}
.inner_banner_left{
	width:698px;
	padding:30px 0 0 145px;;
}
.inner_banner_left h2{
	font-size:34px;
	color:#fdfefe;
	font-family: 'armataregular';
	padding:10px 0 0 0;
	text-transform:uppercase;
}
.inner_banner_left ul{
	padding: 10px 0 0 0;
}
.inner_banner_left ul li{
	color:#FFF;
	text-transform:uppercase;
	font-family: 'armataregular';
	display: inline;
	margin-right:10px;
	
}
.inner_banner_left ul li a{
	color:#FFF;
}
.inner_banner_left ul li a:hover{
	color:#FFF;
	text-transform:uppercase;
	font-family: 'armataregular';
	display: inline;
	font-weight: 300;
	color: #E9E9E9;
	
}
.inner_banner_right{
	position:relative;
	width:207px;
}

/*=========== inner_content_part ===========*/
.inner_content_part{
	width:960px;
	margin:0px auto;
	padding:30px 0 0 0;
}
p a{
	color:#53c4ed;;
}
p a:hover{
	text-decoration:underline;
}
.form_box_area{
	padding-bottom:22px;
	/*background:url(../images/form_area_border.jpg) repeat-x left bottom;*/
	width:694px;
	margin-bottom:16px;
}
.inner_pic_box{
	margin-right:27px;
}
.inner_cont_right{
	width:514px;
	font-size:12px;
}
.inner_cont_right h2{
	font-size:17px;
	font-family: 'armataregular';
	color:#00afef;
	margin-bottom:20px;
	padding:0 0 0 21px;
}
.inner_cont_right h2 a{
	font-size:17px;
	font-family: 'armataregular';
	color:#00afef;
	margin-bottom:20px;
	padding:0 0 0 21px;
}
.inner_cont_right h2 a:hover{
	font-size:17px;
	font-family: 'armataregular';
	color:#00afef;
	margin-bottom:20px;
	padding:0 0 0 21px;
	cursor:pointer;
}
.inner_cont_right p{
	line-height:17px;
	margin-bottom:29px;
}
.inner_cont_right label{
	width:135px;
	display:block;
	float:left;
	font-size:12px;
	color:#313232;
	line-height:30px;
	text-align:right;
	margin-right:12px;
	margin-bottom:7px;
}
.text_field{
	width:340px;
	height:24px;
	float:left;
	background:#d2d3d5;
	border:0px;
	outline:0px;
	line-height:17px;
	border-radius:4px;
	position:relative;
	padding:3px 10px;
	margin-bottom:7px;

}
.text_field:focus, .text_field:hover{
	width:340px;
	height:24px;
	float:left;
	background: #FFF;
	border: 1px #a8cf45 thin;
	outline:0px;
	line-height:17px;
	border-radius:4px;
	position:relative;
	padding:3px 10px;
	margin-bottom:7px;
	border-style:solid;
	border-color:#a8cf45;
	outline:none;
	box-shadow:0 0 3px #a8cf45;

}


.select_box{
	width:126px;
	float:left;
}

/*=========== left_form ===========*/
.left_form{
	width:282px;
}
.left_form label{
	display:block;
	width:138px;
	float:left;
	color:#313232;
	font-size:12px;
	line-height:30px;
	text-align:right;
	margin-right:12px;
	margin-bottom:7px;
}
.text_field2{
	width:107px;
	height:24px;
	float:left;
	background:#d2d3d5;
	border:0px;
	outline:0px;
	line-height:17px;
	border-radius:4px;
	position:relative;
	padding:3px 10px;
	margin-bottom:7px;
}
.text_field2:focus, .text_field2:hover{
	width:107px;
	height:24px;
	float:left;
	background: #FFF;
	border:0px;
	outline:0px;
	line-height:17px;
	border-radius:4px;
	position:relative;
	padding:3px 10px;
	margin-bottom:7px;
	outline:none;
	box-shadow:0 0 3px #a8cf45;
}


.ie7 .text_field2{
	width:107px;
	height:24px;
	float:left;
	background:#d2d3d5;
	border:0px;
	outline:0px;
	line-height:17px;
	border-radius:4px;
	position:relative;
	padding:3px 10px;
	margin-bottom:7px;
}

.right_form{
	width:225px;
}
.right_form label{
	width:82px;
	display:block;
	float:left;
	font-size:12px;
	color:#313232;
	line-height:30px;
	text-align:right;
	margin-right:12px;
	margin-bottom:7px;
}

/*========== radio_box =============*/
.radio_box{
	width:111px;
	margin-right:33px;
}
.radio_box2{
	width:79px;
	margin-right:33px;
}
.radio_box label{
	text-align:left;
	width:79px;
	display:block;
	text-transform:uppercase;
	font-size:12px;
}
.radio_box2 label{
	text-align:left;
	width:79px;
	display:block;
	text-transform:uppercase;
	font-size:12px;
}
.radio_bt{
	float:left;
	margin:9px 0 0 0;
}
.radio_bt2{
	float: right;
	margin:-5px 0 0 0px;
}

/*=========== bottom_form_area ============*/
.bottom_form_area{
	padding:0 0 0 15px;
}
.radio_bt2{
	width:15px;
	height:13px;
	float:left;
	margin-right:19px;
	margin-bottom:6px;
}
.bottom_form_area label{
	display:block;
	float:left;
	width:335px;
	text-align:left;
	line-height:10px;
}

/*=========== inner_bottom_content ==============*/
.inner_bottom_content{
	width:590px;
	padding:0 0 90px 107px;
	font-size:12px;
	
}
.inner_bottom_content p{
	width:432px;
	float:left;
	line-height:19px;
}
.inner_bottom_content a{
	float:left;
	display:block;
	font-size:15px;
	text-transform:uppercase;
	width:111px;
	color:#000;
	margin:10px 0 0 0;
	height:32px;
	text-align:center;
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif;
	background: url(../images/cotiza_ya_button.png) no-repeat left top;
}
.inner_bottom_content a{
	height:32px;
	background:url(../images/cotiza_ya_button.png) no-repeat left top;
	display:block;
	line-height:26px;
	margin:5px 0 0 0;
	font-size:14px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color:#fff;
}


.inner_bottom_content a:hover{
	background:url(../images/cotiza_ya_button.png) no-repeat left -32px;
}

.continuar{
	width:100%;
	height:30px;
	vertical-align:middle;
}
.continuar a{
	width:115px;
	height:32px;
	background: url(../images/continuar_button.png) center top no-repeat;
	display:block;
	line-height:26px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color:#fff;
	float:right;
	text-align:center;
	margin-top:5px;
	
}
.continuar span{
	background:url(../images/tooltip_bg.png) no-repeat;
	background-size:100% 32px;
	background-position:center;
	padding:10px 20px 11px 15px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	float:right;
	display:block;
	margin-top:3px;
	
}
.nnext{
	background:url(../images/next_arrow_icon.png);
	background-size:31px 56px;
	float:right;
	width:31px;
	height:56px;
	margin-top:20px;
}

#clearform1{
	height:300px;
	position:absolute;
}
#clearform2{
	height:100px;
	position:absolute;
}
#clearform3{
	height:100px;
	position:absolute;
	
}
.separator{
	background:url(../images/divider_content.png) no-repeat;
	width:100%;
	height:1px;
	margin: 80px 0 40px 0;
	
	
	position:static;
	

}
.separator2{
	background:url(../images/divider_content.png) no-repeat ;
	
	width:100%;
	height:35px;
	
	
	
}
.fixedform{
	padding:0 0 0 130px;
}
.styled-select{
	width:200px;
	overflow:hidden;
	background:url(../images/down_arrow_select.jpg) no-repeat right #ededed;
}
.styled-select select{
	background:transparent;
	width:200px;
	padding-left:10px;
	border:1px solid #ccc;
	font-size:12px;
	-webkit-appearance:none;
	height:30px;
}
.styled-select select:hover{
	background:url(../images/down_arrow_select.jpg) no-repeat right #FFF;
	width:200px;
	padding-left:10px;
	border:1px solid #ccc;
	font-size:12px;
	-webkit-appearance:none;
	height:30px;
	outline:none;
	box-shadow:0 0 3px #a8cf45;
}
td{
	margin:5px;
}
	
