@charset "utf-8";
/* CSS Document */

#pricing-table {
	margin: 100px auto;
	text-align: center;
	width: 950px; /* total computed width = 222 x 3 + 226 */
	margin-top: 30px;
	margin-bottom: 30px;
}

#pricing-table .plan {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	width: 140px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
	float: left;
	position: relative;
}

#pricing-table .leyenda {
	/*argin-top: 173px;*/
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);
	background: #fff;
	/*border: 1px solid #ddd;*/
	color: #333;
	padding: 20px;
	width: 170px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
	float: left;
	position: relative;
}

#pricing-table .plan:hover {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	border-color: #491;
	padding: 30px 20px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}

#pricing-table .leyenda .headTable {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#pricing-table .plan:nth-child(2) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

#pricing-table .plan:nth-child(5) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

#pricing-table .headTable {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #f80;
	background-image: -moz-linear-gradient(#fd0,#f80);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fd0), to(#f80));    
	background-image: -webkit-linear-gradient(#fd0, #f80);
	background-image: -o-linear-gradient(#fd0, #f80);
	background-image: -ms-linear-gradient(#fd0, #f80);
	background-image: linear-gradient(#fd0, #f80);
}

#pricing-table .plan:hover .headTable {
	background-color: #6b3;
	background-image: -moz-linear-gradient(#491,#6b3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#491), to(#6b3));    
	background-image: -webkit-linear-gradient(#491, #6b3);
	background-image: -o-linear-gradient(#491, #6b3);
	background-image: -ms-linear-gradient(#491, #6b3);
	background-image: linear-gradient(#491, #6b3);
	margin-top: -30px;
	padding-top: 30px;
	color: #fff;
	text-shadow: none;
	font-weight: bold;
}

#pricing-table .footTable {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -1px -20px 0px -20px;
	background-color: #f90;
	background-image: -moz-linear-gradient(#fff,#f90);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f90));    
	background-image: -webkit-linear-gradient(#fff, #f90);
	background-image: -o-linear-gradient(#fff, #f90);
	background-image: -ms-linear-gradient(#fff, #f90);
	background-image: linear-gradient(#fff, #f90);
}

#pricing-table .plan:hover .footTable {
	background-color: #fff;
	background-image: -moz-linear-gradient(#fff,#491);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#491));    
	background-image: -webkit-linear-gradient(#fff, #491);
	background-image: -o-linear-gradient(#fff, #491);
	background-image: -ms-linear-gradient(#fff, #491);
	background-image: linear-gradient(#fff, #491);
	margin-top: -30px;
	padding-top: 30px;

}

#pricing-table .headTable p, #pricing-table .footTable p{
	display: block;
	font: bold 12px/100px Georgia, Serif;
	color: #530;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

#pricing-table .footTable p{
		margin: 10px auto -10px;
}

#pricing-table .headTable span, #pricing-table .footTable span{
	font: bold 25px/100px Georgia, Serif;
	color: #530;
}

/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 15px 0;
	height: 20px;
}

#pricing-table:hover  li:nth-child(2n+15), #pricing-table:hover  li:nth-child(-2n+11){
	background: #FCFCFC;
}

#pricing-table li.doble {
	height: 50px;
}

#pricing-table li.triple {
	height: 70px;
}

#pricing-table li.doble p{
	margin-top: 8px !important;
}

#pricing-table li.doble img{
	margin-top: 15px !important;
}

/* --------------- */
	
#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #72ce3f;
	background-image: -moz-linear-gradient(#72ce3f, #62bc30);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));    
	background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
	background-image: -o-linear-gradient(#72ce3f, #62bc30);
	background-image: -ms-linear-gradient(#72ce3f, #62bc30);
	background-image: linear-gradient(#72ce3f, #62bc30);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#pricing-table .signup:hover {
	background-color: #62bc30;
	background-image: -moz-linear-gradient(#62bc30, #72ce3f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
	background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
	background-image: -o-linear-gradient(#62bc30, #72ce3f);
	background-image: -ms-linear-gradient(#62bc30, #72ce3f);
	background-image: linear-gradient(#62bc30, #72ce3f); 
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* --------------- */

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}

#pricing-table .leyenda li{
	text-align: right;
}

#pricing-table .leyenda li p, #pricing-table li p{
	margin: 0;
}

#pricing-table .leyenda li strong{
	font-size: 13px;
}

#pricing-table li.subGrupo{
	font-size: 13px;
	font-weight: bold;
	border-top: 2px solid #aaa;
	border-bottom: 1px solid #aaa;
	color: #22660a;
	height: 23px;
}

#pricing-table li.subAdd{
	font-size: 13px;
	font-weight: bold;
	color: #22660a;
}

#pricing-table li.subAdd span{
	font-size: 15px;
}

#pricing-table .leyenda h3{
	font-size: 20px;
	margin: 0;
	padding: 0;
	height: 79px;
}

#pricing-table img.headImg{
	width: 190px;
	margin: -120px -20px 27px -20px;
}

#pricing-table .notas{
	font-size: 9px;
	color:  #22660a;
}