.caja0 {
	background-color: hsl(250 30% 90%);
	
	padding:15px;
	width: 80%;
	box-shadow: 3px 3px 5px black;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	color:black;
}


.caja1 {
	width: 45%;
	background-color: rgba(255, 102, 0,0.9);
    border-radius: 10px;
    padding: 12px;
	padding-top:15px;
	padding-bottom:12px;
	font-size: 20px;
	margin-bottom:0px;
	margin-top: 10px;
	color:white;
	font-family: verdana;
	font-weight:600;
	text-align:left;
}

.caja2 {
	width: 45%;
	background-color: rgba( 0, 51, 102,1);
    border-radius: 10px;
    padding: 12px;
	padding-top:15px;
	padding-bottom:12px;
	font-size: 20px;
	margin-bottom:0px;
	margin-top: 10px;
	color: #99CC99;
	font-family: verdana;
	font-weight:630;
	text-align:left;
}

.bib{
	color:#000;	margin:10px 30px 0px 50px; text-indent:-50px;
	}
	
.caja3 {
  background: hsl(250 30% 90%);
  border-radius: .3rem;
  overflow: hidden;
  margin: 1em 0;
}

.caja3 h5 {
  padding: .3rem .5rem;
  margin: 0;
  background: hsl(250 30% 40%);
  color: white;
  font-size: 18px;
}

.caja3 .content {
  padding: 0 .5rem;
}

.caja3 .alt {
  background: hsl(190 40% 40%);
}

.lista1 li {
	padding-top: 0px;
	padding-left: 35px;
	list-style: none;
	background-image: url("../images/star.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px;
}

.lista2 li {
	padding-top: 0px;
	padding-left: 35px;
	list-style: none;
	background-image: url("../images/feliz.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px;
}

.lista3 li {
	padding-top: 0px;
	padding-left: 35px;
	list-style: none;
	background-image: url("../images/ok.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px;
}

.lista4 li {
	padding-top: 0px;
	padding-left: 35px;
	margin-left:-30px;
	list-style: none;
	background-image: url("../images/vineta1.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
}

.lista5 li {
	padding-top: 5px;
	padding-left: 35px;
	list-style: none;
	background-image: url("../images/vineta2.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px;
}

.lista6 li {
	padding-top: 5px;
	padding-left: 35px;
	list-style: none;
	background-image: url("../images/vineta3.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px;
}