@font-face {
      font-family: "lobster";
      src: url("../fonts/lobster.otf") format("truetype");
}

body{
	background:url("../img/background2.jpg");
	background-size: 100% 100%;
	background-attachment: fixed;
}

#box{
	padding: 10px;
	background-color: #fcfcfc;
	min-height: 100%;
}

#menu{
	max-width:200px;
}

#slide, #image{
	 background-size: 100% 100%; 
	 padding: 35px 0px 40px 0px;
	 margin-top: 10px;
	 margin-bottom: 50px;
}

.full-width{
	width:100%;
}

.default_radius{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.copyright{
	float:left;
	padding:30px 0 0 15px;
	color:#6996c0;
}

.default_shadow{
	box-shadow: 0px 0px 10px rgba(100, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 10px rgba(100, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(100, 0, 0, 0.8);
}

.subtitle_font{
	font-family: 'lobster', cursive;
    text-align: center;
}

.galeria div img{
	width: 400px;
	height: 200px;
}

.space{
	opacity: 0;
}

.initbar{
    padding-top: 15px;
}

.white {
  color: #fff;
}


