@charset "utf-8";
/* CSS Document */
.contenedorBloque{
	display:flex;
	box-sizing: border-box;
	margin: 0;
	padding: 1rem;
	flex-flow: column wrap;
}

.contenedorBloque:hover{
	/*background-color:antiquewhite;*/
}

.contenedorDeTitulo{
	flex-direction:row;
	justify-content: space-between;
	/*background-color:aliceblue;*/
}
.tituloBloque{
	font-size: 1.3rem;
	box-sizing: border-box;
	padding:0 .5rem;
	/*width:100%;*/
	font-weight:normal;
}
.precioBloque{
	font-size: 1.2rem;
	box-sizing: border-box;
	padding:0 .5rem;
	/*width:100%;*/
	font-weight:normal;	
}
.parrafoBloque{
	text-align:left;
	padding: 0rem .5rem 1rem;
	line-height: 1;
	/*background-color:aliceblue;*/
	
}