#banners {
	background-color: #d1d1d1;
	width: 942px;
	padding: 17px 0px 11px 33px;
	float:left;
}

#banners .banner {
	height: 144px;
	border: 1px solid #dcdcdc;
	float: left;
	position: relative;
}

#banners .banner h1 {
	font-size: 15px;
	color: #46263e;
	margin: 2px 0px 8px 10px;
}

#banners .banner p {
	font-size: 11px;
	color: #666666;
	margin-left: 10px;
}

#banners .banner .logo {
	width: 130px;
	height: 60px;
	position: absolute;
	top: 40px;
	left: 10px;
}

#banners .boton {
	font-size: 11px;
	text-decoration: none;
	color: #46263e;
	position: absolute;
	bottom: 3px;
	left: 10px;	
}

#banners .boton:hover {
	text-decoration: underline;
}
