/*
    Body
=================================================================*/
::selection {
	background: transparent; /* Safari */
	}
::-moz-selection {
	background: transparent; /* Firefox */
}

html {
    min-height: 100%;
    background: #7B9351;
    -webkit-background-size: cover;
    -moz-background-size: cover;
  	-o-background-size: cover;
    background-size: cover;
    margin: 0;
}

body {
    min-height: 90%;
    font: 20px "Conv_VAG Round", "sans-serif";
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.66);
    background: transparent;
}


.capa_central {
	width: 100%;
	position: absolute;
	top:6%;
	z-index:4;
}


/* 
	nexeo
=================================================================*/
.nexeo {
	width: 100%;
	position: relative;
	text-align:center;
	top:100px;
	z-index:4;
	font-size: 200px;
	font-family: "Conv_VAG Round", "sans-serif";
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    cursor: default;
}


/*
	Enlace a nexeo.es
=================================================================*/
.enlace-nexeo{
	width: 100%;
	position: relative;
	text-align:center;
	top:80px;
	height: 100%;
	z-index:4;
	font-size: 50px;
	font-family: "Conv_Ubuntu-L", "sans-serif";
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    cursor: default;
}



