/****************************************HOME *************************************/
#home_slideshow{
	position: absolute;
	top: 120px;	
    left:156px;
    height: 420px;
    width: 660px;
}
#home_slideshow .slideshow {
    position: absolute;
    z-index: 5;
}
#home_slideshow img {
	height: 500px;
}

#default_picture{
    position: absolute;
    z-index: 1;
}
.presentation{
	position: absolute;
	height: 280px;
	width: 375px;
}

#presentation{
	top: 205px;
	left: 375px;
	color: white;
	z-index: 12;
}

#presentation2{
	top: 206px;
	left: 376px;
	color: #000000;
	z-index: 11;
    display: none;
}

#presentation a{
	color: white;
	
}

#presentation2 a{
	color: #000000;
}

.presentation a:hover{
    
}
.presentation h1{
	font-size: 5.5em;
	font-weight: normal;
	margin-bottom: 40px;
}

.presentation h2{
	font-size: 2em;
	font-weight: bold;
}

.presentation p{
	font-size: 1.4em;
	font-weight: normal;
}

#places{
	position: absolute;
	z-index:11;
	top: 150px;
	right: 78px;
	background-image: url("../images/places.png");
	background-repeat: no-repeat;
	height:128px;
	width: 128px;
}

#places:hover{
	background-position: -128px 0;
}

#globo_mundo {
    position: absolute;
	z-index:11;
	top: 120px;
	right: 126px;
    background-image: url("../images/globos.png");
    background-repeat: no-repeat;
    background-position: -100px -100px ;
	height:100px;
	width: 100px;
}

#globo_mundo:hover {
    background-position: -100px 0 ;
}
#globo_brasil {
    position: absolute;
	z-index:11;
	top: 187px;
	right: 54px;
    background-image: url("../images/globos.png");
    background-repeat: no-repeat;
    background-position: 0px -100px ;
	height:100px;
	width: 100px;
}

#globo_brasil:hover {
    background-position: 0px 0px ;
}

#destinos_title {
    color: #195b1c;
    font-size: 20px;
    position: absolute;
    top: 160px;
    right: 40px;
}
#places_title {
    color: #195b1c;
    font-size: 20px;
    position: absolute;
    top: 180px;
    right: 13px;
}
#highlights{
	position: absolute;
	top: 520px;
	left: 420px;
	z-index: 11;
	color: white;
}

#highlights a {
	color: white;
	float: left;
	margin-right: 20px;
	height: 140px;
	width: 140px;
	text-decoration: none;
}

#highlights a:hover p{
	color: white;
}

#highlights h1 {
	font-size: 2em;
	font-weight: normal;
}

#highlights p{
	color: #076324;
	font-size: 1.3em;
    display: inline;
}

#highlights p img{
	margin: 2px 0 0 4px;
}

#home_blog{
	position: absolute;
	top: 560px;
	left: 200px;
	z-index: 11;
	color: white;
}

#home_blog a {
	color: white;
	float: left;
	margin-right: 20px;
	width: 200px;
	text-decoration: none;
	
}

#home_blog a:hover p{
	color: white;
}

#home_blog #thumb{
	float:left;
	margin-right: 4px;
    margin-top: 2px;
}

#home_blog #thumb img {
	width: 55px;
		height: 55px;
}

#home_blog p {
	color: #076324;
	font-size: 1.27em;
    display: inline;
}
#home_blog h2 {
	font-size: 24px;
    font-weight: normal;
    margin-left: 60px;
}
