@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:"Delius-Regular";
	src:url("../../../fonts/Delius-Regular.eot?") format("eot"),
	url("../../../fonts/Delius-Regular.woff") format("woff"),
	url("../../../dist/Delius-Regular.ttf") format("truetype"),
	url("../../../fonts/Delius-Regular.svg#Delius-Regular") format("svg");
	font-weight:normal;font-style:normal;
}

body {
	background:fixed;
    background-position:center;
    background-repeat:no-repeat;
	background-image:url(../background/fondoindex.png);
	background-color:#CB24C1;
}

.menu {
	background:fixed;
    background-position:center;
    background-repeat:no-repeat;
	background-image:url(../background/fondomenu.png);
}

h1 {
	text-align:center;
	font-size:34px;
	color:#FFF;
	font-family:Delius;
	scr: url(../../../fonts/Delius-Regular.ttf);
	text-shadow: 2px 1px 2px #050505;
}

.tit2 {
	text-align:center;
	font-size:34px;
	color:#666;
	font-family:Delius;
	scr: url(../../../fonts/Delius-Regular.ttf);
	text-shadow: 2px 1px 2px #050505;
}
