div#principal {
	width: 600px;
	margin: auto;
	background-color: #ccffcc;
}
div#equipos {
	width: 170px;
	border: 2px solid #009933;
	background-color: #02692b;
	display: block;
	float: left;
	text-align: center;
	margin: 5px 5px 5px 100px;
	padding: 10px 10px 10px 10px;
}
#equipos h2 {
	color: #ccffcc;
	text-align: center;
}
#eventos h2 {
	color: #ccffcc;
	text-align: center;
}
div#equ1 {
	background-color: #ccffcc;
	border: 1px solid #093;
	font-size: 14px;
	margin: 5px;
	padding: 5px 0 0 0;
	font-family: arial;
	color: #02692b;
}
#equ1 a {
	color: #02692b;
	text-decoration: none;
}
#equ1 a:hover {
	color: #ccffcc;
	background-color: #02692b;
}
div#eventos {
	width: 250px;
	border: 2px solid #009933;
	background-color: #02692b;
	display: block;
	float: right;
	text-align: center;
	margin: 5px 200px 5px 5px;
	padding: 10px 10px 10px 10px;
}
