
html, body {
	height:100%;
}


 * {
	outline:none;
text-decoration: none;
}


body {
	margin:0px;
	padding:0px;
	background:#000;
	font-family:'Helvetica', arial, sans-serif;
}

#home {
       position:absolute;
        top:0px;
        left:0px;
        width:98px;
        height:73px;
 	z-index:12;

        background-color: #ef3e2c;
        -moz-box-shadow:0px 0px 1px #111111 inset;
        -webkit-box-shadow:0px 0px 1px #111111 inset;
        box-shadow:0px 0px 1px #111111 inset;
}

/* ------------------Header-------------------- */
header {background:#333333 url("../images/pattern06.png");}
header .wrap-header{height: 130px;}

 #logo { width: 100%;}




h1, h2, h3, h4, h5, h6 {
	font-family:"georgia", "times new roman", serif;
	font-style:italic;

}
hgroup {
	position:absolute;
	z-index:3;


	padding:0px;

	color:#FFF;
	font-family:"georgia", "times new roman", serif;
	font-size: 30px;
	letter-spacing: 1px;
	
}



hgroup h1 {
	font-size: 24px;
	margin-top: 55px;
	margin-left: 5px;
	color: #96121d;
	letter-spacing:2px;
	/*box-shadow: 0px 4px 10px -5px black;*/
	line-height: 26px;
	
	/*text-shadow:rgba(0, 0, 0, 1) 3px 2px 0; */
}

h1 span {
	background: none repeat scroll 0% 0% rgba(265, 265, 265, 0.65);
	width: 100%;

}

hgroup h4 {
	font-size: 14px;
	color: #333;
	font-weight:normal;
	margin-top: 2px;
	margin-left: 5px;
	font-style:italic;
	text-decoration-color: red;
	/*box-shadow: 0px 4px 10px -5px black;*/
	}

h4 span {
	background: none repeat scroll 0% 0% rgba(265, 265, 265, 0.65);
	width: 100%;
	margin-top: 5px;
}
hgroup a {
	text-decoration:none;
	color: #FFF;
	/* border-bottom: 1px dashed #FFF;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out; */
}
hgroup a:hover {
	/*background: rgba(0, 0, 0, 0.50);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out; */
}
#toolbar {
	/*position:fixed;
	z-index:3;
	right:10px;
	top:10px;
	padding:5px;
	opacity:0;*/
	display: none;
}
#toolbar img {
	border:none;

}
#img_title {
	position:fixed;
	z-index:3;
	left:100px;
	top: 150px;
	padding:10px;
	/* background:url(images/fs_img_g_bg.png); */
	color:#96121d;
	font-family:"Helvetica", "arial", sans-serif;
	text-transform:uppercase;
	font-size: 30px;
	letter-spacing: 1px;
}
#bg { 
	/* position:fixed; 
	margin-bottom: 10px; */
	top: 34px;
	z-index:1;
	overflow:hidden;
	width:100%;
	height:100%;
	
}

#wrap-subnav {

overflow-x: hidden;
}

#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	margin-bottom: 30px;
	left: 0px;
	background: url(../images/dotted.png);
	opacity: 0.3;
}
#bgimg {
	display:none;
	-ms-interpolation-mode: bicubic;
}
#preloader {
	position:relative;
	z-index:3;
	width:32px;
	padding:20px;
	top:80px;
	margin:auto;
	/*background:#000; */
}
#thumbnails_wrapper {
	z-index:2;
	position:absolute;
	bottom:90px;
	width:100%;
	height: 20%;
	background:url(../images/empty.gif); /* ie needs a background value to understand hover area */
}
#outer_container {
	position:relative;
	padding:0;
	width:100%;
	margin:40px auto;
}
#outer_container .thumbScroller {
	position:relative;
	overflow:hidden;
	background:url(../images/fs_img_g_bg.png);
	background: rgba(0,0,0,0.850);
}
#outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content {
	height:170px;
}
#outer_container .thumbScroller .container {
	position:relative;
	left:0;
}
#outer_container .thumbScroller .content {
	float:left;
}
#outer_container .thumbScroller .content div {
	margin:5px;
	height:100%;
}
#outer_container .thumbScroller img {
	border:3px solid #fff;
}
#outer_container .thumbScroller .content div a {
	display:block;
	padding:5px;
}
.nextImageBtn, .prevImageBtn {
	display:block;
	position:absolute;
	width:50px;
	height:50px;
	top:50%;
	margin:-25px 10px 0 10px;
	z-index:3;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
.nextImageBtn:hover, .prevImageBtn:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
.nextImageBtn {
	right:0;
	background:#000 url(../images/nextImgBtn.png) center center no-repeat;
}
.prevImageBtn {
	background:#000 url(../images/prevImgBtn.png) center center no-repeat;
}



.menuhome ul{
	margin:0;
	margin-top: 0px;
	padding:0;
	list-style: none;
	font-size:14px;

	position:absolute;
	top:20px;
	left:40%
}
.menuhome ul a {
	text-decoration:none;
	outline:none;
}
.menuhome ul li {
	float:left;
	width:98px;
	height:73px;
	position:relative;
	cursor:pointer;
}
.menuhome ul li > a {
	position:absolute;
	top:0px;
	left:0px;
	width:98px;
	height:73px;
	z-index:12;
	background:transparent url(../images/overlay.png) no-repeat bottom right;
	background-color: rgba(0, 0, 0, 0.45);
	-moz-box-shadow:0px 0px 1px #111111 inset;
	-webkit-box-shadow:0px 0px 1px #111111 inset;
	box-shadow:0px 0px 1px #111111 inset;
}

.menuhome ul li > a:hover {
	position:absolute;
	top:0px;
	left:0px;
	width:98px;
	height:73px;
	z-index:12;

	background-color: #ef3e2c;
	-moz-box-shadow:0px 0px 1px #111111 inset;
	-webkit-box-shadow:0px 0px 1px #111111 inset;
	box-shadow:0px 0px 1px #111111 inset;
}


.menuhome ul li a img {
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
	/* -moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000; */
}
/*ul.menu li span.wrap {
	position:absolute;
	 top:15px;
	left:0px;
	width:98px;
	height:73px; 
	z-index:15;
}*/ 
.menuhome ul li a span.active {
	position:absolute;
	background-color:red;
	/*top:85px;
	width:98px;
	height:0px; */
	left:0px;
	z-index:14;
	/* -moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow: 0px 0px 4px #000 inset;
	-moz-box-shadow: 0px 0px 4px #000 inset;
	box-shadow: 0px 0px 4px #000 inset;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px; */
}
.menuhome ul li span span.link, ul.menu li span span.descr, ul.menu li div.box a {
	margin-left:25px;
	/* text-transform:uppercase; */
	text-shadow:1px 1px 1px #000;
}
.menuhome ul li span span.link {
	color:#fff;
	font-weight: lighter;
	font-size:16px;
	float:left;
	clear:both;
	padding-top: 25px;
}
.menuhome ul li span span.descr {
	color:#fff;
	float:left;
	clear:both;
	/* width:100%; For IE7*/
	font-size: 9px;
	letter-spacing:1px;
}
.menuhome ul li div.box {
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}
.menuhome ul li div.box a {
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
.menuhome ul li div.box a:first-child {
	margin-top:15px;
}
.menuhome ul li div.box a:hover {
	color:#fff;
}

.menuhome ul li span span.link, .menuhome ul li span span.descr, .menuhome ul li div.box a {
    margin-left: 20px;
    text-shadow: 1px 1px 1px #000000;
}


.minimenuhome {display:none;}
.minimenuhome {position: fixed; left: 0px; bottom: 0px; width: 100%; margin: 0px; height: 40px; background-color: #A8A7A7; }
.minimenuhome  div{overflow: hidden; padding: 10px 10px 10px 10px; color: #ffffff;text-align:center;text-transform:uppercase;font-weight:bold;}
.minimenuhome select{position: absolute;top: 0px;width: 100%;height: 100%; opacity: 0;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);	cursor: pointer;}
.minimenuhome option {background-color: #A8A7A7; color: #FFFFFF; border: none; padding: 5px 5px 5px 5px; }
.minimenuhome option:hover {background-color: #CCCCCC; color: #FFFFFF;}

article {
	display:none
}
.image {
	border: 2px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	float: right;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.logospatrocinios:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.logospatrocinios{
	background-color:#b3b2b2; 
	min-height: 56px;
	border-top: 1px solid #CCCCCC;
    padding-top: 10px;
    position: relative;
    width: 100%;
	}

	
