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

/*RESET*/
/*================================================*/
html, body.all, body.all div, body.all span, body.all object, body.all iframe, body.all h1, body.all h2, body.all h3, body.all h4, body.all h5, body.all h6, body.all p, body.all blockquote, body.all pre, body.all abbr, body.all address, body.all cite, body.all code, body.all del, body.all dfn, body.all em, body.all img, body.all ins, body.all kbd, body.all q, body.all samp, body.all small, body.all strong, body.all sub, body.all sup, body.all var, body.all b, body.all i, body.all dl, body.all dt, body.all dd, body.all ol, body.all ul, body.all li, body.all fieldset, body.all form, body.all label, body.all legend, body.all table, body.all caption, body.all tbody, body.all tfoot, body.all thead, body.all tr, body.all th, body.all td, body.all article, body.all aside, body.all canvas, body.all details, body.all figcaption, body.all figure, body.all footer, body.all header, body.all hgroup, body.all menu, body.all nav, body.all section, body.all summary, body.all time, body.all mark, body.all audio, body.all video {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
body.all {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body.all article, body.all aside, body.all details, body.all figcaption, body.all figure, body.all footer, body.all header, body.all hgroup, body.all menu, body.all nav, body.all section {
	display: block;
}
body.all nav ul {
	list-style: none;
}
body.all blockquote, body.all q {
	quotes: none;
	-webkit-text-size-adjust: none;
}
body.all blockquote:before, body.all blockquote:after, body.all q:before, body.all q:after {
	content: none;
}
body.all a {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
body.all ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
body.all mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}
body.all del {
	text-decoration: line-through;
}
body.all abbr[title], body.all dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
body.all table {
	border-collapse: collapse;
	border-spacing: 0;
}
body.all hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
body.all input, body.all select {
	vertical-align: middle;
	-webkit-text-size-adjust: none;
}
/*botones iphone*/
body.all button, body.all input[type="reset"], body.all input[type="button"], body.all input[type="submit"], body.all input[type="search"] {
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
}
/*telefonos NO azules en iPhone*/
body.all a[href^=tel] {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*================================================*/

/*ALL*/
/*================================================*/
/*HIDE ELEMENTS*/
.not_dsply {
	display: none;
}
/*COLORS*/
/*greens*/
.all .c_grn {
	color: #2da530;
}
/*greys*/
.all .cgry_666 {
	color: #666;
}
.all .cgry_999 {
	color: #999;
}
/*white*/
.all .cwt_FFF {
	color: #FFF;
}
/*GRADIENTs*/
/*green*/
.all .grad_green {
	background: rgb(46,175,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(46,175,49,1) 0%, rgba(17,114,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(46,175,49,1)), color-stop(100%, rgba(17,114,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(46,175,49,1) 0%, rgba(17,114,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(46,175,49,1) 0%, rgba(17,114,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(46,175,49,1) 0%, rgba(17,114,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(46,175,49,1) 0%, rgba(17,114,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2da530', endColorstr='#117213', GradientType=0 ); /* IE6-9 */
}
.all .grad_green_light {
   background: linear-gradient(45deg, rgb(13,79,14) 0%, rgb(26,133,30) 44%, rgb(218,247,0) 100%);
}
/*BOX SHADOWs*/
.all .box_shadow {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
}
/*================================================*/

/*GENERALs*/
/*================================================*/
/*SIZEs*/
/*max width*/
.mw960 {
	max-width: 961px;
}
.mw1300 {
	max-width: 1300px;
	padding-left: 2% !important;
    padding-right: 2% !important;
}
/*width*/
.w23 {
	width: 23.5%;
}
.w25 {
	width: 25%;
}
.w32 {
	width: 32%;
}
.w33 {
	width: 33%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w48 {
	width: 48%;
}
.w50 {
	width: 50%;
}
.w52 {
	width: 52%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w67 {
	width: 67%;
}
.w64 {
	width: 64%;
}
.w65 {
	width: 65%;
}
.w75 {
	width: 75%;
}
.w100 {
	  width: 100%;
    }
/*MARGINS / PADDINGS*/
/*margins top*/
.all .mar_top5 {
	margin-top: 5px;
}
.all .mar_top10 {
	margin-top: 10px;
}
/*margins bottom*/
.all .mar_bot5 {
	margin-bottom: 5px;
}
.all .mar_bot10 {
	margin-bottom: 10px;
}
/*paddings top*/
.all .pad_top5 {
	margin-top: 5px;
}
.all .pad_top10 {
	margin-top: 10px;
}
/*paddings bottom*/
.all .pad_bot5 {
	padding-bottom: 5px;
}
.all .pad_bot10 {
	padding-bottom: 10px;
}
.all .pad_bot15 {
	padding-bottom: 15px;
}
.all .pad_bot20 {
	padding-bottom: 20px;
}
/*FLOATING*/
/*float left*/
.fl_lft {
	float: left;
}
/*float right*/
.fl_rgt {
	float: right;
}
/*ALINGs*/
/*center*/
.box_cnt, .all .box_cnt {
	margin: 0 auto;
	display: block;
}
/*SHADOWS*/
.all .shdw_bttm {
	-webkit-transition: box-shadow 0.5s ease-in-out;
	-moz-transition: box-shadow 0.5s ease-in-out;
	-ms-transition: box-shadow 0.5s ease-in-out;
	-o-transition: box-shadow 0.5s ease-in-out;
	transition: box-shadow 0.5s ease-in-out;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow: 0px 5px 0px 0px rgba(50, 50, 50, 0.45);
	box-shadow: 0px 5px 0px 0px rgba(50, 50, 50, 0.45);
}
/*BUTTONs*/
.all .btn_cont {
	overflow: hidden;
	height: 100%;
}
.all .btn_white, .all .btn_green, .all .btn_brdwhite, .all .btn_brdgrey {
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'HelvNeue55', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	font-weight: 200;
	display: block;
	-webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*white button*/
.all .btn_white {
	color: #666;
	background-color: #FFF;
}
.all .btn_white:hover, .all .btn_white:focus {
	color: #FFF;
	background-color: #666;
}
/*green button*/
.all .btn_green {
	color: #FFF;
	background-color: #2da530;
}
.all .btn_green:hover, .all .btn_green:focus {
	color: #FFF;
	background-color: #666;
}
/*white border button*/
.all .btn_brdwhite {
	color: #FFF;
	border: 1px solid #cccccc;
}
.all .btn_brdwhite:hover, .all .btn_brdwhite:focus {
	color: #FFF;
	background-color: #666;
}
/*grey border button*/
.all .btn_brdgrey {
	color: #666;
	border: 1px solid #666;
}
.all .btn_brdgrey:hover, .all .btn_brdgrey:focus {
	color: #FFF;
	background-color: #666;
}
/*black button*/
.all .btn_black {
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 5%;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #FFF;
	text-align: center;
	background-color: #000;
	-webkit-transition: border 0.5s ease-in-out, background-color 0.5s ease-in-out;
	-moz-transition: border 0.5s ease-in-out, background-color 0.5s ease-in-out;
	-ms-transition: border 0.5s ease-in-out, background-color 0.5s ease-in-out;
	-o-transition: border 0.5s ease-in-out, background-color 0.5s ease-in-out;
	transition: border 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.all .btn_black:hover, .all .btn_black:focus {
	background-color: #2da530;
}
/*icon button*/
.all .btn_black.icon, .all .btn_green.icon, .all .btn_brdwhite.icon {
	position: relative;
	display: block;
}
.all .btn_black.icon .arrow_rgt, .all .btn_green.icon .arrow_rgt, .all .btn_brdwhite.icon .arrow_rgt {
	width: 14px;
	height: 25px;
	position: absolute;
	top: center;
	right: 5%;
}
.all .btn_black.icon .arrow_rgt img, .all .btn_green.icon .arrow_rgt img, .all .btn_brdwhite.icon .arrow_rgt img {
	width: 14px;
	height: 25px;
}
.all .btn_black.icon {
	line-height: 1.5em;
}
.all .btn_green.icon {
	line-height: 1.3em;
}
/*================================================*/

/*ESTRUCTURE*/
/*================================================*/
/*ALL*/
.all {
	font-family: 'Tahoma', Geneva, sans-serif;
	background-color: #666 !important;
}
.all.bg_white {
	background-color: #FFF !important;
}
.all.no_pad {
	padding-top: 0;
}
.all section {
	background-color: #FFF !important;
}
/*CONTAINER*/
.all .contents {
	padding-top: 22px;
	padding-bottom: 42px;
	background-color: #FFF;
}
/*COLs*/
/*col*/ /*container*/
.col_cont {
	height: 100%;
	overflow: hidden;
}
/*================================================*/

/*MODULES*/
/*================================================*/
/*WHITE BACKGROUND MOD*/
.all .mod_white {
	background-color: #FFF;
}
/*SOCIAL MEDIA WIDGET*/
.all .social.widget {
	margin-top: -33px;
	width: 62%;
	float: right;
	overflow: hidden;
	height: 100%;
}
.all .social.widget #redes_sociales {
	width: auto !important;
	float: right;
	display: inline-block;
}
.all .social.widget #barra_social {
	width: 100%;
	overflow: hidden;
	height: 100%;
	display: table;
}
.all .social.widget #barra_social #superior {
	width: auto;
	display: table-cell;
	vertical-align: middle;
}
.all .social.widget #barra_social #superior #izquierda {
	margin-right: 0;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.all .social.widget #barra_social #superior #derecha {
	max-width: 85px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.all .social.widget #barra_social #superior #derecha #twitter-widget-0 #widget, .all .social.widget #barra_social #superior iframe {
	max-width: 125px !important;
	width: 125px !important;
}
.all .social.widget #barra_social #superior #izquierda .fb_iframe_widget {
	max-width: 120px;
}
.all .social.widget #barra_social #inferior {
	width: auto;
	display: table-cell;
	vertical-align: middle;
}
/*BANNERS*/
/*500mb*/
.all .banner_500mb {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px !important;
	margin-left: auto;
	width: 99.5%;
	float: none;
	clear: both;
	display: block;
	background-color: #333;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.all .banner_500mb:hover, .all .banner_500mb:focus, .all .banner_500mb a:focus {
	background-color: #2da530;
}
.all .banner_500mb .fl_lft.w48 {
	padding-top: 1em;
	padding-right: 2%;
	width: 35%;
}
.all .banner_500mb .fl_rgt.w52 {
	padding-left: 1%;
	width: 62%;
}
.all .banner_500mb a {
	padding: 2%;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: block;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.all .banner_500mb a .label_new {
	position: absolute;
	top: 0;
	left: 0;
}
.all .banner_500mb a .tit {
	font-family: 'HelvNeue35', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #FFF;
	text-align: right;
	display: block;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.all .banner_500mb a .tit .dest {
	font-family: 'HelvNeue75', Arial, Helvetica, sans-serif;
	color: #FFF;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.all .banner_500mb a .explain {
	font-family: 'HelvNeue35', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #FFF;
}
.all .banner_500mb a .mb {
	padding-left: 1%;
	font-family: 'HelvNeue75', Arial, Helvetica, sans-serif;
	font-size: 3.2em;
	line-height: 1em;
	color: #FFF;
	font-weight: 600;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.all .banner_500mb a .price {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3%;
	font-family: 'HelvNeue75', Arial, Helvetica, sans-serif;
	font-size: 3.2em;
	line-height: 1em;
	color: #FFF;
	font-weight: 600;
	display: inline;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.all .banner_500mb a .price .decimal {
	font-size: 0.7em;
}
.all .banner_500mb a .price .iva {
	padding-left: 1%;
	font-family: 'HelvNeue45', Arial, Helvetica, sans-serif;
	font-size: 0.3em;
	line-height: 1em;
	font-weight: 200;
}
.all .banner_500mb a .arrow_rgt {
	width: 14px;
	height: 25px;
	position: absolute;
	top: 38%;
	right: 3%;
}
.all .banner_500mb a .arrow_rgt img {
	width: 14px;
	height: 25px;
}
/*================================================*/

/*FONTFACE*/
/*================================================*/
@font-face {
	font-family: 'HelvNeue75';
	src: url('../../font/helvetica/helveticaneue-bold.eot?#iefix') format('embedded-opentype'), url('../../font/helvetica/helveticaneue-bold.woff') format('woff'), url('../../font/helvetica/helveticaneue-bold.ttf') format('truetype'), url('../../font/helvetica/helveticaneue-bold.svg#svgFontName') format('svg')
}
@font-face {
	font-family: 'HelvNeue65';
	src: url('../../font/helvetica/HelvNeue65.eot?#iefix') format('embedded-opentype'), url('../../font/helvetica/HelvNeue65.woff') format('woff'), url('../../font/helvetica/HelvNeue65.ttf') format('truetype'), url('../../font/helvetica/HelvNeue65.svg#svgFontName') format('svg')
}
@font-face {
	font-family: 'HelvNeue45';
	src: url('../../font/helvetica/HelvNeue45.eot?#iefix') format('embedded-opentype'), url('../../font/helvetica/HelvNeue45.woff') format('woff'), url('../../font/helvetica/HelvNeue45.ttf') format('truetype'), url('../../font/helvetica/HelvNeue45.svg#svgFontName') format('svg')
}
@font-face {
	font-family: 'HelvNeue35';
	src: url('../../font/helvetica/HelvNeue35.eot?#iefix') format('embedded-opentype'), url('../../font/helvetica/HelvNeue35.woff') format('woff'), url('../../font/helvetica/HelvNeue35.ttf') format('truetype'), url('../../font/helvetica/HelvNeue35.svg#svgFontName') format('svg')
}
/*================================================*/

/*TEXTs*/
/*================================================*/
/*HEADERs*/
.all h1 {
}
.all h2 {
}
.all h3 {
}
.all h4 {
}
.all h5 {
}
.all h6 {
}
.all .page_head {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 100%;
	overflow: hidden;
	background-image: url("/static/img/2015/bgs/page_head.png");
	background-repeat: repeat-x;
	background-position: top left;
}
.all .page_head .mw960.box_cnt,
.all .page_head .mw1300.box_cnt {
	padding-top: 17px;
	padding-bottom: 31px;
	position: relative;
}
.all .page_head .icon_arrow_dwn {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #e8e8e8;
	position: absolute;
	bottom: 0;
	left: 5%;
}
.all .page_head .mw1300.box_cnt .icon_arrow_dwn {
    width: 0;
    height: 0;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid rgb(232, 232, 232);
    position: absolute;
    bottom: 0;
    left: 3%;
}
.all .page_head .tit {
	font-family: 'HelvNeue75', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	color: #333;
}
.all .page_subhead {
	padding-top: 10px;
	padding-bottom: 20px;
}
.all .page_subhead .tit {
	margin-bottom: 15px;
	font-family: 'HelvNeue75', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #2da530;
	text-align: center;
	display: block;
}
.all .page_subhead .subtit {
	font-family: 'HelvNeue75', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	text-align: center;
}
.all .page_subhead .intro {
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #333;
	font-weight: 200;
	text-align: center;
}
.all .page_subhead.line_arrow {
	padding-bottom: 0;
	margin-bottom: 30px;
	border-bottom: 2px solid #e8e8e8;
}
.all .page_subhead.line_arrow .mw960 {
	position: relative;
}
.all .page_subhead.line_arrow .mw960 .icon_arrow_dwn_wht {
	width: 38px;
	height: 20px;
	position: absolute;
	bottom: -35px;
	left: 5%;
}
.all .page_subhead.line_arrow .mw960 .icon_arrow_dwn_wht img {
	width: 38px;
	height: 20px;
	display: block;
}
/*PARAGRAPHs*/
.all p {
	margin: 0 0 15px 0 !important;
	padding: 0;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
}
.all p a {
	color: #2da530;
	font-weight: bold;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.all p a:hover, .all p a:focus {
	color: #666;
	text-decoration: underline;
}
.all p b, .all .txt_b {
	font-weight: bold;
}
/*STRONGs*/
.all strong {
	font-weight: bold;
}
/*TITLEs*/
.all .tit_label_gry, .all .tit_label_grn {
	font-family: 'HelvNeue65', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 2em;
	color: #FFF;
	font-weight: 200;
	cursor: pointer;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.all .tit_label_gry {
	background-color: #555555;
	border-top: 4px solid #666;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 4px 0px 0px rgba(50, 50, 50, 0.5);
}
.all .tit_label_gry:hover, .all .tit_label_gry:focus {
	background-color: #666;
}
.all .tit_label_gry.off {
	background-color: #666;
}
.all .tit_label_gry.off:hover, .all .tit_label_gry.off:focus {
}
.all .tit_label_grn {
	padding-bottom: 5px;
	background-color: #2da530;
	border-top: 4px solid #269229;
}
.all .tit_label_grn .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 0 18px;
	border-color: #2da530 transparent transparent transparent;
	line-height: 0px;
	_border-color: #555555 #000000 #000000 #000000;
 _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 1;
}
.all .tit_label_gry.off .triangle {
	display: none;
}
.all .tit_porque {
	margin-bottom: 40px !important;
	font-family: 'HelvNeue35', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #666;
}
.all .tit_porque span {
	font-family: 'HelvNeue65', Arial, Helvetica, sans-serif;
}
.all .libon_note {
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #666;
}
.all .little_notes {
	margin-bottom: 0 !important;
	font-size: 0.8em !important;
	color: #666;
}
/*LISTs*/
.all ul, .all ol, .all dl {
	margin-bottom: 25px !important;
	list-style: none;
}
.all ul li, .all ol li {
	margin-bottom: 10px;
	padding-left: 14px;
	font-size: 1em;
	line-height: 1.1em;
	color: #333;
	background-image: url("/static/img/2015/bullets/circle_grn.png");
	background-repeat: no-repeat;
	background-position: left 5px;
}
.all ul li a, .all ol li a, .all dl dt a, .all dl dd a {
	color: #2da530;
	font-weight: bold;
	-webkit-transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out;
	transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out;
}
.all ul li a:hover, .all ol li a:hover, .all dl dt a:hover, .all dl dd a:hover, .all ul li a:focus, .all ol li a:focus, .all dl dt a:focus, .all dl dd a:focus {
	color: #666;
	text-decoration: underline;
}
.all ul li ul, .all ol li ol {
	margin-bottom: 4px;
	padding-left: 10px;
}
.all ul li ul li, .all ol li ol li {
	font-size: 0.9em;
	background-image: none;
}
.all ul li ul li ul, .all ol li ol li ol {
	margin-top: 8px;
}
.all ul li ul li ul li, .all ol li ol li ol li {
	margin-bottom: 4px;
}
.all dl {
	margin-bottom: 15px;
}
.all dl dt, .all dl dd {
	color: #666;
}
.all dl dt {
	margin-bottom: 4px;
	padding-left: 14px;
	font-size: 1em;
	line-height: 1.1em;
	background-image: url("/static/img/2015/bullets/box_grey.gif");
	background-repeat: no-repeat;
	background-position: left 50%;
}
.all dl dd {
	margin-bottom: 14px;
	font-size: 0.9em;
	line-height: 1.1em;
}
/*LINKs*/
.all a {
	text-decoration: none;
}
.all .green_link {
	padding: 4px;
	color: #FFF;
	background-color: #2da530;
	-webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.all .txtlink_green {
	color: #2da530;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.all .txtlink_green:hover, .all .txtlink_green:focus {
	color: #333;
}
.all .txtlink_green.sub {
	text-decoration: underline;
}
.all .txtlink_green.sub.bld {
	font-weight: bold;
}
/*TEXT ALIGNs*/
.all .txt_h_cnt {
	text-align: center;
}
.all .txt_h_lft {
	text-align: left;
}
.all .txt_h_rgt {
	text-align: right;
}
/*SUB / SUP*/
.all p sup, .all ul li sup {
	font-size: 0.6em;
	color: #666;
	vertical-align: top;
}
/*BOXES LINKs*/
.all .caja {
	cursor: pointer;
}
/*CLOSEBAR*/
.all .closebar {
	padding-top: 24px;
	border-bottom: 1px solid #2da530;
	display: block;
	position: relative;
	clear: both;
}
.all .closebar .btn_cerrar {
	width: 23px;
	height: 23px;
	font-size: 1em;
	line-height: 1.3em;
	color: #FFF;
	text-align: center;
	background-color: #2da530;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.all .closebar .btn_cerrar:hover, .all .closebar .btn_cerrar:focus {
	background-color: #333;
}
/*TXT LEGAL*/
.all .lgl_txt {
	font-size: 0.8em;
	line-height: 2em;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
	height: 100%;
}
.all .lgl_txt .box_cnt {
	margin-bottom: 50px !important;
}
.all .lgl_txt p {
	margin-bottom: 10px;
	float: right;
	clear: both;
}
.all .lgl_txt a {
	margin-bottom: 10px;
	float: right;
	clear: both;
}
/*PRICE*/
.all .price .equal {
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
}
/*PRICES BIG*/
.all .price.big {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFF;
	display: block;
}
.all .price.big .numbers {
	font-family: 'HelvNeue75', Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.all .price.big .numbers .equal {
	font-size: 4em;
}
.all .price.big .numbers .tens {
	font-size: 6.8em;
	line-height: 1em;
}
.all .price.big .numbers .decimal {
	font-size: 4em;
}
.all .price.big .terms {
	padding-left: 2%;
	text-align: left;
}
.all .price.big .terms .currency {
	font-family: 'HelvNeue65', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	display: inline-block;
}
.all .price.big .terms .iva {
	font-family: 'HelvNeue45', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	display: block;
}
/*PRICE FIBRA*/
.all .price-fibra {
	padding-top: 0;
	padding-bottom: 10px;
	font-family: 'HelvNeue75', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 3em;
	line-height: 1em;
	text-align: center;
}
.all .price-fibra .equal {
	font-size: .8em;
	display: inline-block;
	vertical-align: top;
}
.all .price-fibra .amount {
}
.all .price-fibra .plus {
	margin-top: 10px;
	font-family: 'HelvNeue55', Arial, Helvetica, sans-serif;
	font-size: .35em;
	line-height: .5em;
	display: block;
}
/*================================================*/

/*TOOGLE*/
/*================================================*/
.all .toggle_list {
	padding-top: 50px;
}
.all .toggle_list article {
	padding-bottom: 30px;
}
.all .toggle_list .tit {
	margin-bottom: 40px;
	font-family: 'HelvNeue75', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.3em;
	color: #333;
}
.all .toggle_list .subtit {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 200;
	color: #333;
}
.all .toggle_list .subtit a {
	margin-bottom: 20px;
	color: #333;
	display: block;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.all .toggle_list .subtit a:hover, .all .toggle_list .subtit a:focus {
	color: #2da530;
}
.all .toggle_list .subtit span {
	margin-bottom: 20px;
	padding-right: 1%;
	font-size: 1.35em;
	color: #2da530;
	font-weight: bold;
}
.all .toggle_list .respuesta {
	margin-bottom: 50px;
	padding-top: 20px;
	/*oculto*/
	display: none;
}
.all .toggle_list .respuesta p {
	margin-bottom: 15px;
	font-size: 0.9em;
	line-height: 1.5em;
}
/*TOOGLE BOLD*/
.all .cononce_pregunta {
	margin-bottom: 5px;
	overflow: hidden;
	height: 100%;
}
.all .cononce_pregunta .tit {
	font-family: 'HelvNeue65', Arial, Helvetica, sans-serif;
	font-size: 1.55em;
	line-height: 1.2em;
	color: #FFF;
	text-align: center;
	position: relative;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.all .cononce_pregunta .tit.grn_bold {
	background-color: #1c7322;
}
.all .cononce_pregunta .tit.grn_med {
	background-color: #26982d;
}
.all .cononce_pregunta .tit.grn_light {
	background-color: #31be39;
}
.all .cononce_pregunta .tit a {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	display: block;
	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
.all .cononce_pregunta .tit:hover a, .all .cononce_pregunta .tit:focus a {
	color: #DDD;
}
.all .cononce_pregunta .tit .off, .all .cononce_pregunta .tit .on {
	position: absolute;
	top: 20%;
	left: 20px;
	width: 38px;
	height: 38px;
}
.all .cononce_pregunta .mod {
	padding-top: 20px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 50px;
	display: none;
}
.all .cononce_pregunta .mod p {
	margin-bottom: 15px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.all .cononce_pregunta .mod ul li {
	font-size: 0.9em;
	line-height: 1.5em;
}
/*PANELES DESPLEGABLES*/
/*general old*
.all .breakdown {
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 4%;
	padding-bottom: 30px;
	padding-left: 4%;
	border: 1px solid #CCC;
	clear: both;
	float: none;
	position: relative;
	overflow: hidden;
	height: auto;
	font-size: 0.9em;
	display: none;
}*/
/*megas*/
.all .trfs_megas .breakdown,
.all .trfs_sms .breakdown {
    margin-bottom: 20px;
    margin-top: 94px;
    background: #fff;
    padding-top: 15px;
    padding-right: 4%;
    padding-bottom: 29px;
    padding-left: 4%;
    border: 1px solid  #CCC;
    clear: both;
    float: none;
    position: absolute;
    overflow: hidden;
    height: auto;
    z-index: 400;
    left: 2%;
    font-size: 0.9em;
    max-width: 87.6%;
    display: none; /*oculta automatica*/
}
/*llamadas*/
.all .trfs_llamadas .breakdown {
    margin-bottom: 20px;
    margin-top: 142px;
    background: #fff;
    padding-top: 15px;
    padding-right: 4%;
    padding-bottom: 29px;
    padding-left: 4%;
    border: 1px solid #CCC;
    clear: both;
    float: none;
    position: absolute;
    overflow: hidden;
    height: auto;
    z-index: 400;
    left: 2%;
    font-size: 0.9em;
    max-width: 87.6%;
    display: none; /*oculta automatica*/
}
.all .breakdown .little_notes.last {
	margin-bottom: 15px !important;
}
.all .breakdown .closebar {
	border-bottom: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.all .breakdown .closebar .btn_cerrar {
	font-size: 1.1em;
}
/*================================================*/

/*TABLES*/
/*================================================*/
.all .table_cont {
	display: table;
}
.all .table_row {
	display: table-row;
}
.all .table_col {
	display: table-cell;
}
/*================================================*/

/*FORMs*/
/*================================================*/
.all .form label {
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1em;
	color: #666;
	display: block;
}
.all .form .box_form, .all .form .box_select {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
	border: 1px solid #cccccc;
	cursor: pointer;
	scrollbar-face-color: #6685CA;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
	-moz-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
	-ms-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
	-o-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
	transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.all .form .box_form:focus, .all .form .box_select:focus {
	color: #333;
	border: 1px solid #FFF;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.all .form .box_form.not_set, .all .form .box_select.not_set {
	color: #cc3333;
	border: 1px solid #cc3333;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.all .form .box_form.yes_set, .all .form .box_select.yes_set {
	color: #000;
	border: 1px solid #2da530;
	background-color: #ffff99;
}
.all .form .box_select {
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 200;
}
.all .form .box_form {
	padding-top: 11px;
	padding-bottom: 10px;
	background-color: #eaeaea;
}
.all .form .txtarea_form {
	padding: 10px;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
	font-weight: 200;
	border: 1px solid #cccccc;
	-webkit-transition: box-shadow 0.5s ease-in-out;
	-moz-transition: box-shadow 0.5s ease-in-out;
	-ms-transition: box-shadow 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
	-o-transition: box-shadow 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
	transition: box-shadow 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.all .form .txtarea_form:focus {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.all .form .adj_form {
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'Tahoma', Geneva, sans-serif;
	border: 1px solid #cccccc;
}
.all .form .check_form {
	padding: 0;
	margin: 0;
	border: 0 none;
}
.all .form .radio:form {
 padding: 0;
 margin: 0;
 border: 0 none;
}
.all .form .btn_form {
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'HelvNeue45', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #FFF;
	font-weight: 200;
	text-align: center;
	border: 0 none;
	background-color: #2da530;
	cursor: pointer;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.all .form .btn_form:hover, .all .form .btn_form:focus {
	background-color: #666;
}
.all .form .msj_error {
	margin-top: 6px;
	color: #cc3333;
}
/*================================================*/
