@charset "UTF-8";

/* HEADER */
.headerimg { 
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	position:absolute;
}
.headerimgF { 
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	position:absolute;
}

/* HEADER TEXT */
#headertxt {
	width:960px;
	margin:0 auto;
	clear:both;
	position:relative;
	top:500px;
}
#firstline {
	background-image:url('../../../../images/layout/images/textbg.png');
	color:#333;
	font-size:40px;
	padding:4px 13px 7px;
	float:left;
	display:block;
}
#secondline {
	background-image:url('../../../../images/layout/images/textbg.png');
	color:#CD2B3A;
	text-decoration:none;
	font-size:60px;
	padding:0 13px 10px;
	float:left;
	display:block;
	clear:both;
}
#secondline:hover {
	text-decoration:underline;
	color:#7F000C;
}

/* CONTROLS */
.btn {
	height:80px;
	width:30px;
	float:left;
	cursor:pointer;
}
#btback { 
    background-image: url('../../../../images/layout/arrows-left.png'); 
    position: relative; left:3%; 
	filter:  alpha(opacity=50); 
	opacity: 0.5;
    -webkit-transition: all .25s ease-in-out;
    -o-transition:      all .25s ease-in-out;
    transition:         all .25s ease-in-out;
}
#btback:hover { 
    filter:  alpha(opacity=90); 
    opacity: 0.9;
    -webkit-transition: all .25s ease-in-out;
    -o-transition:      all .25s ease-in-out;
    transition:         all .25s ease-in-out;
}
#bannerTopoCentro #btnext { 
    background-image:url('../../../../images/layout/arrows-right.png'); 
    position:relative; 
    right: 3%; 
    filter:  alpha(opacity=50);
    opacity: 0.5;
    -webkit-transition: all .25s ease-in-out;
    -o-transition:      all .25s ease-in-out;
    transition:         all .25s ease-in-out;    
    }  
#bannerTopoCentro #btnext:hover { 
    filter:  alpha(opacity=90);
    opacity: 0.9;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#control { 
	background-image: url('../../../../images/layout/btn_pause.png');
	z-index:200;
	display:none; 
}
#bannerPaginador a.numerico, 
#bannerPaginador a.quadrados {
	display:inline-block; 
	margin:0 3px; 
	background:#666; 
	min-width:10px; 
	min-height:10px; 
	text-decoration:none; 
	font-size:11px; 
	color:#fff;
	z-index:999999;
}
#bannerPaginador a.numerico:hover, 
#bannerPaginador a.quadrados:hover, 
#bannerPaginador a.numericoSelected, 
#bannerPaginador a.quadradosSelected {
	background:#ccc;
	color:#666;
}
#bannerPaginador a.bolas {
	display:inline-block; 
	margin:0 3px; 
	min-width:10px; 
	min-height:10px; 
	text-decoration:none; 
	font-size:12px; 
	color:#fff; 
	border-radius:10px; 
	background:#666; 
	box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
	z-index:999999;
}
#bannerPaginador a.bolas:hover, 
#bannerPaginador a.bolasSelected{
	background:#ccc; 
	box-shadow:inset 0 0 4px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.2);
}

/* HEADER HAVIGATION */
#headernav-outer {
	position:relative;
	top:400px;
	margin:0 auto;
	width:960px;
}
#headernav {
	padding-left:864px;
}
#bannerFooterCentro #next { 
    background-image:url('../../../../images/layout/arrows-right.png'); 
    position:absolute; 
    right:3%; 
    filter:  alpha(opacity=50);
    opacity: 0.5;
    -webkit-transition: all .25s ease-in-out;
    -o-transition:      all .25s ease-in-out;
    transition:         all .25s ease-in-out;    
}  
#bannerFooterCentro #next:hover { 
    filter:  alpha(opacity=90);
    opacity: 0.9;
    -webkit-transition: all .25s ease-in-out;
    -o-transition:      all .25s ease-in-out;
    transition:         all .25s ease-in-out;
}
div.slideshow {
	margin: 0 auto;
	overflow: hidden;
	position: relative; 
	z-index: 5;
}
div.slideshow ul.nav {
	list-style: none;
	position: relative;
	z-index: 15;
}
div.slideshow ul.nav li.prev {
	float: left;
	margin: 0 0 0 40px;
}
div.slideshow ul.nav li.next {
	float: right;
	margin: 0 40px 0 0;
}
div.slideshow ul.nav li a {
	display: block;
	width: 30px;
	height: 80px;
	cursor:pointer;
	text-indent: -9999px;
	font-size:32px;
}
div.slideshow ul.nav li.prev a {
	background-image:url('../../../../images/layout/arrows-left.png'); 
}
div.slideshow ul.nav li.next a {
	background-image:url('../../../../images/layout/arrows-right.png'); 
}
div.slideshow ul.slides {
	list-style: none;
}
div.pagBanner {
	position:absolute;
	z-index:11111111;
}
.pagBanner a {
	min-width:10px; 
	min-height:10px; 
	text-decoration:none; 
	z-index:999999;
	font-family:inherit;
}

#bannerTopoBak {
	text-align:center;
}