@import url(http://fonts.googleapis.com/css?family=Squada+One);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic);

body {
	margin:0 0 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	color:#CCC;
	min-width:955px;
	background:#FFF;
}

/*Background*/
#bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
	z-index:-9999;
}

#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}

.slider-wrapper {
	overflow:hidden;
	padding: 0px 0 0 0;
	width:100%;
	background: rgba(102,204,204,0.4);
	position:relative;
	margin-bottom:10px;
	z-index:1;
	box-shadow: 0px 0px 4px 0px #999;
}
.slider {
	margin:0 auto;
	width:955px;
	height:313px;
	display:none;
}

#slider img {
    width: 100%;
}

.logo {
	width:500px;
	margin:auto;
	padding:20px;
}

.about,
.contacto {
	width:729px;
	margin:auto;
	padding:10px;
	margin-bottom:20px;
	background-color:#FFF;
	box-shadow: 0px 0px 4px 0px #999;
}

.about h1,
.contacto h1 {
	text-align:left;
	font-weight: 400;
	font-size:36px;
	text-align:center;
	color:#000;
}

.about p,
.contacto p {
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:20px;
	text-align:center;
	color: #999;
}

/* --- FOOTER --- */

#footer {
  height:75px;
  background-color: none;
  position:relative;
  padding:10px 0;
  font-size:12px;	
  text-align:center;
  color:#666;
  bottom:0;
  clear: both;
}

#footer p {
  	margin:8px 0;
	text-transform:uppercase;
	font-size:12px;
}

#footer a:link, #footer a:visited, .footer-text{
	font-size:11px;
	text-transform:uppercase;	
	text-decoration:none;
	color: #666;
}

#footer a:hover{
	font-size:11px;
	text-transform:uppercase;	
	text-decoration:none;
	color: #000;
}

