@import url("reset.css");

/*==================================================*/
/*	Main styles										*/
/*==================================================*/

body {
	font: 80% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:  #333;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*==================================================*/
/*	Main											*/
/*==================================================*/

#main {
	width: 1000px;
	margin:  0 auto;
	background-color: #fff;
	border: 1px solid #fff;
	border-width: 0 1px;
}

/*==================================================*/
/*	Top											*/
/*==================================================*/

#top {
	background: #38302d none;
	font-size: 80%;
	padding: 3px 30px;
	color: #efefef;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
}

#top a {
	color: #efefef;
}

#top div {
	width: 320px;
	float: right;
	text-align: right;
}

#top li {
	display: inline;
}

#top #contact, #top #flags {
	float: right;
}

#top #contact a {
	background: url(../imgs/icons/email-regular.gif) no-repeat left -3px;
	padding: 0 19px;
	text-transform: lowercase;
}

#top #flags {
	border-left:  1px dotted #efefef;
}

#top #flags li {
	margin-left: 5px;
}

#top #flags li:first-child {
	margin-left: 20px;
}

#top #path {
	visibility: hidden;
}

/*==================================================*/
/*	Header											*/
/*==================================================*/

#header {
	width: 1000px;
	height: 210px;
	background: #fff url(../imgs/headers/bemvindo.jpg) no-repeat left top;
}

#bemvindo #header { background-image: url(../imgs/headers/bemvindo.jpg); }
#dezrazoes #header { background-image: url(../imgs/headers/dezrazoes.jpg); }
#destinos #header { background-image: url(../imgs/headers/destinos.jpg); }
#segmentos #header { background-image: url(../imgs/headers/segmentos.jpg); }
#hotelaria #header { background-image: url(../imgs/headers/hotelaria.jpg); }
#entidades #header { background-image: url(../imgs/headers/entidades.jpg); }

#header h1 {
	background: url(../imgs/scbrasil-trans.png) no-repeat left 15px;
	width: 458px;
	height: 80px;
	margin: 0 30px;
	text-indent: -9999px;
	float:  left;
}

#header h1.ingles {
	background-image: url(../imgs/scbrazil-trans.png);
}


/*==================================================*/
/*	Main Menu										*/
/*==================================================*/

#header #MainMenu {
	width: 380px;
	float: right;
	text-align: right;
	background-color: #fff;
	margin: 0 1px 0 0;
}

#header #MainMenu li {
	height: 30px;
	margin: 0 0 1px 0;
}

#header #MainMenu li a {
	display: block;
	width: 380px;
	height: 100%;
	color:  #fff;
	font-size: 90%;
	line-height: 34px;
	vertical-align: middle;
	width: 380px;
	border: 1px solid #fff;
	border-width: 0 1px;
}

#header #MainMenu li a:hover {
	font-size: 110%;
}

#header #MainMenu li.active a, #header #MainMenu li.active a:hover {
	font-size: 105%;
	line-height: 58px;
	vertical-align: middle;
	text-align: left;
	padding-left: 30px;
	text-indent: 0px;
	width: 350px;
}

#header #MainMenu li.active {
	height: 54px;
}

#header #MainMenu li a span {
	margin-right:  15px;
}

#header #MainMenu li.active a:before {
	content: "» "
}

#header #MainMenu li a:hover {
	text-decoration: none;
}

/*==================================================*/
/*	Contents										*/
/*==================================================*/

h2 {
	margin: 30px 30px 15px 30px;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-size: 180%;
	font-weight: normal;
}
#contents {
	width: 560px;
	margin: 20px 0 20px 30px;
	float: left;
}

#contents h3 {
	font-size: 160%;
	font-weight: normal;
}

#contents p, #contents li {
	margin: 10px 0;
	line-height: 180%;
	font-size: 90%;
}

#contents ul li {
	list-style: inside disc;
	margin: 5px 0 5px 30px;
}

#contents ol li {
	list-style: inside decimal;
	margin: 5px 0 5px 30px;
}

#contents p.intro {
	font-size: 140%;
	line-height: 140%;
}

#contents #diarios dt {
	font-weight: bold;
}

#contents #diarios dd a {
	color: gray;
}

#contents #diarios dd {
	margin-bottom: 20px;
}

/*==================================================*/
/*	Submenu											*/
/*==================================================*/

#SubMenu {
	margin: 0 0 20px 0;
}

#SubMenu li {
	margin: 0;
}

#SubMenu li a {
	display: block;
	background-color: #efefef;
	padding: 2px 15px;
	font-size: 110%;
	line-height: 150%;
	text-decoration: none;
}

#SubMenu li.active a, #SubMenu a:hover {
	background-color: #ccc;
}


/*==================================================*/
/*	Details											*/
/*==================================================*/

#details {
	width: 350px;
	margin: 20px 30px 20px 0;
	float: right;
}

#pics dd {
	font-size: 90%;
	color: #666;
	margin-bottom: 30px;
	position: relative;
	top: -3px;
	padding: 7px;
}

#attachments li a {
	display: block;
	line-height: 48px;
	vertical-align: middle;
	padding: 3px 0 3px 52px;
	background: transparent url(../imgs/icons/attachment.jpg) no-repeat 3px center;
	margin: 0 0 10px 0;
	color: #333;
	text-decoration: none;
	border: 1px solid #fff;
}

#attachments li.chart a {
	background-image: url(../imgs/icons/chart.jpg);
}

#attachments li.map a {
	background-image: url(../imgs/icons/map.jpg);
}

/*==================================================*/
/*	Footer											*/
/*==================================================*/

#footer {
	clear: both;
	background: #38302d none;
	font-size: 80%;
	padding: 10px 30px;
	color: #efefef;
	border: 1px solid #fff;
	border-width: 1px 0 0 0;
}

#footer dd {
	margin: 10px 0;
}

/*==================================================*/
/*	Colors											*/
/*==================================================*/

#header #MainMenu li.bemvindo a {
	background-color: #004f7b;
}


#header #MainMenu li.dezrazoes a {
	background-color: #966d00;
}


#header #MainMenu li.destinos a {
	background-color: #4e630c;
}


#header #MainMenu li.segmentos a {
	background-color: #592d2c;
}


#header #MainMenu li.hotelaria a {
	background-color: #805b72;
}


#header #MainMenu li.entidades a {
	background-color: #9e2139;
}


body#bemvindo {
	background-color: #b2cad7;
}

#bemvindo h2,
#bemvindo #contents h3,
#bemvindo #contents a,
#bemvindo #SubMenu a {
	color: #004f7b;
}

#bemvindo h2 {
	border-bottom-color: #004f7b;
}

#bemvindo #contents p.intro {
	color:  #7fa7bd;
}

#bemvindo #SubMenu li a,
#bemvindo #pics dd {
	background-color: #e5edf2;
}

#bemvindo #attachments li a:hover {
	border: 1px solid #b2cad7;
}

#bemvindo #SubMenu li a:hover,
#bemvindo #SubMenu li.active a {
	background-color: #b2cad7;
}


body#dezrazoes {
	background-color: #dfd3b2;
}

#dezrazoes h2,
#dezrazoes #contents h3,
#dezrazoes #contents a,
#dezrazoes #SubMenu a {
	color: #966d00;
}

#dezrazoes h2 {
	border-bottom-color: #966d00;
}

#dezrazoes #contents p.intro {
	color:  #cab67f;
}

#dezrazoes #SubMenu li a,
#dezrazoes #pics dd {
	background-color: #f4f0e5;
}

#dezrazoes #attachments li a:hover {
	border: 1px solid #dfd3b2;
}

#dezrazoes #SubMenu li a:hover,
#dezrazoes #SubMenu li.active a {
	background-color: #dfd3b2;
}


body#destinos {
	background-color: #cad0b6;
}

#destinos h2,
#destinos #contents h3,
#destinos #contents a,
#destinos #SubMenu a {
	color: #4e630c;
}

#destinos h2 {
	border-bottom-color: #4e630c;
}

#destinos #contents p.intro {
	color:  #a6b185;
}

#destinos #SubMenu li a,
#destinos #pics dd {
	background-color: #edefe6;
}

#destinos #attachments li a:hover {
	border: 1px solid #cad0b6;
}

#destinos #SubMenu li a:hover,
#destinos #SubMenu li.active a {
	background-color: #cad0b6;
}


body#segmentos {
	background-color: #cdc0bf;
}

#segmentos h2,
#segmentos #contents h3,
#segmentos #contents a,
#segmentos #SubMenu a {
	color: #592d2c;
}

#segmentos h2 {
	border-bottom-color: #592d2c;
}

#segmentos #contents p.intro {
	color:  #ac9695;
}

#segmentos #SubMenu li a,
#segmentos #pics dd {
	background-color: #eeeae9;
}

#segmentos #attachments li a:hover {
	border: 1px solid #cdc0bf;
}

#segmentos #SubMenu li a:hover,
#segmentos #SubMenu li.active a {
	background-color: #cdc0bf;
}


body#hotelaria {
	background-color: #d9cdd4;
}

#hotelaria h2,
#hotelaria #contents h3,
#hotelaria #contents a,
#hotelaria #SubMenu a {
	color: #805b72;
}

#hotelaria h2 {
	border-bottom-color: #805b72;
}

#hotelaria #contents p.intro {
	color:  #bfadb8;
}

#hotelaria #SubMenu li a,
#hotelaria #pics dd {
	background-color: #f2eef1;
}

#hotelaria #attachments li a:hover {
	border: 1px solid #d9cdd4;
}

#hotelaria #SubMenu li a:hover,
#hotelaria #SubMenu li.active a {
	background-color: #d9cdd4;
}


body#entidades {
	background-color: #e2bcc3;
}

#entidades h2,
#entidades #contents h3,
#entidades #contents a,
#entidades #SubMenu a {
	color: #9e2139;
}

#entidades h2 {
	border-bottom-color: #9e2139;
}

#entidades #contents p.intro {
	color:  #ce909c;
}

#entidades #SubMenu li a,
#entidades #pics dd {
	background-color: #f5e8eb;
}

#entidades #attachments li a:hover {
	border: 1px solid #e2bcc3;
}

#entidades #SubMenu li a:hover,
#entidades #SubMenu li.active a {
	background-color: #e2bcc3;
}

.popup{ float:left; position: relative; top:100px; left: 30px; }