html,html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	font-family: 'Open Sans', sans-serif;
	background: #e2e2e2;
}








#tabla-precios {
 display:inline-block;
 width:100%;
 margin-top:20px
 
}

/*Columnas*/

.precio-col {
 display:inline-block;
 background-color:#f3f3f3;
 width:100%;
 max-width:500px;
 border-radius:10px;
 margin-bottom:50px;
 box-shadow: 0px 2px 5px #ddd
}

@media screen and (min-width:768px) {
 .precio-col {
 width:32%;
 float:left;
 margin-right:2%
 }
 
 .precio-col:last-child {
 margin-right:0
 }
}


/*Headers*/
.tabla-precios-titulo h2 {
 font-family: 'Open Sans', sans-serif;
 /*background: #e2e2e2;*/
 color:#085AA7;
 text-align:center;
 font-size:45px;
 font-weight:600;
 margin-bottom:0
}

.precio-col-header {
 /*background-color:#333;*/
 background-color:#364761;
 padding:20px;
 border-top-left-radius:10px;
 border-top-right-radius:10px
}

/* .precio-col-header2 { */
 /* background-color:#dd9933; */
 /* padding:20px; */
 /* border-top-left-radius:10px; */
 /* border-top-right-radius:10px */
/* } */

.precio-col:nth-child(3) /*2: 1er bloque - 3: 2do bloque - 4: 3er bloque*/

.precio-col-header {
 /*background-color:#dd9933*/
 background-color:#f7814d /*color seleccionado*/
}

.precio-col-header h3 {
 color:#f3f3f3;
 text-align:center;
 font-family: 'Open Sans', sans-serif;
 font-size:30px;
 font-weight:600;
 margin-bottom:0
 
}

.precio-col-header p {
 text-align:center;
 color:#f3f3f3;
 font-family: 'Open Sans', sans-serif;
 font-size:14px;
 margin-bottom:0
}

/*Características*/

.precio-col-features {
 padding: 0 20px 20px 20px
}

.precio-col-features p {
 padding:20px 0;
 margin:0;
 text-align:center;
 font-family: 'Open Sans', sans-serif;
 border-top:1px solid #ddd
}

.precio-col-features p:first-child,
.precio-col-features p:last-child {
 border-top:none
}

/*Comprar*/

.precio-col-comprar {
 padding:10px;
 max-width:250px;
 text-align:center;
 background-color:#dd9933;
 margin: 0 auto 20px;
 border-radius:10px;
 border: 2px solid #dd9933;
 transition: all 0.3s
}

.precio-col-comprar a {
 color:#f3f3f3;
 padding:10px;
 font-size:20px;
 text-transform:uppercase;
 transition: all 0.3s
}

.precio-col-comprar:hover {
 background-color:#f3f3f3;
 transition: all 0.3s
}

.precio-col-comprar:hover a {
 color:#dd9933;
 transition: all 0.3s
}
/*Características*/

.precio-col-features {
 padding: 0 20px 20px 20px
}

.precio-col-features p {
 padding:20px 0;
 margin:0;
 text-align:center;
 border-top:1px solid #ddd
}

.precio-col-features p:first-child,
.precio-col-features p:last-child {
 border-top:none
}

/*Comprar*/

.precio-col-comprar {
 padding:10px;
 max-width:250px;
 text-align:center;
 background-color:#dd9933;
 margin: 0 auto 20px;
 border-radius:10px;
 border: 2px solid #dd9933;
 transition: all 0.3s
}

.precio-col-comprar a {
 color:#f3f3f3;
 padding:10px;
 font-size:20px;
 text-transform:uppercase;
 transition: all 0.3s
}

.precio-col-comprar:hover {
 background-color:#f3f3f3;
 transition: all 0.3s
}

.precio-col-comprar:hover a {
 color:#dd9933;
 transition: all 0.3s
}





.plandescripcion .options {
	margin-top: 3em;
}

.plandescripcion .options li {
	font-weight: 700;
	color: #364762;
	line-height: 2.5;
}

.plandescripcion .options li span {
	font-weight: 400;
	color: #979797;
