@charset "utf-8";
/* CSS Document */

body {
	background-image: url(imagenes/back.jpg);
	background-repeat: repeat-x;
	background-color: #003366;
	font-family: 'Righteous', cursive;
	font-size:17px;
	color:#fff;
}

a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color:#036;
}
a:active {
	text-decoration: none;
	color: #036;
}

#box {
	color:#FFF;
	background-image:url(imagenes/box.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size:18px;
}


#foot {
	color:#FFF;
	background-image:url(imagenes/foot.jpg);
	background-repeat:repeat;
}

#frase {
	color:#FFF;
	font-size:23px;
}

#menu {
	font-size:13px;
}

#slide {
	background-image:url(imagenes/fondo-slide.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#FFF;
	font-size:20px;
	height:480px;
}

#titulo {
	font-size:15px;
}

#titulo2 {
	font-size:20px;
	color:#CF3;
}