
.background{

	background-image: url("images/agua.jpg");
	background-color: lightblue;
	width: 1000px;
	height: 667px;
    margin: auto;
    border: 1px solid red;
}

.logo{
	background-image: url("images/logo.png");
	width: 454px;
	height: 148px;
	margin-left: 300px;
}

li.open {list-style: disc;} 

h4{
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
}

li.circle{
	list-style-type: square;
}

.text-left{
	font-size: 18px;
	font-weight: bolder;
	float: left;
	margin-left: 1%;
	padding-top: 5px;
}

.text-right{
	font-size: 18px;
	font-weight: bolder;
	float: right;
	margin-right: 3%;
	padding-top: 5px;
}

.foot{
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}

.clear{
	clear: both;
}