@charset "utf-8";
/* CSS Document */

#banner1 {
	background-image: url(../imagenes/banner1.png);
	background-repeat: no-repeat;
	height: 230px;
	width: 740px;
}
#banner2 {
	background-image: url(../imagenes/banner2.png);
	background-repeat: no-repeat;
	height: 230px;
	width: 740px;
}
#banner3 {
	background-image: url(../imagenes/banner3.png);
	background-repeat: no-repeat;
	height: 230px;
	width: 740px;
}
#banner4 {
	background-image: url(../imagenes/banner4.png);
	background-repeat: no-repeat;
	height: 230px;
	width: 740px;
}
#banner5 {
	background-image: url(../imagenes/banner5.png);
	background-repeat: no-repeat;
	height: 230px;
	width: 740px;
}
.texto_banner {
	float: left;
	width: 300px;
	padding-left: 50px;
	margin-top: 75px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

