@charset "UTF-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
	}

/*geral*/

Body {
	background-image:url(../images/pad.gif);
	position: relative;
height: auto;
min-height: 100% !important;
}

.warp{
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.conteudo {
	width:1024px;
	min-height:1024px;
	background:#FFFFFF;
	padding:0px 12px 0px 12px;
	display:block;
	position:relative;
}
.conteudo2 {
	padding-top: 30px;
}


.clear{
	clear:both;
}

/*menu*/
.menu{
	width:1048px;
	height:45px;
	background-image:url(../images/menu_footer.gif);
	float:left;	
}

.menu ul{
	list-style:none;
	margin-top:15px;
	margin-right: 20px;
    float: right;	
}


.menu ul li {
	float:left;
	padding-left: 19px;
}

.menu .active{
	background: url("../images/menu_on.png") no-repeat;
    height: 55px;
    display: block;
	background-position: 50% -15px;
	position:relative;
	z-index:99;
    
	
	
}

/*logo + slide + separadores*/

.logo{
	float:left;
	width:273px;
	height:273px;
	display:block;
}

#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}

#slider li, #slider2 li {
    height: 245px;
    overflow: hidden;
    width: 745px;
	
}


.separador{
	width:100%;
	height:1px;
	border-top: 1px dashed #999999;
	padding-bottom:10px;
	padding-top:10px;
}


.tour_img{
	width:315px;
	float:left;
	display:block;
}

.tour_content{
	width:700px;
	float:left;
	display:block;
}

.tour_titulo{
	background-color:gray;
    color: #FFFFFF;
    float: left;
    height: 27px;
    margin-top: 15px;
    padding: 10px;
}

.arrow-right {
 border-bottom: 24px solid transparent;
    border-left: 24px solid gray;
    border-top: 24px solid transparent;
    float: right;
    height: 0;
    margin: -36px -34px 0 0;
    width: 0;
}

.tour_sabermais{
	background:url(../images/arrowup.png) no-repeat;
	width:87px;
	height:54px;
	display:block;
	color:#FFFFFF;
	
}
.lang{
	background-color: #FF6102;
    height: 15px;
    margin-left: 620px;
    margin-top: 30px;
    position: absolute;
    width: 135px;
    z-index: 999;
	padding:2px;
}

.flag{
	
	float:left;
	padding-right:5px;
}

/*footer*/

.footer{
	width: 1048px;
    bottom: 0;
    position: relative;
	background-image:url(../images/menu_footer.gif);
	height:41px;
}

.footer_esq{
	float:left;
	padding:15px;
}
.footer_dir{
	float:right;
	padding:15px;
}