/* Portada inicial*/

body{
	background-image: url(../images/inicio.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
