/* General Reset */
body{
	margin:0;
	color:#333;
	font:14px/20px Arial, Helvetica, sans-serif;
	background:#fff;
	min-width:1000px;
}
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a{
	color:#004054;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
header, nav, section, article, aside, footer{display:block;}
/* General settings */
@font-face {
	font-family: 'vag1';
	src: url('../font/vag1-webfont.eot');
	src: url('../font/vag1-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../font/vag1-webfont.woff') format('woff'), 
		url('../font/vag1-webfont.ttf') format('truetype'),
		url('../font/vag1-webfont.svg#vag1') format('svg');
}
@font-face {
	font-family: 'vag_round';
	src: url('../font/vag_round-webfont.eot');
	src: url('../font/vag_round-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../font/vag_round-webfont.woff') format('woff'), 
		url('../font/vag_round-webfont.ttf') format('truetype'),
		url('../font/vag_round-webfont.svg#vag_round') format('svg');
}
/* header */
header{
	width:100%;
	background:#004054 url(../images/bg-header.gif) repeat-x 0 100%;
	border-bottom:4px solid #f49b00;
	padding:11px 0 1px;
	margin-bottom:9px;
}
.header-area{
	width:980px;
	margin:0 auto;
	padding:0 5px;
}
.header-area:after{
	clear:both;
	content:'';
	display:block;
}
header .logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
	width:140px;
	height:91px;
	margin:0 -17px 0 0;
	position:relative;
}
header .logo a{
	display:block;
	height:100%;
}
.header-area .phone{
	float:left;
	margin:76px 0 0;
	font-size:12px;
	line-height:18px;
	color:#fff;
}
.header-area .phone strong{
	padding:0 0 0 6px;
	font:14px/18px 'vag1', Arial, Helvetica, sans-serif;
}
.header-area .right{float:right;}
.header-area .row{
	overflow:hidden;
	margin:-1px 0 51px;
}
/* social */
.social{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
}
.social li{
	float:left;
	margin-left:6px;
}
.social a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico-social.gif) no-repeat;
	width:20px;
	height:20px;
}
.social .facebook{background-position:0 0;}
.social .google{background-position:-20px 0;}
.social .twitter{background-position:-40px 0;}
.social .rss{background-position:-60px 0;}
.header-area .menu{
	margin:0 -8px 0 0;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
	font-size:11px;
	line-height:18px;
}
.header-area .menu li{
	float:left;
	padding:0 11px;
	margin-left:-1px;
	background:url(../images/sep-menu.gif) no-repeat 0 60%;
}
.header-area .menu a{color:#fff;}
/* navigation */
nav{
	overflow:hidden;
	margin:0 0 -5px;
	position:relative;
	font-size:18px;
	line-height:24px;
	font-family:'vag1', Arial, Helvetica, sans-serif;
}
nav ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
nav ul li{
	float:left;
	margin-left:5px;
}
nav ul a{
	float:left;
	padding:8px 14px 4px;
	background:#f49b00;
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	color:#fff;
	position:relative;
	text-shadow:2px 3px 1px #c57d00;
	height:29px;
}
nav ul .active,
nav ul a:hover{
	text-decoration:none;
	background:#fff;
	color:#014052;
	text-shadow:2px 3px 1px #cecece;
}
/* main */
#main{
	width:990px;
	margin:0 auto;
	padding-bottom:60px;
}
h2{
	margin:0;
	color:#434343;
	font:22px/26px 'vag1', Arial, Helvetica, sans-serif;
}
h2 span{color:#f49b00;}
.breadcrumbs{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:10px;
	line-height:15px;
	color:#004054;
	position:relative;
}
A.link{color:#014052;text-decoration:underline;}
A.link:HOVER{text-decoration:none;}
.breadcrumbs li{
	float:left;
	padding:0 5px 0 6px;
	background:url(../images/bullet-breadcrumbs.gif) no-repeat 0 6px;
}
.breadcrumbs a {color:#004054; text-transform:lowercase; text-decoration:none;}
.breadcrumbs a:hover {color:#999; text-decoration:underline;}
/* search-box */
.search-box{
	width:100%;
	margin-bottom:26px;
	position:relative;
	z-index:10;
}
.search-box .open-row{
	overflow:hidden;
	font-size:11px;
	line-height:14px;
	padding:0 9px 6px;
}
.search-box .open-row a{
	float:right;
	color:#014052;
}
.search-box .search-form{
	border:1px solid #d9d9d9;
	border-bottom-color:#8a8a8a;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#efefef;
	position:relative;
}
.search-box .search-form .holder{
	border:solid #fff;
	border-width:1px 1px 2px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:20px 8px 17px 28px;
	position:relative;
	height:1%;
}
.search-box .search-form label{
	float:left;
	color:#014052;
	font:23px/30px 'vag1', Arial, Helvetica, sans-serif;
	text-shadow:2px 3px 2px #bfbfbf;
	padding:3px 13px 0 0;
}
.search-box .search-form .txt{
	float:left;
	border:1px solid #cdcdcd;
	background:#fcffc0;
	padding:8px 5px 7px;
	margin:0 24px 0 0;
	font:14px/17px Arial, Helvetica, sans-serif;
	height:17px;
	width:206px;
	color:#909090;
}
.search-box .search-form .sel-holder{
	float:left;
	margin-right:20px;
	width:218px;
}
.search-box .search-form .sel{
	float:left;
	width:218px;
	padding:0;
	margin:0 20px 0 0;
	text-transform:capitalize;
}
.search-box .search-form .btn1{
	padding:0;
	margin-top:3px;
}
.search-box .search-form .btn{
	float:left;
	width:87px;
	height:27px;
	background:none;
	border:0;
	cursor:pointer;
	color:#fff;
	font:10px/26px Arial, Helvetica, sans-serif;
	padding:1px 0 2px 22px;
}
/* info-area */
.info-area{
	width:100%;
	overflow:hidden;
	margin-bottom:28px;
}
/* gallery */
.gallery{
	float:right;
	width:700px;
	background:#d4e6eb;
	position:relative;
	margin-left:15px;
	border:  solid #D9D9D9;
	border-bottom-color: #8A8A8A;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-width: 1px 1px 1px;
}
.gallery .galleryIn {
	border: 1px solid white;
	border-width: 1px 2px 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px 10px 5px 10px;
	height:210px;
}
.gallery .galleryIn .slider{
	position:relative;
	width:700px;
	float:left;
	line-height:17px;
}
.gallery .galleryIn .slider .slide{
	width:100%;
	overflow:hidden;
}
.gallery .galleryIn .slider .al{
	float:left;
	margin:0 25px 0 0;
}
.gallery .galleryIn .slider .text{
	overflow:hidden;
	padding:15px 0 30px 5px;
	width:340px;
}
.gallery .galleryIn .slider .subttl{
	display:block;
	color:#666;
	font-size:12px;
	line-height:16px;
}
.gallery .galleryIn .slider h2{
	margin:0 0 9px;
	color:#004054;
	font:16px/24px 'vag1', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:19px;
}
.gallery .galleryIn .slider p{margin:0;}
.gallery .galleryIn .btn-holder{
	overflow:hidden;
	bottom:0;
	position:absolute;
	padding:0 100px 0 0;
	width:285px;
	margin-left:-5px;
}
.btn1{
	float:left;
	border:1px solid #b3b6b8;
	background:#f90 url(../images/ico01.gif) no-repeat 9px 6px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0 14px 0 32px;
	color:#fff;
	text-transform:uppercase;
	height:27px;
	font-size:10px;
	line-height:27px;
	position:relative;
}
.btn1:hover { background-color:#004054; text-decoration:none;color:#FFF }

.btn1.light{margin-top:15px;float:right;}
.btn1.light:hover A {color:#FFF!important;text-decoration:none}

.gallery .switcher{
	position:absolute;
	bottom:16px;
	right:13px;
	z-index:999;
	float:right;
}
.gallery .switcher a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:#004054;
	width:14px;
	height:14px;
	margin-right:3px;
}
.gallery .switcher .activeSlide,
.gallery .switcher a:hover{background:#f49b00;}
.info-area .box{
	overflow:hidden;
	background:#004054;
	padding:16px 14px 14px;
	border:  solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-width: 1px 1px 2px;
}
.info-area .box .boxIn {
	border: 1px solid white;
	border-width: 1px 2px 2px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.info-area .box h3{
	margin:0 0 18px;
	color:#f49b00;
	font:23px/26px 'vag1', Arial, Helvetica, sans-serif;
	text-shadow:1px 3px 1px #034;
}
.info-area .box ul{
	margin:0;
	padding:0 0 12px;
	list-style:none;
	font-size:12px;
	line-height:16px;
}
.info-area .box ul li{
	background:url(../images/ico02.gif) no-repeat;
	padding:0 0 12px 25px;
	color:#fff;
}
.info-area .box .btn-holder{
	width:100%;
	overflow:hidden;
}
.info-area .box .btn1{padding-right:9px;}
/* two-columns */
.two-columns{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
.two-columns .content{
	float:left;
	width:720px;
}
.two-columns .content h2{
	margin:0 0 11px;
	font-size:16px;
	line-height:24px;
	padding:0 2px;
}
.two-columns .content h2 span{color:#f90;}
.two-columns .posts-list{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:18px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
	margin-bottom:-4px;
}
.two-columns .posts-list .img{
	float:left;
	background:#d4e6eb;
	padding:0 7px 7px;
	margin-right:18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}
.two-columns .posts-list .img.first{padding-top:7px;}
.two-columns .posts-list img{vertical-align:top;}
.two-columns .posts-list .subttl{
	display:block;
	color:#666;
	font-size:11px;
}
.two-columns .posts-list h3{
	margin:0 0 5px;
	color:#004054;
	font-size:16px;
	line-height:22px;
	font-family: 'vag1', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.two-columns .posts-list h3 a{color:#004054;}
.two-columns .posts-list p{margin:0;}
.two-columns .posts-list .text{
	overflow:hidden;
	padding:6px 0 0;
}
.two-columns .posts-list li:first-child .text{padding-top:12px;}
.two-columns .inf-row{
	width:100%;
	font-size:12px;
	line-height:16px;
	margin-top:35px;
}
.two-columns .inf-row .title{
	overflow:hidden;
	padding:0 10px 5px 6px;
	font-size:11px;
	line-height:16px;
}
.two-columns .inf-row .title h2{
	margin:0;
	float:left;
}
.two-columns .inf-row .title .all{
	float:right;
	padding:2px 0 1px 22px;
	background:url(../images/ico02.gif) no-repeat 0 3px;
	color:#004054;
	margin-top:3px;
}
.two-columns .inf-row .row{
	background:url(../images/bg-inf-row.gif) repeat-x;
	width:100%;
	overflow:hidden;
border: 1px solid #D9D9D9;
border-bottom-color: #8A8A8A;
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

}
.two-columns .inf-row .holder{
	background:url(../images/bg-inf-row.gif) no-repeat 355px -300px;
	overflow:hidden;
	margin:0;
	width:765px;
	padding:26px 0;
	position:relative;
border: 1px solid white;
border-width: 1px 2px 2px;

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

}
.two-columns .inf-row .box{
	float:left;
	width:310px;
	margin-left:30px;
	padding:0 0 45px 4px;
}
.two-columns .inf-row h3{
	margin:0 0 15px;
	color:#00364a;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'vag1', Arial, Helvetica, sans-serif;
}
.two-columns .inf-row p{margin:0 0 10px;}
.two-columns .inf-row dl{
	margin:0;
	width:100%;
	overflow:hidden;
}
.two-columns .inf-row dt{
	float:left;
	margin-right:3px;
	font-weight:bold;
}
.two-columns .inf-row dd{
	overflow:hidden;
	margin:0;
}
.two-columns .inf-row .btn-holder{
	margin:0 0 0 -4px;
	position:absolute;
	bottom:26px;
	width:310px;
}
.two-columns aside{
	float:right;
	width:217px;
	text-align:center;
	padding:4px 0 0;
}
.two-columns aside h3, .ad-box h3{
	margin:0 0 4px;
	background:#ededed;
	color:#666;
	font-size:11px;
	line-height:24px;
	font-weight:normal;
	border:  solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 0 0;
	border-width: 1px;
	text-align:center;
}
.ad-box{
	width:100%;
}
.ad-box ul{
	margin:0 0 0;
	padding:0;
	list-style:none;
}
.ad-box ul li{padding-bottom:13px;}
.ad-box img{vertical-align:top;}
.ad-box .list1 li{padding-bottom:13px;}
/* new-company */
.new-company{
	background:#d4e6eb;
	padding:0;
	overflow:hidden;
	border: 1px solid #D9D9D9;
	border-bottom-color: #8A8A8A;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}
.new-company .new-companyIn {
	padding:14px 20px 18px;
	border: 1px solid white;
	border-width: 1px 2px 2px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.new-company a.linkempresa {
	float:left;
	font-size:11px;
	padding:0 8px;
	line-height:14px;
	display:block;
	text-align:left;
}

.titleEmpresas {
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	padding:0 7px 5px 0;
}
.titleEmpresas h3{
	float:left;
	margin:0;
	color:#434343;
	font:16px/24px 'vag1', Arial, Helvetica, sans-serif;
}
.titleEmpresas h3 span{color:#f49b00;}
.titleEmpresas .all{
	float:right;
	padding:0 0 2px 23px;
	color:#004054;
	background:url(../images/ico02.gif) no-repeat;
	margin:2px 0 0;
}
.new-company ul{
	margin:0 0 0 -20px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:970px;
}
.new-company ul li{
	float:left;
	border:1px solid #ccc;
	overflow:hidden;
	width:171px;
	background:#fff;
	text-align:center;
	margin-left:21px;
	height:150px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.new-company img{vertical-align:top; border-bottom:1px solid #ccc; margin-bottom:10px;}
/* why-block */
.article-block{padding:5px 0 0 5px;}
.article-block .head{
	width:100%;
	overflow:hidden;
	margin-bottom:25px;
}
.article-block .consult{
	float:right;
	width:395px;
	padding:0 7px 4px 50px;
}
.article-block .consult .top{
	overflow:hidden;
	padding:0 0 0 14px;
}
.article-block .consult .al{
	float:left;
	margin:0 10px 0 0;
}
.article-block .consult .top ul{
	margin:0;
	padding:49px 0 0;
	list-style:none;
	overflow:hidden;
	font-size:12px;
	line-height:24px;
}
.article-block .consult .top ul li{
	width:100%;
	overflow:hidden;
	vertical-align:top;
	text-align:right;
	padding-top:4px;
}
.article-block .consult .top ul a{color:#004054;}
.article-block .consult .top .btn1{
	float:right;
	color:#fff;
	padding-right:12px;
}
.article-block .consult .bottom{
	text-shadow:1px 3px 1px #003646;background:#004054;
	font-size:14px;
	line-height:24px;
	color:#e6e6e6;
	
	font-family:'vag1';
	padding:11px 13px 8px;
	-webkit-box-shadow:2px 2px 2px #dadada;
	-moz-box-shadow:2px 2px 2px #dadada;
	box-shadow:2px 2px 2px #dadada;
	position:relative;
}
.article-block .consult .bottom strong{
	display:block;
	font-weight:normal;
	color:#fff;
	font-size:18px;
}
.article-block .head .text{
	overflow:hidden;
	padding:22px 0 0;
	font-size:16px;
	line-height:23px;
}
.article-block h2{
	margin:0 0 4px;
	padding:0 2px;
	line-height:30px;
}
.article-block h2 span{color:#f90;}
.article-block .head p{margin:0;}
.article-block .inf{
	width:100%;
	font-size:14px;
	line-height:18px;
}
.article-block .inf .row{
	width:100%;
	padding-bottom:90px;
}
.article-block h3{
	margin:0 0 3px;
	color:#434343;
	font:16px/24px 'vag1', Arial, Helvetica, sans-serif;
}
.article-block h3 span{color:#f90;}
.article-block .inf p{margin:0 0 31px;}
.article-block .inf .holder{
	width:100%;
}
.article-block .inf .holder:after{
	clear:both;
	content:'';
	display:block;
}
.article-block .inf .al{
	float:left;
	margin:7px 31px 0 -6px;
	position:relative;
}
.article-block .inf .text{
	overflow:hidden;
	font-size:12px;
	line-height:14px;
}
.article-block .inf ul{
	margin:0;
	padding:0 0 12px;
	list-style:none;
}
.article-block .inf ul li{
	padding:1px 0 15px 24px;
	background:url(../images/ico02.gif) no-repeat;
}
.article-block .inf .btns{
	overflow:hidden;
	padding:0 21px;
	font-size:11px;
	line-height:30px;
	color:#004054;
}
.article-block .inf .btns .btn1{
	margin-right:12px;
	color:#fff;
}
.article-block .inf .btns a{color:#004054;}
.schedule{
	padding:16px 7px 0 0;
	overflow:hidden;
}
.schedule h3{margin:0;}
.schedule p{margin:0 0 26px;}
.schedule .table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:45px;
}
.schedule .table th{
	padding:8px 14px;
	background:#004054;
	color:#fff;
	font-size:14px;
	line-height:18px;
	border:solid #ccc;
	border-width:1px 1px 0 0;
}
.schedule .table th.cell1{
	border-top-color:#fff;
	background:none;
	width:332px;
}
.schedule .table .cell2{width:124px;}
.schedule .table .cell3{width:125px;}
.schedule .table .cell4{width:126px;}
.schedule .table td{
	text-align:center;
	font-size:11px;
	line-height:18px;
	padding:7px 14px 6px;
	border:solid #ccc;
	border-width:1px 1px 0 0;
	vertical-align:top;
}
.schedule .table td.cell1{
	text-align:left;
	font-size:12px;
}
.schedule .table img{vertical-align:top;}
.schedule .table .btn1{
	text-align:left;
	padding-right:5px;
	margin:5px 0 0;
}
.schedule .table .cell2 .btn1{width:85px;}
.schedule .table .cell3 .btn1{width:86px;}
.schedule .table .cell4 .btn1{width:87px;}
.schedule .table .cell5 .btn1{width:87px;}
.schedule .table strong{
	color:#004054;
	font-size:14px;
	line-height:18px;
	display:block;
}
/* company-block */
.company-block{
	padding:5px 0 0 5px;
	overflow:hidden;
	font-size:16px;
	line-height:20px;
}
.company-block .content{
	float:left;
	width:708px;
	padding:13px 0 0;
}
.company-block h2{margin:0 0 7px;}
.company-block h2 span{color:#f49b00;}
.company-block p{margin:0 0 25px;}
.company-block .form{
	width:100%;
}
.company-block h3{
	margin:0 0 14px;
	color:#222;
	font-size:16px;
	line-height:24px;
	border-bottom:1px solid #ccc;
}
.company-block .form .holder{
	width:100%;
	overflow:hidden;
	padding-bottom:22px;
}
.company-block .form label{
	float:left;
	font:13px/20px Arial, Helvetica, sans-serif;
	color:#333;
}
.company-block .form .txt{
	float:left;
	border:1px solid #c7c7c7;
	background:#fcffc0;
	padding:3px 5px;
	margin:0;
	font:13px/16px Arial, Helvetica, sans-serif;
	height:16px;
	color:#333;
	width:193px;
}
.company-block .form .holder label{padding:2px 0 0;}
.company-block .form .holder .txt{
	width:128px;
	margin:0 34px 0 15px;
}
.company-block .form .holder .nospace1{margin-right:26px;}
.company-block .form .holder .nospace{margin-right:0;}
.company-block .form .row{
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}
.company-block .form .row label{
	width:213px;
	padding:0 3px;
}
.company-block .form .passrow{
	width:100%;
	overflow:hidden;
	padding:15px 0;
}
.company-block .form .passrow label{width:221px;}
.company-block .form .passrow .txt{
	padding:2px 3px;
	background:#ebebeb;
	border:solid #bebebe;
	border-width:0 1px 1px 0;
	width:33px;
}
.company-block .form a{
	color:#004a63;
	text-decoration:underline;
}
.company-block .form a:hover{text-decoration:none;}
.company-block .form .btn-holder{
	border-top:1px solid #ccc;
	overflow:hidden;
	font-size:10px;
	line-height:16px;
	padding:12px 2px 0 0;
}
.company-block .form .btn{
	float:right;
	background:url(../images/btn-start.gif) no-repeat;
	width:131px;
	height:29px;
	border:0;
	cursor:pointer;
	color:#fff;
	font:10px/28px Arial, Helvetica, sans-serif;
	padding:0 0 0 22px;
	margin:4px 0 0 100px;
}
.company-block .form .btn-holder p{margin:0;}
.company-block .phone-box{
	float:right;
	width:178px;
	padding:0 6px 0 0;
}
.company-block .phone-box img{
	display:block;
	margin:0 0 0 40px;
}
.company-block .phone-box .holder{
	background:#004054;
	-webkit-box-shadow:3px 3px 3px #c8c8c8;
	-moz-box-shadow:3px 3px 3px #c8c8c8;
	box-shadow:3px 3px 3px #c8c8c8;
	position:relative;
	color:#e6e6e6;
	font-size:18px;
	line-height:24px;
	font-family:'vag1';
	padding:9px 0 8px 13px;
	text-shadow:1px 3px 2px #003344;
}
.company-block .phone-box .holder p{margin:0;}
.company-block .phone-box .holder strong{
	display:block;
	font-weight:normal;
	font-size:24px;
	line-height:32px;
	color:#fff;
}
/* contact-block */
.contact-block{
	overflow:hidden;
	padding:18px 13px 0 7px;
	font-size:16px;
	line-height:20px;
}
.contact-block.condiciones {
	padding:25px;
	width:740px;
}
.contact-block .inf{
	float:left;
	width:530px;
}
.contact-block h2{margin-bottom:5px;}
.contact-block h3{margin-bottom:7px; margin-top:15px; font-family: 'vag1', Arial, Helvetica, sans-serif; font-size:16px; text-transform:uppercase; font-weight:normal;}
.contact-block p{margin:0 0 24px;}
.contact-block .holder{
	width:100%;
	overflow:hidden;
}
.contact-block .img{
	float:left;
	width:220px;
	margin-right:5px;
}
.contact-block img{vertical-align:top;}
.contact-block dl{
	margin:0;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	padding:27px 0 0;
}
.contact-block dt{
	float:left;
	width:78px;
	padding:4px 0 1px 35px;
	font-weight:bold;
	background:url(../images/icons-contact.gif) no-repeat;
}
.contact-block dl .phone{background-position:0 4px;}
.contact-block dl .email{background-position:0 -34px;}
.contact-block dl .skype{background-position:0 -70px;}
.contact-block dl .twitter{background-position:0 -111px;}
.contact-block dd{
	margin:0;
	overflow:hidden;
	padding:4px 0 19px;
}
.contact-block dd a{color:#004054;}
.contact-form{
	float:right;
	background:#e2e2e2;
	padding:12px 14px 16px 16px;
	width:347px;
	font-size:12px;
	line-height:20px;
	margin:3px 0 0;
}
.contact-form h3{
	margin:0 0 13px;
	color:#434343;
	font:18px/24px 'vag1', Arial, Helvetica, sans-serif;
}
.contact-form h3 span{color:#f49b00;}
.contact-form .row{
	width:100%;
	overflow:hidden;
}
.contact-form .col{
	float:left;
	width:160px;
}
.contact-form .right-col{
	float:right;
	width:160px;
}
.contact-form label{
	display:block;
	padding:0 2px;
}
.contact-form .txt{
	float:left;
	clear:both;
	border:1px solid #ccc;
	background:#fcffc0;
	margin:0;
	padding:5px 5px 4px;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#333;
	width:148px;
	height:15px;
}
.contact-form .area{
	overflow:hidden;
	width:335px;
	border:1px solid #ccc;
	background:#fcffc0;
	padding:5px;
	margin-bottom:10px;
}
.contact-form .area textarea{
	float:left;
	border:0;
	background:none;
	padding:0;
	margin:0;
	overflow:auto;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#333;
	width:335px;
	max-width:335px;
	min-width:335px;
	height:113px;
	min-height:113px;
}
.contact-form .bottom{
	overflow:hidden;
	padding:11px 2px 0;
}
.contact-form .bottom .btn1{
	float:right;
	padding:0;
	margin-top:-10px;
}
.contact-form .bottom .btn1 input{
	float:left;
	border:0;
	background:none;
	color:#fff;
	font:10px/26px Arial, Helvetica, sans-serif;
	width:81px;
	height:27px;
	cursor:pointer;
	padding:0 0 0 20px;
}
.contact-form .bottom label{
	float:left;
	color:#333;
	font-size:10px;
	line-height:11px;
	padding:0;
}
.contact-form .chk{
	float:left;
	width:16px;
	height:15px;
	margin:0;
	padding:0;
}
/* access-block */
.access-block{
	padding:19px 6px 0 8px;
	font-size:16px;
}
.access-block h2{margin:0 0 6px;}
.access-block p{margin:0 0 29px;}
.access-block .holder{
	overflow:hidden;
	margin:0 0 0 -4px;
	position:relative;
	width:980px;
}
.access-block .text{
	float:right;
	width:560px;
	font-size:13px;
	line-height:17px;
	padding:9px 0 0;
}
.access-block h3{
	margin:0 0 4px;
	color:#434343;
	font:17px/24px 'vag1', Arial, Helvetica, sans-serif;
}
.access-block h3 span{color:#f49b00;}
.access-block .text p{margin:0 0 18px;}
.access-block .text .list1{
	margin:0 0 12px;
	padding:14px 0;
	list-style:none;
	background:#004054;
	overflow:hidden;
	font-size:10px;
	line-height:15px;
	color:#fff;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.access-block .text .list1 li{
	float:left;
	padding:0 0 0 21px;
	background:url(../images/ico02.gif) no-repeat;
	margin:0 0 0 16px;
}
.access-block .text .list1 a{color:#fff;}
.access-block .text .row{
	width:100%;
	overflow:hidden;
}
.access-block .text .row ul{
	margin:0 0 0 -4px;
	padding:7px 0;
	list-style:none;
	float:left;
	overflow:hidden;
	font-size:12px;
	line-height:17px;
}
.access-block .text .row ul li{
	float:left;
	padding:0 14px;
	margin-left:-1px;
	background:url(../images/sep-01.gif) no-repeat 0 50%;
}
.access-block .text .row ul a{color:#004054;}
.access-block .text .row .btn1{
	float:right;
	padding-right:9px;
}
.access-block .reg-col{
	float:left;
	width:377px;
	font-size:13px;
	line-height:17px;
	border: 1px solid #D9D9D9;
	border-bottom-color: #8A8A8A;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #EFEFEF;
}
.access-block .form{
	background:#e2e2e2;
	padding:13px 15px 16px 16px;
	border: 1px solid white;
	border-width: 1px 2px 2px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.access-block .form p{margin:0 0 15px;}
.access-block .form .row{
	overflow:hidden;
	padding-bottom:13px;
	width:100%;
	
}
.access-block .form .col{
	float:left;
	width:160px;
}
.access-block .form .right-col{
	float:right;
	width:160px;
}
.access-block .form label{
	display:block;
	font:12px/20px Arial, Helvetica, sans-serif;
}
.access-block .form .txt{
	float:left;
	padding:5px 5px 4px;
	margin:0;
	border:1px solid #ccc;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#333;
	height:15px;
	background:#fcffc0;
	clear:both;
	width:148px;
}
.access-block .form .bottom{
	overflow:hidden;
	font-size:10px;
	line-height:20px;
}
.access-block .form .bottom a{
	float:left;
	color:#004054;
	margin-top:5px;
}
.access-block .form .btn1{
	float:right;
	padding:0;
}
.access-block .form .btn1 input{
	float:left;
	padding:0 0 0 22px;
	border:0;
	background:none;
	cursor:pointer;
	color:#fff;
	font:10px/27px Arial, Helvetica, sans-serif;
	height:27px;
	width:83px;
}
.access-block .sign-form{
	padding-top:15px;
}
.access-block .sign-form p{margin-bottom:13px;}
.access-block .sign-form .row{
	padding:0;
	overflow:visible;
}
.access-block .sign-form .row:after{
	clear:both;
	content:'';
	display:block;
}
.access-block .sign-form .txt{width:204px;}
.access-block .sign-form .btn1{margin:-2px 0 0;}
.access-block .sign-form .btn1 input{width:105px;}
/* search-block */
.search-block{
	padding:18px 26px 0 4px;
	margin-bottom:30px;
	width:980px;
	clear:both;
	overflow:hidden;
}
.search-block h2{margin:0 3px 16px;}
.search-block .form{
	border:1px solid #d9d9d9;
	background:#efefef;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:relative;
}
.search-block .form .holder{
	border:solid #fff;
	border-width:1px 2px 2px;
	padding:16px 17px 19px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:relative;
}
.search-block h3{
	font:11px/16px Arial, Helvetica, sans-serif;
	color:#005e78;
	margin:0 0 10px;
}
.search-block .form .row{
	width:100%;
	overflow:hidden;
	padding-bottom:25px;
}
.search-block .form .col{
	float:left;
	margin-right:5px;
}
.search-block .form .col1{width:98px;}
.search-block .form .col2{width:109px;}
.search-block .form .col3{width:91px;}
.search-block .form .col4{width:87px;}
.search-block .form .col5{width:99px;}
.search-block .form .col6{width:110px;}
.search-block .form .col7{width:91px;}
.search-block .form .col8{width:87px;}
.search-block .form .col9{width:100px;}
.search-block .form .hold{
	width:100%;
	overflow:hidden;
	padding-bottom:1px;
}
.search-block .form .rad{
	float:left;
	width:16px;
	height:15px;
	margin:0 5px 0 0;
	padding:0;
}
.search-block .form label{
	float:left;
	font-size:12px;
	line-height:17px;
	color:#666;
}
.search-block .form .bottom{
	width:100%;
	overflow:hidden;
	margin:-4px 0 0;
}
.search-block .form .bottom label{
	float:none;
	display:block;
	color:#005e78;
	font:11px/16px Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}
.search-block .form .txt{
	float:left;
	border:1px solid #cecece;
	background:#fcffc0;
	padding:3px 5px 4px;
	margin:0;
	width:114px;
	clear:both;
	font:11px/14px Arial, Helvetica, sans-serif;
	height:14px;
	color:#909090;
}
.search-block .form .bottom .col1{
	width:126px;
	margin-right:26px;
}
.search-block .form .bottom .col2{
	width:125px;
	margin-right:32px;
}
.search-block .form .bottom .col2 .txt{width:93px;}
.search-block .form .bottom .col3{width:154px;}
.search-block .form .bottom .ico{
	float:right;
	margin:4px 0 0;
}
.search-block .form .sel{
	float:left;
	width:126px;
	clear:both;
}
.search-block .form .selectArea{
	height:23px;
	line-height:23px;
	font-size:12px;
}
.search-block .selectArea .center{
	height:23px;
	line-height:23px;
	padding:0 22px 0 8px;
	background:url(../images/bg-select2.gif) repeat-x 0 -23px;
}
.search-block .selectArea .left{
	width:8px;
	background:url(../images/bg-select2.gif) no-repeat;
}
.search-block .selectArea a.selectButton{background:url(../images/bg-select2.gif) no-repeat 100% -46px;}
.search-block .btn1{
	float:right;
	padding:0;
	margin:18px 3px 0 0;
}
.search-block .btn1 input{
	float:left;
	border:0;
	background:none;
	color:#fff;
	font:10px/27px Arial, Helvetica, sans-serif;
	padding:0 0 0 20px;
	width:107px;
	height:27px;
	cursor:pointer;
}
/* main-holder */
.main-holder{
	overflow:hidden;
	padding:8px 7px 0 0;
}
/* content */
#content{float:left;}
.main-holder #content{width:736px;}
/* camps-block */
.camps-block{width:100%;}
.camps-block h2{margin-bottom:10px;}
#content h2{
	font-size:20px;
	line-height:23px;

	font-weight:bold;
	text-transform:uppercase;
}

.filter-form{
	border:1px solid #d9d9d9;
	border-bottom-color:#8a8a8a;
	background:#efefef;
	position:relative;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	font-size:12px;
	line-height:25px;
	color:#014052;
	margin-bottom:15px;
}
.filter-form .form-holder{
	border:1px solid #fff;
	border-width:1px 2px 2px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:relative;
	padding:9px 0 8px 11px;
	overflow:hidden;
}
.filter-form p{
	margin:0 16px 0 0;
	float:left;
}
.filter-form label{
	float:left;
	margin:0 6px 0 0;
}
.filter-form .sel{
	float:left;
	width:99px;
	font-size:11px;
	line-height:25px;
	color:#666;
}
.filter-form .selectArea{
	font-size:11px;
	line-height:25px;
	height:25px;
	margin-right:15px;
	color:#666;
}
.filter-form .sel1{
	float:left;
	width:95px;
}
.filter-form .sel2{
	float:left;
	width:142px;
}
.filter-form .sel1 .sel{width:80px;}
.filter-form .sel2 .sel{width:141px;}
.filter-form .sel2 .selectArea{margin:0;}
.filter-form .selectArea .left{
	width:8px;
	background:url(../images/bg-select3.gif) no-repeat;
}
.filter-form .selectArea .center{
	height:25px;
	line-height:25px;
	background:url(../images/bg-select3.gif) repeat-x 0 -25px;
	padding:0 25px 0 8px;
}
.filter-form .selectArea a.selectButton{background:url(../images/bg-select3.gif) no-repeat 100% -50px;}
.filter-form .txt{
	float:left;
	border:1px solid #ccc;
	background:#fcffc0;
	margin:0;
	font:11px/14px Arial, Helvetica, sans-serif;
	height:14px;
	color:#666;
	padding:4px 7px 5px;
	width:60px;
}
.filter-form .ico{
	float:left;
	margin:5px 18px 0 4px;
}
/* .camps-list */
.camps-list{
	margin:0;
	padding:0;
	font-size:13px;
	line-height:18px;
	overflow:hidden;
	vertical-align:top;
	border-bottom:1px solid #ccc;
	padding:21px 19px 22px;
	position:relative;
}

.selected {background:#e3eef1;}
.camps-list .img{
	float:left;
	margin:0 20px 0 0;
}
.camps-list .img img{
	vertical-align:top;
	border:1px solid #cdcdcd;
}
.camps-list .text{
	overflow:hidden;
	padding:5px 0 0;
	width:505px;
	float:left;
}
.camps-list h3{
	margin:0 0 5px;
	color:#004054;
	font-size:15px;
	line-height:20px;
	text-transform:uppercase;
	font-family: 'vag1', Arial, Helvetica, sans-serif;
}
.camps-list h3 a{color:#004054;}
.camps-list p{margin:0; }
.camps-list .date{
	display:block;
	font-size:12px;
	padding-bottom:10px;
}
.camps-list .row{
	width:505px;
	overflow:hidden;
	font-size:11px;
	line-height:29px;
	color:#004054;
	position:absolute;
	bottom:22px;
	right:22px;
}
.camps-list .btn1{
	float:right;
	padding-right:12px;
	margin-left:16px;
}
.camps-list .row p{
	margin:0;
	float:right;
}
.camps-list .row p.price {
	color:#666;
}
.camps-list .row p.price span {
	color:#333;
	font-weight:bold;
	font-size:12px;
}
/* business-camps */
.business-camps{
	margin:0;
	padding:4px 0 0;
	font-size:13px;
	line-height:18px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	padding:20px 17px 15px;
	vertical-align:top;
}
.business-camps li:hover{
	background:#e3eef1;
	border-color:#e3eef1;
}
.business-camps .img{
	float:left;
	margin:0 21px 0 0;
}
.business-camps .img img{
	vertical-align:top;
	border:1px solid #ccc;
}
.business-camps .text{overflow:hidden;}
.business-camps h3{
	margin:0 0 4px;
	color:#004054;
	font-size:16px;
	line-height:22px;
}
.business-camps h3 a{color:#004054;}
.business-camps .text p{margin:0 0 11px;}
.business-camps .row{
	width:100%;
	overflow:hidden;
	font-size:11px;
	line-height:24px;
}
.award{
	float:left;
	background:url(../images/ico-rewards.gif) no-repeat 0 -84px;
	width:120px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
}
.award.oro {background-position:0 0;}
.award.profesional {background-position:0 -28px;}
.award.premium {background-position:0 -54px;}

.business-camps .row .btn1{
	float:right;
	padding-right:12px;
	color:#fff;
	margin:2px 0 0 13px;
}
.business-camps .row a{
	float:right;
	color:#004054;
	margin:4px 0 0;
}
/* questions-answers */
.questions-answers{width:100%;}
.questions-answers h2{margin-bottom:7px;}
.questions-answers .intro{
	overflow:hidden;
	background:#d2e1e5;
	font-size:14px;
	line-height:18px;

	margin-bottom:21px;
	border: 1px solid #D9D9D9;
	border-bottom-color: #8A8A8A;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.questions-answers .intro .introIn {
	border: 1px solid white;
	border-width: 1px 2px 2px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:10px;
}
.questions-answers .intro .img{
	float:left;
	margin:0 12px 0 0;
	width:184px;
	text-align:center;
	padding-top:21px;
}
.questions-answers .intro .img img{vertical-align:top;}
.questions-answers .intro .text{
	overflow:hidden;
	padding:15px 0 0;
}
.questions-answers .intro h3{
	color:#333;
	margin:0 0 5px;
	font:16px/24px 'vag1', Arial, Helvetica, sans-serif;
}
.questions-answers .intro p{margin:0 0 14px;}
.questions-answers .intro .btn{
	width:100%;
	overflow:hidden;
}
/* claims-form */
.claims-form{margin-bottom:30px;}
.claims-form h3{
	margin:0 0 6px;
	color:#666;
	font-size:16px;
	line-height:22px;
	font-family:'vag1', Arial, Helvetica, sans-serif;
}
.claims-form .form-holder{
	background:#ebecec;
	overflow:hidden;

border: 1px solid #D9D9D9;
border-bottom-color: #8A8A8A;
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: #EFEFEF;
width:641px;
}
.claims-form .form-holder .form-holderIn {
border: 1px solid white;
border-width: 1px 2px 2px;
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	padding:24px 27px 21px 27px;
}
.claims-form .row{
	width:100%;
	overflow:hidden;
	padding-bottom:11px;
}
.claims-form .col{
	float:left;
	width:281px;
}
.claims-form .right{
	float:right;
	width:272px;
}
.claims-form label{
	float:left;
	font-size:12px;
	line-height:22px;
	color:#333;
}
.claims-form .txt{
	float:right;
	border:1px solid #cecece;
	padding:3px 5px;
	margin:0;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#555;
	height:15px;
	background:#fcffc0;
	width:160px;
}
.claims-form .sel{
	float:right;
	width:172px;
}
.claims-form .selectArea{
	height:22px;
	line-height:22px;
	float:right;
	color:#555;
	font-size:11px;
}
.claims-form .selectArea .left{
	width:7px;
	background:url(../images/bg-select4.gif) no-repeat;
}
.claims-form .selectArea .center{
	background:url(../images/bg-select4.gif) repeat-x 0 -22px;
	line-height:22px;
	height:22px;
	padding:0 25px 0 8px;
}
.claims-form .selectArea a.selectButton{background:url(../images/bg-select4.gif) no-repeat 100% -44px;}
.claims-form .area{
	width:100%;
	overflow:hidden;
	margin-bottom:16px;
}
.claims-form .area label{
	display:block;
	float:none;
}
.claims-form .area .holder{
	border:1px solid #cecece;
	background:#fcffc0;
	padding:3px 5px;
	overflow:hidden;
	margin-top:4px;
	width:572px;
}
.claims-form .area textarea{
	float:left;
	border:0;
	background:none;
	overflow:auto;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#555;
	padding:0;
	margin:0;
	width:572px;
	max-width:572px;
	min-width:572px;
	height:83px;
	min-height:83px;
}
.claims-form .bottom{
	overflow:hidden;
	padding:10px 6px 0 2px;
}
.claims-form .chk{
	float:left;
	width:16px;
	height:15px;
	margin:0 6px 0 0;
	padding:0;
}
.claims-form .bottom label{
	font-size:10px;
	line-height:11px;
}
.claims-form .checkboxArea,
.claims-form .checkboxAreaChecked{margin-right:6px;}
.claims-form .btn1{
	float:right;
	padding:0;
	margin-top:-10px;
}
.claims-form .btn1 input{
	float:left;
	cursor:pointer;
	border:0;
	background:none;
	padding:0 0 0 18px;
	color:#fff;
	font:10px/26px Arial, Helvetica, sans-serif;
	height:27px;
	width:85px;
}
.last-posted{
	width:100%;
}
.last-posted h3{
	margin:0;
	font-size:18px;
	line-height:24px;
	color:#f90;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	text-transform:uppercase;
	font-family: 'vag1', Arial, Helvetica, sans-serif;
}
.list{
	margin:0;
	list-style:none;
	border-bottom:1px solid #ccc;
	font-size:13px;
	line-height:18px;
	padding:16px 14px 20px 8px;
}
.list h4{
	margin:0 0 4px;
	color:#004054;
	font-size:15px;
	line-height:22px;
	text-transform:uppercase;
	font-family: 'vag1', Arial, Helvetica, sans-serif;
}
.list h4 a{color:#004054;}
.list p {margin:0 0 4px;background:#fbfbfb;border:solid 1px #ddd;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;padding:10px;color:#555;}
.list .meta{
	width:100%;
	overflow:hidden;
	font-size:11px;
	line-height:18px;
	padding-top:10px;
}
.meta dl{
	margin:0;
	float:left;
	padding:9px 0 0;
}
.meta dt{
	float:left;
	font-weight:bold;
	margin-right:5px;
}
.meta dd{
	float:left;
	margin:0 15px 0 0;
}
.list .meta .btn1{
	float:right;
	padding-right:9px;
	margin-top:4px;
}
/* post-box */
.post-box{
	width:727px;
	line-height:17px;
}
.post-box h2{margin:0 0 8px;}
.post-box .meta{
	background:#d2e1e5;
	overflow:hidden;
	font-size:12px;
	line-height:18px;
	margin-bottom:12px;
	border: 1px solid #D9D9D9;
	border-bottom-color: #8A8A8A;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.post-box .meta .metaIn{
padding:0;
border: 1px solid white;
border-width: 1px 2px 2px;
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.post-box .meta dl{
width:700px;
padding:14px 5px 13px 20px;

}
.post-box .meta dl dd{
	width:auto;
	margin-right:15px;
}
.post-box .meta ul{
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
	clear:both;
	overflow:hidden;
}
.post-box .meta ul li{
	float:left;
	margin-right:5px;
}
.post-box .meta ul img{display:block;}
.meta .text-box{
	padding:0 20px;
	color:#333;
	overflow:hidden;
	width:auto;
	margin-bottom:22px;
}
.post-box p{margin:0 0 16px;}
.post-box h3{
	margin:0 0 4px;
	color:#f49b00;
	font-size:18px;
	line-height:24px;
	font-family: 'vag1', Arial, Helvetica, sans-serif
}
.answers-list{
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #d9d9d9;
	font-size:12px;
	line-height:14px;
	color:#666;
}
.answers-list li{
	border-bottom:1px solid #d9d9d9;
	padding:17px 115px 26px 6px;
}
.answers-list .date{
	display:block;
	color:#999;
	font-size:11px;
}
.answers-list h4{
	margin:0 0 8px;
	color:#004054;
	font-size:14px;
	line-height:18px;
}
.answers-list h4 a{
	color:#004054;
	text-decoration:none;
}
.answers-list h4 a:hover{text-decoration:underline;}
.answers-list a{
	color:#036;
	text-decoration:underline;
}
.answers-list a:hover{text-decoration:none;}
.answers-list p{margin:0;}
/* aside */
.main-holder aside{
	float:right;
	width:218px;
}
/* widget */
.widget{
	border:1px solid #d9d9d9;
	border-bottom-color:#8a8a8a;
	position:relative;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#efefef;
	margin-bottom:13px;
}
.widget .w-holder{
	border:1px solid #fff;
	border-width:1px 2px 2px;
	position:relative;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:10px 0;
}
.widget .w-frame{
	border:1px solid #fff;
	border-width:0 1px 2px;
	position:relative;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:0 0 5px;
}
.widget h3{
	margin:0;
	padding-bottom:3px;
	color:#014052;
	font:14px/18px 'vag1', Arial, Helvetica, sans-serif;
	text-shadow:2px 3px 2px #c6c6c6
}
.widget-search{
	padding:0 8px 0 13px;
	font-size:11px;
	line-height:16px;
}
.widget-search .row{
	width:100%;
	overflow:hidden;
	padding-bottom:2px;
}
.widget-search .txt{
	float:left;
	border:1px solid #ccc;
	background:#fcffc0;
	padding:3px 5px;
	margin:0;
	font:12px/16px Arial, Helvetica, sans-serif;
	height:16px;
	color:#666;
	width:146px;
}
.widget-search .btn{float:right;}
.widget-search a{color:#014052;}
.widget-search .sel{
	width:158px;
}
.widget-search .selectArea{
	font-size:11px;
	line-height:25px;
	height:25px;
	margin-right:15px;
	color:#666;
}
.widget-search .selectArea .left{
	width:8px;
	background:url(../images/bg-select3.gif) no-repeat;
}
.widget-search .selectArea .center{
	height:25px;
	line-height:25px;
	background:url(../images/bg-select3.gif) repeat-x 0 -25px;
	padding:0 25px 0 8px;
}
.widget-search .selectArea a.selectButton{background:url(../images/bg-select3.gif) no-repeat 100% -50px;}
.widget .categories{
	width:100%;
	padding:13px 0 0;
}
.widget .categories h3{padding:0 13px 8px;}
.widget .categories ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:15px;

}
.widget .categories ul li{
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:4px;

}
.widget .categories ul a{color:#004054;}
.widget .categories .list1{margin-bottom:16px;}
.widget .categories .list1 a{
	background:url(../images/bullet01.gif) no-repeat 11px 3px;
	display:block;
	padding:0 25px;
	text-transform:capitalize;
	padding-bottom:2px;
}
.widget .categories .list1 .active,
.widget .categories .list1 a:hover{
	background-color:#004054;
	text-decoration:none;
	color:#fff;
		
}
.widget .categories .list1 ul{padding:5px 0 0;}
.widget .categories .list1 ul a{
	background:url(../images/bullet02.gif) no-repeat 25px 5px;
	padding-left:34px;
	
}
.widget .categories .list1 ul li a {
	font-size:11px;

}
.widget .categories .list1 ul a:hover{
	background-color:#d7d7d7;
	color:#004054;
}
.widget .categories .list2 a{
	background:url(../images/bullet03.gif) no-repeat 16px 5px;
	padding:0 25px;
	display:block;
}
.widget .categories .list2 a:hover{
	background-color:#d7d7d7;
	text-decoration:none;
}
.widget .title{
	width:190px;
	margin:0 -1px 5px;
	position:relative;
	background:#014052;
	overflow:hidden;
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	padding:7px 11px 0 15px;
}
.widget .title h3{
	margin:0;
	color:#ff9900;
	text-shadow:2px 3px 2px #013544;
	float:left;
	padding:0 0 8px;
}
.widget .title .btn-more{
	float:right;
	margin:2px 0 0;
}
.widget .title img{vertical-align:top;}
.widget .news-list{
	margin:0;
	padding:0 12px 0 9px;
	list-style:none;
	font-size:11px;
	line-height:15px;
	text-transform:uppercase;
}
.widget .news-list li{
	border-top:1px solid #ccc;
	padding:9px 0;
}
.widget .news-list li:first-child{border-top:0;}
.widget .news-list li a{
	display:block;
	overflow:hidden;
	width:100%;
	color:#155062;
	line-height:14px;
}
.widget .news-list li a img{
	float:left;
	border:1px solid #cecece;
	margin:0 9px 0 0;
}
.widget .news-list li a span{
	display:block;
	overflow:hidden;
	padding:1px 0 0;
}
.widget .news-list li a:hover span{text-decoration:underline;}
.widget .inf-list{
	margin:0;
	padding:7px 0 0;
	list-style:none;
	font-size:11px;
	line-height:15px;
	text-transform:uppercase;
}
.widget .inf-list li{padding-bottom:6px;}
.widget .inf-list a{
	color:#155062;
	display:block;
	background:url(../images/bullet01.gif) no-repeat 14px 3px;
	padding:0 10px 0 32px;
}
.widget .inf-list a:hover{
	text-decoration:none;
	background-color:#004054;
	color:#fff;
}
.main-holder aside .ad{
	width:100%;
	text-align:center;
}
.main-holder aside .ad h4{
	margin:0 0 4px;
	background:#ededed;
	color:#666;
	font-size:11px;
	line-height:24px;
	font-weight:normal;
}
.main-holder aside .ad ul{
	margin:0;
	padding:0;
	list-style:none;
}
.main-holder aside .ad ul li{padding-bottom:5px;}
.main-holder aside .ad img{vertical-align:top;}
/* main-area */
.main-area{
	overflow:hidden;
	width:100%;
	padding:8px 0 0;
}
.main-area #content{width:625px;}
.main-area h2{margin-bottom:8px;}
.main-area .intro-box{
	background:#d2e1e5;
	width:100%;
	font-size:12px;
	line-height:16px;
	margin-bottom:26px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #D9D9D9;
	border-bottom-color: #8A8A8A;
	position: relative;
}
.main-area .intro-box.socialNapa {
	margin-bottom:6px;
}
.main-area .intro-box .row{
	overflow:hidden;
	padding:13px 13px 16px;
	position:relative;
	border: 1px solid white;
border-width: 1px 1px 0;
position: relative;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
}
.main-area .intro-box .img{
	float:left;
	margin:0 15px 0 0;
}
.main-area .intro-box .img img{
	vertical-align:top;
	border:1px solid #ccc;
	width:171px;
}
.main-area .intro-box .text{
	overflow:hidden;
	padding:10px 0 0;
}
.main-area .intro-box p{margin:0 0 24px;}
.main-area .intro-box .price{
	margin:0;
	width:100%;
	overflow:hidden;
	font-weight:bold;
	font-size:11px;
}
.main-area .intro-box .price dt{
	float:left;
	margin-right:4px;
	width: 60px;
	text-transform: uppercase;
}
.main-area .intro-box .price dd{
	float:left;
	margin:0 3px 0 0;
	min-width:115px;
	/* color:#cc0000;
	font-weight:bold;
	font-size:12px; */
	font-weight: normal;
	text-transform: capitalize;	
}
.main-area .intro-box .sub-inf{
	width:100%;
	overflow:hidden;
	margin:0;
	font-size:11px;
	line-height:16px;
}
.main-area .intro-box .sub-inf dt{
	float:left;
	margin-right:4px;
	width:60px;
	text-transform:uppercase;
	font-weight:bold;
}
.main-area .intro-box .sub-inf dd{
	float:left;
	margin:0 3px 0 0;
	min-width:115px;
	font-weight:normal;
	text-transform:capitalize;
}
.main-area .intro-box .meta{
	overflow:hidden;
	padding:0 5px 0 0;
	border: 1px solid white;
	border-width: 1px;
	position: relative;
	-webkit-border-radius:  0 0 8px 8px;
	-moz-border-radius:  0 0 8px 8px;
	border-radius:  0 0 8px 8px;
}
.social-list{
	margin:0;
	padding:9px 0 0 0;
	list-style:none;
	float:right;

}
.social-list li{
	margin-right:5px;
	float:right;
	width:auto;
}
.social-list img{display:block;}
.main-area .intro-box .actions{
	margin:0;
	padding:10px 0 6px 0;
	list-style:none;
	float:left;
	font-size:13px;
	line-height:18px;
	color:#333;
}
.main-area .intro-box .actions li{
	float:left;
	padding:0 2px 0 13px;
}
.main-area .intro-box .actions a{
	float:left;
	padding:0 0 0 10px;
	color:#004054;
	font-size:11px;
}
.main-area .intro-box .actions .email{
	padding:0 0 0 22px;
	background:url(../images/ico-email.gif) no-repeat 0 2px;
}
.main-area .intro-box .actions .web{
	padding:0 0 0 22px;
	background:url(../images/ico-web.gif) no-repeat 0 2px;
}
.main-area .intro-box .actions .link{
	padding:0 0 0 18px;
	background:url(../images/ico11.gif) no-repeat 0 0;
}
.main-area .intro-box .actions .phone{
	float:left;
	font-size:11px;
	padding:0 0 0 24px;
	background:url(../images/ico09.gif) no-repeat 0 1px;
}
.main-area .intro-box .rate-box{
	width:405px;
	overflow:hidden;
	font-size:10px;
	line-height:15px;
	color:#333;
	margin-top:-5px;
	position:absolute;
	bottom:17px;
	right:20px;
}
.main-area .intro-box .rate-box .award{
	text-indent:0;
	width:120px;
	height:26px;
}
.main-area .intro-box .rate-box .award img{vertical-align:top;}
.main-area .intro-box .rate{
	float:right;
	padding:9px 2px 0 0;
}
.main-area .intro-box .rate span{
	float:left;
	margin:1px 6px 0 0;
}
.rating{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:74px;
	height:15px;
	overflow:hidden;
	background:url(../images/star-matrix.gif) no-repeat 0 -165px;
	position:relative;
}
.rating.one { background-position:0 -150px;}
.rating.two { background-position:0 -135px;}
.rating.three { background-position:0 -120px;}
.rating.four { background-position:0 -105px;}
.rating.five { background-position:0 -90px;}
.rating.six { background-position:0 -75px;}
.rating.seven { background-position:0 -60px;}
.rating.eight { background-position:0 -45px;}
.rating.nine { background-position:0 -30px;}
.rating.ten { background-position:0 -15px;}



.main-area .info-box{
	width:591px;
	padding:0 4px;
	margin:0 0 33px 9px;
	font-size:14px;
	line-height:18px;
	color:#666;
	overflow:hidden;
}
.main-area .info-box h3{
	color:#666;
	font-size:16px;
	line-height:22px;
	margin:0 -4px 11px;
	border-bottom:1px solid #d9d9d9;
	width:591px;
	padding:0 4px 3px;
	font-family:'vag1', Arial, Helvetica, sans-serif;
}
.main-area .info-box p{margin:0 0 14px;}
.main-area .download-list{
	margin:0 0 -5px;
	padding:5px 0 0;
	list-style:none;
	width:100%;
}
.main-area .download-list li{
	overflow:hidden;
	width:100%;
	padding-bottom:13px;
	vertical-align:top;
}
.main-area .download-list img{
	float:left;
	margin:0 14px 0 0;
}
.main-area .download-list .text{
	overflow:hidden;
	padding:9px 0 0;
}
.main-area .download-list h4{
	margin:0 0 8px;
	color:#333;
	font:13px/16px Arial, Helvetica, sans-serif;
}
.main-area .download-list .link{
	width:100%;
	overflow:hidden;
	font-size:11px;
	line-height:18px;
}
.main-area .download-list .link a{
	float:left;
	padding:0 0 0 23px;
	background:url(../images/ico-download.gif) no-repeat;
	color:#004054;
	cursor:pointer;
}
.main-area .download-list .link a span{
	color:#999;
	padding:0 0 0 5px;
}
.main-area .info-box .social{
	float:none;
	width:100%;
	overflow:hidden;
	padding:6px 0 0;
}
.main-area .info-box .social li{
	padding:0 6px 0 3px;
	margin:0;
}
.main-area .info-box .social a{
	width:28px;
	height:28px;
	background:url(../images/ico-social2.gif) no-repeat;
}
.main-area .info-box .social a.google{background-position:0 0;}
.main-area .info-box .social a.twitter{background-position:0 -28px;}
.main-area .info-box .social a.facebook{background-position:0 -56px;}
.main-area .info-box .title{
	width:585px;
	padding:0 10px 3px 4px;
	margin:0 -4px 20px;
	border-bottom:1px solid #d9d9d9;
	overflow:hidden;
}
.main-area .info-box .title h3{
	margin:0;
	padding:0;
	border:0;
	width:auto;
	float:left;
}
.main-area .info-box .title .all{
	float:right;
	color:#004054;
	font-size:11px;
	line-height:18px;
	background:url(../images/ico12.gif) no-repeat;
	padding:0 0 0 19px;
	margin-top:3px;
}
.offers-list{
	width:100%;
	margin:0 0 -8px;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:17px;
}
.offers-list li{
	overflow:hidden;
	padding:0 0 11px 25px;
	background:url(../images/ico13.gif) no-repeat 2px 0;
}
.offers-list li a{color:#004054;}
.main-area aside{
	float:right;
	width:338px;
	padding:6px 0 0;
}
.main-area aside .back{
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	padding:0 8px 10px;
}
.main-area aside .back a{
	float:right;
	padding:0 0 0 22px;
	background:url(../images/ico08.gif) no-repeat 0 2px;
	color:#014052;
}
.main-area aside .box{
border: 1px solid #D9D9D9;
border-bottom-color: #8A8A8A;
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: #EFEFEF;
	margin-bottom:29px;
}
.main-area aside .box .holder{
border: 1px solid white;
border-width: 1px 2px 2px;
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	padding:14px 19px 17px 18px;
	overflow:hidden;
}
.main-area aside .box .subttl{
	display:block;
	color:#004054;
	font-size:11px;
	line-height:16px;
}
.main-area aside .box h3{
	margin:0 0 9px;
	color:#004054;
	font-size:16px;
	line-height:26px;
	font-family: 'vag1', Arial, Helvetica, sans-serif;
}
.main-area aside .box address{
	padding:0 0 14px;
	font-style:normal;
	font-size:11px;
	line-height:13px;
}
.main-area aside .box address span{display:block;}
.main-area aside .box .inf{
	margin:0 0 2px;
	width:100%;
	overflow:hidden;
	font-size:13px;
	line-height:16px;
}
.main-area aside .box .inf dt{
	float:left;
	width:23px;
	text-indent:-9999px;
	overflow:hidden;
	height:16px;
}
.main-area aside .box .inf .phone{background:url(../images/ico09.gif) no-repeat;}
.main-area aside .box .inf .link{background:url(../images/ico10.gif) no-repeat 2px 1px;}
.main-area aside .box .inf .web{background:url(../images/ico-web.gif) no-repeat 2px 1px;}
.main-area aside .box .inf dd{
	overflow:hidden;
	margin:0;
	padding-bottom:14px;
}
.main-area aside .box .inf a{
	font-size:11px;
	color:#004054;
}
.main-area aside .box .bottom{
	width:100%;
	overflow:hidden;
}
.main-area aside .box .btn1{
	float:right;
	padding-right:11px;
}
.main-area aside .image{
	padding:8px;
	margin-left:-1px;
	width:324px;
	background:#ebecec;
	margin-bottom:29px;
}
.main-area aside .image ul {
	list-style:none;
}
.main-area aside .image img{vertical-align:top;}
.main-area aside .image1{
	width:316px;
	margin:0 0 20px 3px;
	border: 1px solid #D9D9D9;
	border-bottom-color: #8A8A8A;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #EFEFEF;
}

.main-area aside .form{
	width:338px;
	margin:0 0 0 5px;
	font-size:12px;
	line-height:16px;
}
.main-area aside .form h3{
	margin:0;
	color:#004054;
	font-size:16px;
	line-height:26px;
	font-family:'vag1', Arial, Helvetica, sans-serif;
}
.main-area aside .form p{
	margin:0;
	padding-bottom:3px;
}
.main-area aside .form .form-holder{

	background:#ebecec;
	margin-top:4px;
	
border: 1px solid #D9D9D9;
border-bottom-color: #8A8A8A;
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: #EFEFEF;
width:330px;

	
}
.main-area aside .form .form-holder fieldset{
	padding:24px 20px 17px 20px;
border: 1px solid white;
border-width: 1px 2px 2px;
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	
}
.main-area aside .form .row{
	width:100%;
	overflow:hidden;
	padding-bottom:9px;
}
.main-area aside .form label{
	display:block;
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#333;
	padding:0 0 3px;
}
.main-area aside .form .row label{
	float:left;
	padding:0;
	line-height:22px;
}
.main-area aside .form .row .txt{
	float:right;
	border:1px solid #d0d0d0;
	background:#fcffc0;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#555;
	height:14px;
	padding:2px 5px 3px;
	margin:0;
	width:160px;
}
.main-area aside .form .sel{
	float:right;
	width:172px;
}
.main-area aside .form .selectArea{
	float:right;
	font-size:11px;
	line-height:22px;
	color:#555;
	height:22px;
}
.main-area aside .form .selectArea .left{
	width:7px;
	background:url(../images/bg-select4.gif) no-repeat;
}
.main-area aside .form .selectArea .center{
	padding:0 24px 0 7px;
	height:22px;
	line-height:22px;
	background:url(../images/bg-select4.gif) repeat-x 0 -22px;
}
.main-area aside .form .selectArea a.selectButton{background:url(../images/bg-select4.gif) no-repeat 100% -44px;}
.main-area aside .form .area{
	border:1px solid #d0d0d0;
	background:#fcffc0 url(../images/bg-textarea-top.gif) repeat-x;
	margin-bottom:11px;
}
.main-area aside .form .area .holder{
	background:url(../images/bg-textarea-bottom.gif) repeat-x 0 100%;
	padding:2px 5px;
	overflow:hidden;
	width:269px;
}
.main-area aside .form .area textarea{
	float:left;
	border:0;
	background:none;
	padding:0;
	margin:0;
	overflow:auto;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#555;
	width:269px;
	max-width:269px;
	min-width:269px;
	height:85px;
	min-height:85px;
}
.main-area aside .form .bottom{
	overflow:hidden;
	padding:3px 0 0 2px;
}
.main-area aside .form .chk{
	float:left;
	margin:0 4px 0 0;
	padding:0;
	width:16px;
	height:15px;
}
.main-area aside .form .checkboxArea, 
.main-area aside .form .checkboxAreaChecked{margin:1px 6px 0 0;}
.main-area aside .form .bottom label{
	padding:0;
	float:left;
	font-size:10px;
	overflow:hidden;
	line-height:13px;
}
.main-area aside .form .btn1{
	float:right;
	margin:-2px 0 0;
	padding:0;
}
.main-area aside .form .btn1 input{
	float:left;
	border:0;
	background:none;
	padding:0 0 0 16px;
	color:#fff;
	font:10px/26px Arial, Helvetica, sans-serif;
	height:27px;
	width:85px;
	cursor:pointer;
}
.map-area{
	width:328px;
	margin:24px 0 0 1px;
}
.map-area h3{
	margin:0 0 2px;
	color:#004054;
	font-size:16px;
	line-height:26px;
	font-family:'vag1', Arial, Helvetica, sans-serif;
}
.map-area address{
	padding:0 0 10px;
	font-style:normal;
	font-size:11px;
	line-height:13px;
}
.map-area address span{display:block;}
.map-area .map{
	width:100%;
	overflow:hidden;
}
.map-area .map img{vertical-align:top;}
/* footer */
footer{
	width:100%;
	border-top:5px solid #f49b00;
}
.footer-top{
	border-top:1px solid #fff;
	background:#004054;
	padding:29px 0 43px;
	font-size:12px;
	line-height:17px;
	color:#ccc;
}
.footer-top .holder{
	width:990px;
	margin:0 auto;
	background:url(../images/div01.gif) repeat-y 488px 0;
}
.footer-top .holder:after{
	clear:both;
	content:'';
	display:block;
}
.footer-top .left{
	float:left;
	width:460px;
}
.footer-top .right{
	float:right;
	width:470px;
	margin-bottom:-15px;
}
.footer-top .title{
	width:100%;
	margin-bottom:19px;
}
.footer-top .title:after{
	clear:both;
	content:'';
	display:block;
}
.footer-logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/footer-logo.gif) no-repeat;
	width:244px;
	height:54px;
	position:relative;
	margin:-3px 0 0 -6px;
}
.footer-logo a{
	display:block;
	height:100%;
}
.footer-top .social{padding-top:31px;}
.footer-top .social li{margin-left:5px;}
.footer-top .left .row{
	width:100%;
	overflow:hidden;
}
.footer-top .left .col{
	float:left;
	width:187px;
	padding-left:10px;
}
.footer-top .left .col ul{
	width:100%;
	overflow:hidden;
}
.footer-top ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-top .left .row li{
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:8px;
}
.footer-top .left .row .right-col li{padding-bottom:6px;}
.footer-top a{color:#fff; text-transform:capitalize; }
.footer-top .left .row a{
	float:left;
	padding-left:21px;
	background:url(../images/ico01.gif) no-repeat 0 1px;
}
.footer-top .phone{
	display:block;
	color:#fff;
	padding:0 0 0 21px;
	font-size:24px;
	line-height:30px;
	width:166px;
}
.footer-top h4{
	margin:0 0 10px;
	font-size:12px;
	line-height:18px;
	padding:0 0 0 21px;
	background:url(../images/ico03.gif) no-repeat 0 1px;}
.footer-top .right ul{padding:0 0 17px 22px;}
.footer-top .right .col{
	float:left;
	width:165px;
	padding-right:10px;
}
.footer-top .right .col1{width:137px;}
.footer-top .right .col2{width:137px;}
.footer-bottom{
	width:990px;
	margin:0 auto;
	color:#999;
	font-size:12px;
	line-height:17px;
	padding:18px 0 30px;
}
.footer-bottom:after{
	clear:both;
	content:'';
	display:block;
}
.footer-bottom ul{
	margin:0 0 0 -9px;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
.footer-bottom ul li{
	float:left;
	padding:0 8px;
	background:url(../images/sep-footer.gif) no-repeat 0 50%;
	margin-left:-4px;
}
.footer-bottom a{color:#004054;}
.footer-bottom p{
	margin:0;
	text-align:right;
}
.footer-bottom p span{color:#004054;}

.searchable { padding:50px 0 10px 0; border-bottom:1px solid #ccc; margin:0;}
.searchable span { color: #F49B00;}
.searchable.first { padding-top:30px;}



/* Ofertas destacadas módulo */
.ofertas-features-block { clear:both; overflow:hidden; }
.ofertas-features-block h3 { clear:both; overflow:hidden; }
.ofertas-features-block .features-item { float:left; margin:0 10px 20px 10px; width:290px; }
.ofertas-features-block .features-item img { float:left; margin-right:20px; width:90px; }
.ofertas-features-block .features-item .info { float:left; width:180px;  }
.ofertas-features-block .features-item .info span { font-size:10px; color:#666666; }
.ofertas-features-block .features-item .info a { clear:both; overflow:hidden; display:block; font-size:12px; }



/* paginacion */
.paginacion { font-size:11px; padding-top:12px; }
.paginacion div { width:auto; float:left; clear:none; padding-top:3px; }
.paginacion ul { float:right; list-style:none;}
.paginacion ul li { float:left; clear:none; margin-right:2px;}
.paginacion ul li a { background-color:#004054; padding:3px 5px; color:#fff;}
.paginacion ul li.act a { background-color:#F49B00;}
.paginacion ul li a:hover { background-color:#F49B00; text-decoration:none; }



/* commonPopUp */
.commonPopUp { clear:both; 	width:480px; overflow:hidden; margin-left:27px;  }
.commonPopUp .form .form-holder{ margin-top:4px; }
.commonPopUp .form {
	margin:0 0 0 5px;
	font-size:12px;
	line-height:16px;
	background:#ebecec;
	padding:30px;
}
.commonPopUp .form h2 {
	color:#004054;
	font-size:16px;
	line-height:19px;
	font-family:'vag1', Arial, Helvetica, sans-serif;
	margin:0;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
.commonPopUp .form h3 {
	color:#F49B00;
	font-size:14px;
	font-family:'vag1', Arial, Helvetica, sans-serif;
	margin:0;
	padding-bottom:3px;
}
.commonPopUp .form p { margin:0; padding-bottom:10px; clear:both; overflow:hidden; }
.commonPopUp .form .row { width:190px; float:left; padding-bottom:9px; margin:0 16px 0 0; display:block; }
.commonPopUp .form .row.last { margin-right:0; }
.commonPopUp .form .row label{ padding:0; line-height:22px; clear:both;  overflow:hidden;  }
.commonPopUp .form .row .txt{
	float:left;
	border:1px solid #d0d0d0;
	background:#fcffc0;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#555;
	height:14px;
	padding:2px 5px 3px;
	margin:0;
	width:180px;
}
.commonPopUp .form .sel {
	float:right;
	width:192px;
}
.commonPopUp .form .selectArea {
	float:left;
	font-size:11px;
	line-height:22px;
	color:#555;
	height:22px;
}
.commonPopUp .form .selectArea .left{
	width:7px;
	background:url(../images/bg-select4.gif) no-repeat;
}
.commonPopUp .form .selectArea .center{
	padding:0 24px 0 7px;
	height:22px;
	line-height:22px;
	background:url(../images/bg-select4.gif) repeat-x 0 -22px;
}
.commonPopUp .form .selectArea a.selectButton{background:url(../images/bg-select4.gif) no-repeat 100% -44px;}
.commonPopUp .form .area{
	border:1px solid #d0d0d0;
	background:#fcffc0 url(../images/bg-textarea-top.gif) repeat-x;
	margin-bottom:11px;
}
.commonPopUp .form .area .holder{
	background:url(../images/bg-textarea-bottom.gif) repeat-x 0 100%;
	padding:2px 5px;
	overflow:hidden;

}
.commonPopUp .form .area textarea{
	float:left;
	border:0;
	background:none;
	padding:0;
	margin:0;
	overflow:auto;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#555;
	width:400px;
	max-width:400px;
	min-width:400px;
	height:85px;
	min-height:85px;
}
.commonPopUp .form .bottom{
	overflow:hidden;
	clear:both;
	padding:20px 0 0 2px;
}
.commonPopUp .form .chk{
	float:left;
	margin:0 4px 0 0;
	padding:0;
	width:16px;
	height:15px;
}
.commonPopUp .form .checkboxArea, 
.commonPopUp .form .checkboxAreaChecked{margin:1px 6px 0 0;}
.commonPopUp .form .bottom label{
	padding:0;
	float:left;
	font-size:10px;
	overflow:hidden;
	line-height:13px;
	width:auto;
}
.commonPopUp .form .bottomBut {
	padding-top:10px;
	border-top:1px solid #ccc;
	margin-top:10px;
	clear:both;
	overflow:hidden;
}
.commonPopUp .form .bottomBut .btn1{
	float:right;
	margin:-2px 0 0;
	padding:0;
}

.commonPopUp .form .bottomBut .btn1 input{
	float:right;
	border:0;
	background:none;
	padding:0 0 0 16px;
	color:#fff;
	font:10px/26px Arial, Helvetica, sans-serif;
	height:27px;
	width:85px;
	cursor:pointer;
}


/* mapa web */
.mapaweb { clear:both; overflow:hidden; padding-top:15px; }
.mapaweb li { float:left; width:210px; margin-right:30px; list-style:none; }
.mapaweb li ul { float:none; clear:both; overflow:hidden; }
.mapaweb li ul h4 { font-size:12px; font-weight:bold; color:#F90; padding-top:10px; clear:both; overflow:hidden; }
.mapaweb li ul li { padding:0 0 0 0; margin:0; line-height:15px; }
.mapaweb li ul li a { font-size:11px; padding:0 0 0 0; margin:0; }


/* panelok */
.panelok { border: solid 1px #ccc; background-color:#efefef; }
.panelokIn { padding:15px; }


ul.social-demandas { clear:both; overflow:hidden; float:right; list-style:none; margin-bottom:12px;}
ul.social-demandas li { margin-right:7px; float:left; }



/*adds ramon*/
.faltan { border: solid 1px red; }
.error{ color: red!important;font-weight:bold!important}
.ok{ color: green;font-weight:bold }
.search-block .form .hold{
	width:220px;
	overflow:hidden;
	padding-bottom:1px;float:left;
}
.mini{font-size:11px}


#pasos.pasos-alta {
width: 500px;
}
#pasos {
overflow: hidden;
margin: 10px auto;
}
#pasos .paso {
width: 125px;
float: left;
}
#pasos p {
text-align: center;
color: #818181;
font-size: 11px;
margin-top: 5px;
}
#pasos #first-paso.paso span {
background: url(../img/pasos.png) no-repeat left -66px;
color: #fff;
}
#pasos .paso span.paso-activo, #pasos #first-paso.paso span {
font-weight: bold;
color: #000;

background: url(../img/pasos.png) no-repeat left top;
}
#pasos .paso span.paso-activo, #pasos #first-paso.paso span {
font-weight: bold;
color: #000;

background: url(../img/pasos.png) no-repeat left top;
}
#pasos .paso span {
display: block;
clear: both;
height: 33px;
background: url(../img/pasos.png) no-repeat left -33px;
text-align: center;
line-height: 33px;
font-weight: bold;
color: #414141;
font-weight: bold;

}


