body{
	background-color: white;
	background: url(/src/img/spine.png) left top no-repeat, url(/src/img/brain.png) center 5% no-repeat, url(/src/img/spine2.png) right top no-repeat;
}
@media only screen and (max-width: 1200px) {
    body{
        background: url(/src/img/brain.png) center 5% no-repeat;
    }
}
.x50{
	font-size: 50%;
}
.x75{
	font-size: 75%;
}
.x120{
	font-size: 120%;
}
.x130{
	font-size: 130%;
}
.x150{
	font-size: 150%;
}
.x200{
	font-size: 200%;
}
.x250{
	font-size: 250%;
}
.x300{
	font-size: 300%;
}
.contenedor{
	min-height: 800px;
}