/* credit: http://fearlessflyer.com/2011/10/create-rotating-full-paged-background-images-with-css-and-jquery/ */

body {
	background: #000;
}

#texto{
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	left: -290px;
	top: 100px;
	width: 580px;
	height: 400px;
	z-index: 1;
	background-color: #FFF;
	opacity: 0.8;
	margin-left: 50%;
	padding-top: 30px;
	border-radius: 10px;
}
#logo {
	background-image:url(../img/Logo.jpg);
	width:380px;
	height:90px;
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto;
	}

#slideshow,img { 
  min-height: 100%; 
  min-width: 1024px; 
  width: 100%; 
  height: auto; 
  position: fixed; 
  top: 0; 
  left: 0; 
  z-index:-9999; 
}