body {
	background-color:  black;
	color: white;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}

header {
	display: block;
	min-width: 865px;
	height: 50px;
	width: 100%;
	background: url(../images/banner.png) repeat-x 0 bottom;
	padding: 0;
	margin: 0;
	}

header h1, header h2, header p
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	display: inline;
	font-weight:normal;
	text-transform: lowercase;
}

header hgroup
{
	position: absolute;
	left: 10px;
	top: 3px;
	display: inline;
	padding: 0;
}

header img
{
	position: relative;
	top: 1px;
}

header h1
{
	font-weight: bold;
	margin-left: 4px;
}

header h2
{
	color: silver;
	margin-left: 10px;
	z-index: 10;
}

header h2 a
{
	z-index: 13;
}

header h2 a, header nav ul li a
{
	color: silver;
	text-decoration: none;
}

header h2 a:hover, header nav ul li a:hover
{
	color: white;
}

header nav
{
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
	height: 30px;
	text-align: right;
	float: right;
}

header nav ul
{
	display: block;
	padding:3px 10px 0 0;
	margin:0;
}

header nav ul li
{
	display: inline;
	margin: 0;
	padding: 0 3px 0 0;
	font-size: 12px;
	border-right: 1px solid silver;
}

header nav ul li.noborder
{
	border-right-style: none;
	border-right-width: 0;
	padding: 0 0px 0 0;
}

#galerias
{
	width: 170px;
	height: 169px;
	background: url(../images/galeriasbg_yellow.png) no-repeat center center;
	position: absolute;
	top: 100px;
	right:  10%;
}

#galerias ul
{
	-webkit-transform: rotate(10deg); 
	-moz-transform: rotate(10deg);	
	list-style-type: none;
	font-size: 12px;
	margin: 30px 0 0 -3px;
	padding: 0;
}

#galerias ul li
{
	width: 170px;
	text-align: center;
	margin-bottom: 2px;
}

#galerias ul li a
{
	color: black;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}

#galerias ul li a:hover
{
	background-color: #212121;
	text-decoration: none;
	border-radius: 10px;
	color:  white;
}


footer
{
	position: absolute;
	left: 15px;
	bottom: 0px;
	font-size: 12px;
	color: silver;
}

footer ul.social
{
	list-style-type: none;
	padding:  12px 0 38px 0;
	margin: 0;
}

footer ul.social li
{
	float: left;
	padding: 0;
	margin: 0;
}

footer ul.social li.fb
{
	position: relative;
	left: -22px;
}


footer p
{
	clear: both;
}

footer a
{
	color: silver;
	text-decoration: none;
}

footer a:hover
{
	color: white;
	text-decoration: none;
}

/*
@media screen and (max-width: 1024px) { 
        img.bg {
                left: 50%;
                margin-left: -512px;   
        }
}

*/

#infotxt
{
	font-size: 94%;
	background-color: black;
	width: 60%;
	margin: 0 auto;
	padding: 20px 40px;
	display: block;
	line-height: 150%;
	border-radius: 30px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	margin-bottom: 30px;
}

#infotxt p
{
	text-align: justify;
}

#infotxt ul
{
	list-style-type: square;
}

#infotxt a
{
	color:  silver;
	text-decoration: none;
}

#infotxt a:hover
{
	color:  white;
}

footer.info
{
	display: block;
	position: static;
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

header a h1, header a img, header hgroup a 
{
	text-decoration: none;
	border-style: none;
	border-width: 0;
}
header a h1
{
	color: white;
}



*{ margin:0; padding:0; }
body { background:#111; }
img{ border:none; }
#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../images/loading.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ height:auto; width:auto; position:relative; outline:none; border:none; -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }