@charset "utf-8";

/* CSS Document */
#base {
	width: 911px;
	height: 375px;
	float: left;
	background-image: url(../../../images_base_seguro/landing/cluboferting/fondoSeguros.jpg);
	background-repeat: no-repeat;
}

.btnSiguiente {
	background-image: url(../../../images_base_seguro/landing/cluboferting/siguiente.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	height: 24px;
	width: 100px;
	padding-top: 90px;
	padding-left: 30px;
}

.btnSiguiente:hover {
	background-image: url(../../../images_base_seguro/landing/cluboferting/siguienteOn.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	height: 24px;
	width: 100px;
	padding-top: 90px;
	padding-left: 30px;
}

.selectBoxMarcas {
	padding-top: 90px;
	padding-left: 60px;
}
