@charset "utf-8";

/* Diseño móvil: 480 px e inferior. */
#---MOVIL---{}
.items-precios {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	overflow: hidden;
}
.items-precios .item {
	width: 96%;
	float: none;
	clear: both;
	margin: 4% auto;
}





.items-precios .item .titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	padding: 3%;
	background-color: rgba(237,237,237,1.00);
	font-weight: bold;
	text-transform: uppercase;
	min-height: 50px;
}
.items-precios .item .desc {
	width: 98%;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	overflow: hidden;
	line-height: 1.8em;
}
.items-precios .item .imagen {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
}

@media only screen and (min-width: 700px) {
/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */
#---TABLET---{}


.items-precios .item {
	width: 19%;
	float: left;
	clear: none;
	margin-top: 1%;
	margin-right: 0.5%;
	margin-bottom: 1%;
	margin-left: 0.5%;
}



}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */
#---PC---{}
@media only screen and (min-width: 1200px) {

}
