html,html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}



#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}



#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	zoom: 1;
}

#pricePlans {
	margin: 0 auto;
}

#pricePlans #plans .plan {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.planContainer .title h2 {
	font-size: 2em;
	font-weight: 300;
	color: #3e4f6a;
	margin: 0;
	padding: .6em 0;
}

.planContainer .title h2.basica {
	background-color: #887255; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #b2a17e, #8b775d); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2a17e', endColorstr='#8b775d'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2a17e', endColorstr='#8b775d'); /* IE8 */
	background: -ms-linear-gradient(top, #b2a17e, #8b775d); /* IE9 */
	background: -moz-linear-gradient(top, #b2a17e, #8b775d); /* Firefox */ 
	background: -o-linear-gradient(top, #b2a17e, #8b775d); /* Opera 11  */
	background: -webkit-linear-gradient(top, #b2a17e, #8b775d); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2a17e), color-stop(1, #8b775d)); /* Chrome 10, Safari */
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.planContainer .title h2.corporativa {
	background-color: #df8034; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ebaa4d, #e18038); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebaa4d', endColorstr='#e18038'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebaa4d', endColorstr='#e18038'); /* IE8 */
	background: -ms-linear-gradient(top, #ebaa4d, #e18038); /* IE9 */
	background: -moz-linear-gradient(top, #ebaa4d, #e18038); /* Firefox */ 
	background: -o-linear-gradient(top, #ebaa4d, #e18038); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ebaa4d, #e18038); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebaa4d), color-stop(1, #e18038)); /* Chrome 10, Safari */
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.planContainer .title h2.tiendas {
	background-color: #ad4922; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ca6734, #ad4922); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca6734', endColorstr='#ad4922'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca6734', endColorstr='#ad4922'); /* IE8 */
	background: -ms-linear-gradient(top, #ca6734, #ad4922); /* IE9 */
	background: -moz-linear-gradient(top, #ca6734, #ad4922); /* Firefox */ 
	background: -o-linear-gradient(top, #ca6734, #ad4922); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ca6734, #ad4922); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ca6734), color-stop(1, #ad4922)); /* Chrome 10, Safari */
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.planContainer .title h2.otros {
	background-color: #66383a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #915255, #6a3c3e); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#915255', endColorstr='#6a3c3e'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#915255', endColorstr='#6a3c3e'); /* IE8 */
	background: -ms-linear-gradient(top, #915255, #6a3c3e); /* IE9 */
	background: -moz-linear-gradient(top, #915255, #6a3c3e); /* Firefox */ 
	background: -o-linear-gradient(top, #915255, #6a3c3e); /* Opera 11  */
	background: -webkit-linear-gradient(top, #915255, #6a3c3e); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #915255), color-stop(1, #6a3c3e)); /* Chrome 10, Safari */
	color: #fff;
	border-radius: 5px 5px 0 0;
}

/* ==================== TOOLTIP ==================== */
/* --- base --- */
a.tooltip
	{
	position: relative;
	text-decoration: underline;
	display: inline;
	font-size: 13px;
	opacity: 1;
	padding: 0;
	}
	
a.tooltip:hover
	{
	color: #999999;
	text-decoration: none !important;
	}
	
a.tooltip:hover::after, a.tooltip:hover::before
	{
    display: block;
	}

/* --- tooltip container --- */
a.tooltip::before
	{
	content: attr(rel);
	display: block;
	width: 340px;
    position: absolute;
	z-index: 1000;
    bottom: 150%;
    left: -10px;
    padding: 5px 10px 8px 10px;
	text-align: left;
    color: #ffffff;
    display: none;
	/* background */
	background: #404040; /* CSS2 */
	background: -moz-linear-gradient(top, #4e4e4e 0%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* IE10+ */
	background: linear-gradient(top, #4e4e4e 0%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
	/* border-radius */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* box-shadow */
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	/* text-shadow */
	text-shadow: 0px 1px 0px #292929;
	}
	
/* --- tooltip arrow --- */
a.tooltip::after
	{
	content: "";
	display: block;
    width: 0;
    height: 0;
    position: absolute;
	z-index: 1000;
	bottom: 18px;
	left: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
	border-top: 6px solid #404040;
    display: none;
	background: transparent;	
	}
	
.planContainer .price p {
	background: #3e4f6a;

	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	height: 2.6em;
	line-height: 2.6em;
	margin: 0 0 0em;
}

.planContainer .price p.preciobasica {
	background-color: #887255; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #b2a17e, #8b775d); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2a17e', endColorstr='#8b775d'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2a17e', endColorstr='#8b775d'); /* IE8 */
	background: -ms-linear-gradient(top, #b2a17e, #8b775d); /* IE9 */
	background: -moz-linear-gradient(top, #b2a17e, #8b775d); /* Firefox */ 
	background: -o-linear-gradient(top, #b2a17e, #8b775d); /* Opera 11  */
	background: -webkit-linear-gradient(top, #b2a17e, #8b775d); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b2a17e), color-stop(1, #8b775d)); /* Chrome 10, Safari */
}

.planContainer .desc p.desc {
	background-color: #F7F7F7; /* background color for non-css3 browsers */
	color:#333333;
	padding-top:15px;
	padding-bottom:15px;
	font-size:14px;
	margin-bottom:10px;

}

.planContainer .price p.preciocorporativa {
	background-color: #df8034; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ebaa4d, #e18038); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebaa4d', endColorstr='#e18038'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebaa4d', endColorstr='#e18038'); /* IE8 */
	background: -ms-linear-gradient(top, #ebaa4d, #e18038); /* IE9 */
	background: -moz-linear-gradient(top, #ebaa4d, #e18038); /* Firefox */ 
	background: -o-linear-gradient(top, #ebaa4d, #e18038); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ebaa4d, #e18038); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebaa4d), color-stop(1, #e18038)); /* Chrome 10, Safari */
}

.planContainer .price p.preciotienda {
	background-color: #ad4922; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #ca6734, #ad4922); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca6734', endColorstr='#ad4922'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca6734', endColorstr='#ad4922'); /* IE8 */
	background: -ms-linear-gradient(top, #ca6734, #ad4922); /* IE9 */
	background: -moz-linear-gradient(top, #ca6734, #ad4922); /* Firefox */ 
	background: -o-linear-gradient(top, #ca6734, #ad4922); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ca6734, #ad4922); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ca6734), color-stop(1, #ad4922)); /* Chrome 10, Safari */
}

.planContainer .price p.preciootros {
	background-color: #66383a; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #915255, #6a3c3e); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#915255', endColorstr='#6a3c3e'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#915255', endColorstr='#6a3c3e'); /* IE8 */
	background: -ms-linear-gradient(top, #915255, #6a3c3e); /* IE9 */
	background: -moz-linear-gradient(top, #915255, #6a3c3e); /* Firefox */ 
	background: -o-linear-gradient(top, #915255, #6a3c3e); /* Opera 11  */
	background: -webkit-linear-gradient(top, #915255, #6a3c3e); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #915255), color-stop(1, #6a3c3e)); /* Chrome 10, Safari */
	color: #fff;
}

.planContainer .price p span {
	color: #8394ae;
}

.planContainer .options {
	margin-top: 10em;
}

.planContainer .options li {
	font-weight: 400;
	color: #364762;
	line-height: 1.9;
}

.planContainer .options li span {
	font-weight: 400;
	color: #333;
}

.planContainer .button a {
	text-transform: none;
	text-decoration: none;
	color: #3e4f6a;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 2.8em;
	border: 2px solid #3e4f6a;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}

.planContainer .button a.botonbasica {
	color: #fff;
	background: #887255;
	border: 0px solid #f7814d;
}

.planContainer .button a.botoncorporativa {
	color: #fff;
	background: #df8034;
	border: 0px solid #f7814d;
}

.planContainer .button a.botontienda {
	color: #fff;
	background: #ad4922;
	border: 0px solid #f7814d;
}

.planContainer .button a.botonotros {
	color: #fff;
	background: #66383a;
	border: 0px solid #f7814d;
}


@media screen and (min-width: 481px) and (max-width: 768px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

#pricePlans {
	margin: 0em auto;
	background-color:#F4F4F4;
}

#pricePlans #plans .plan {
	width: 24%;
	margin: 0 1.33% 20px 0;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#pricePlans #plans > li:last-child {
	margin-right: 0;
}

#pricePlans #plans .plan:hover {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.planContainer .button a:hover {
	background: #3e4f6a;
	color: #fff;
}

.planContainer .button a.bestPlanButton:hover {
	background: #ff9c70;
	border: 2px solid #ff9c70;
}

}
