/***** MID CONTAINERS ****/

#midBody {
	width: 750px;
	background: url(../imgs/midbody_bg.gif);
}
#midLeft {
	width: 434px;
	padding: 20px 15px 0px 15px;
	float: left;
}
#midRight {
	width: 246px;
	background: url(../imgs/midBody_element.gif) no-repeat 100% 0%;
	padding: 20px 25px 0px 15px;
	float: left;
}
#midBottom {
	width: 750px;
	height: 14px;
	background: url(../imgs/midBody_bottom.gif) no-repeat bottom;
}


/***** EQUIPOS ******/

.homeEquipos {
	float: left;
	padding: 0px;
}
.linkEquipo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	color: #888;
	display: block;
	background: url(../imgs/down_arrow.gif) no-repeat bottom;
	padding-bottom: 20px;
}

.linkEquipo:hover {
	text-decoration: underline;
}