.rTitulo {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 100px;
	position: relative;
	
	width: 100%;
	border: 1px solid rgb(204, 235, 248);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	
	-moz-border-top-left-radius: 30px;
	-moz-border-top-right-radius: 30px;
	
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	border-bottom: 1px solid #FFF;	
	margin-bottom: 30px;
}
.rClase {
	width: 100%;
	list-style: circle;
	overflow: auto;
	margin: 20px 0px 20px;
	background-color: rgb(204, 235, 248);
	padding: 13px;
	border-radius: 7px;
	text-align: left;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	background: no-repeat right bottom #DFE4F2;
}
.rClase li {
	margin-bottom: 20px;
	text-align: center;
}
.rPropiedad {
	font-weight: bold;
	/*color: rgb(0, 156, 218);*/
}
.rCantidad {}
.rLibre {
	border: 1px solid #FFF;
	padding: 10px;
	margin: 10px;
	margin-left: 20px;
	width: 70%;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}