@charset "utf-8";
/* CSS Document */
a{
text-decoration:none;
outline:none;
border:none;
}

a:link {
color:#636467;
border:none;}      /* unvisited link */

a:visited {
color:#636467;
border:none;
}  /* visited link */

a:hover {
color:#000000;
border:none;
}  /* mouse over link */

a:active {
color:#000000;
border:none;}  /* selected link */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #93A7D5;
	overflow-x:hidden;
	overflow-y:auto;
}

#shutters{
	
}
#malo{
	
}

    .Container {
       width: 600px;
       margin: 0 auto;
      text-align:center;
       background: #93A7D5;
       border:none;
	   
	   
    }

    .menu {
       width: 400px;
       margin: 0 auto;
      text-align:center;
       background: #93A7D5;
       border:none;
	   
	   
    }

	
	    .logo {
		width: 400px;
		text-align:center;
	float:center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
       
    }
	
.BauhausBody {
	font-family: "Bauhaus 93";
	font-size: 16px;
}

.style13 {
font-family: Verdana, Geneva, Lucida Sans Unicode;
font-size: 14px;
}

.spaced { 
   margin-bottom:0; 
}