body {
	background-color: #083b6b;
	background-image: url(img/fondoportada.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
}
.vacas {
	position: absolute;
	text-align: center;
	height: 500;
	width: 100%;
	left: 2px;
	top: 0px;
}
.barrasup {
	background-image: url(img/portbarra.jpg);
	background-position: center;
	text-align: center;
	position: absolute;
	height: 151px;
	width: 101%;
	top: 25px;
	left: 0px;
}
.azpeitia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	position: absolute;
	height: 200px;
	width: 50%;
	left: 0px;
	bottom: 100px;
}
.azkoitia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	position: absolute;
	height: 200px;
	width: 50%;
	bottom: 100px;
	right: 0px;
}
.boton {
	position: absolute;
	height: 40px;
	width: 100%;
	left: 0px;
	bottom: 25px;
	text-align: center;
}

