* {
  box-sizing: border-box;
}

h1 {
	color: #006847;
	text-align: center;
	font-size: 100px;
}
h4 {
	text-align: center;
	color: black;
}

#costos {
	text-align: center;
	font-size: 40px;
	color: #006847;
}

p {
	color: black;
	text-align: center;
}

ul { 
	color: black;
	list-style-type: square;
	list-style-position: inside;

}

img {
	border-radius: 40px;
	max-width: 100%;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  color: black;
}
li {
		font-size: 20px;	
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.contenedor {
	background-color: black;
}

@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}




