html,body, td, div
{
    font-size:11px;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color:#FFFFFF;
}

input, select, textarea
{
    font-size:10px;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    color:#666;
    border:1px solid #999;
}

body
{
    background:#666;
    margin:0px;
}
a {
    color:#FFFFFF;
	font-weight: bold;
}

.btnImprimir{
	width: 111px;
	height: 30px;
	background:url(/imgs/gray_layout/pt/btImprimirPagina-off.gif);
	float: right;
}


.btnImprimir:hover{
	background:url(/imgs/gray_layout/pt/btImprimirPagina-on.gif);
}

.btnImprimirEn{
	width: 92px;
	height: 30px;
	background:url(/imgs/gray_layout/en/btImprimirPagina-off.gif);
	float: right;
}

.btnImprimirEn:hover{
	background:url(/imgs/gray_layout/en/btImprimirPagina-on.gif);
}

.btnEnviar{
	width: 122px;
	height: 30px;
	background:url(/imgs/gray_layout/pt/btEnviePagina-off.gif);
	float: right;
}

.btnEnviar:hover{
	background:url(/imgs/gray_layout/pt/btEnviePagina-on.gif);
}

.btnEnviarEn{
	width: 142px;
	height: 30px;
	background:url(/imgs/gray_layout/en/btEnviePagina-off.gif);
	float: right;
}

.btnEnviarEn:hover{
	background:url(/imgs/gray_layout/pt/btEnviePagina-on.gif);
}

#entrada
{
    background:url(/imgs/entrada/fundo_intro.gif);
    width:260px;
    height:128px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -64px;
    margin-left: -130px;
    /*margin:auto;*/
}
#entrada2
{
    /*background:url(/imgs/entrada/fundo_intro.gif);*/
    width:676px;
    height:128px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -140px;
    margin-left: -338px;
    /*margin:auto;*/
}

#site800
{
    width:770px;
}

#site
{
    width: 980px;
    margin: 0px auto -1px auto;
	position:relative;
	overflow:hidden;
}

#site > div
{
    background-color: #333333;
}

#imagens_rodape
{
    width:900px;
    margin: 0px auto -1px auto;
}




.menu_esquerda{
	font-family: Arial;
	font-size: 11px;

}

.menu_esquerda ul {
	margin: 0;
	margin-top:-5px;
    /*margin-top:-1px;*/
	padding: 0;
	list-style: none;
	width: 106px; /* Width of Menu Items */
    margin-left:-8px;
}
	
.menu_esquerda ul li {
	position: relative;
    width:106px;
    padding-left:8px;
}
.menu_esquerda ul li:hover{
    background:url(/imgs/bullet_rollover_menu.gif) no-repeat 0% 50%;
}
	
/* Styles for Menu Items */
.menu_esquerda ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
	background: #fff; /* IE6 Bug */
	min-height: 18px;
	/** height: 18px;*/
	background-repeat:no-repeat;
    padding: 5px;
    /* padding: 2px 5px 5px 5px;*/
}
.menu_esquerda ul li a:hover{
	color: #000000;
}
/*
background-image:url(/imgs/bullet_rollover_menu.gif);
	background-position:left;
    */

 /* NOVO SUBMENU */
 

  
.submenu ul {
	position: absolute; 
	display: none;
    /*clear:both;*/
    /*margin-top:0px;*/
	top: -3px; 
	/* top: 4px; */
	left: 0px;
	margin: 0;
/*	margin-top:-5px;
    *margin-top:-1px;*/
	padding-left: 7px;
	list-style: none;
	width: 120px; /* Width of Menu Items */
    /*margin-left:-8px;*/
}
.submenu ul li{
	position: relative;
    width:106px;
   padding-left:8px;
    
}
.submenu ul li:hover{
	 background:url(/imgs/bullet_rollover_menu.gif) no-repeat 0% 50%;
}
	
.submenu ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
	background: #fff; /* IE6 Bug */
	/** height: 18px;*/
	min-height: 18px;
	background-repeat:no-repeat;
	padding: 5px;
	font-weight: normal;
    /* padding: 2px 5px 5px 5px;*/
}
.submenu  ul li a:hover{
	color: #000000;
	
}

.myhover{
	background:url(/imgs/bullet_rollover_menu.gif) no-repeat 0% 50%;
}

.myhover2{
	background:url(/imgs/bullet_rollover_menu.gif) no-repeat 0% 50%;
}

.subsubmenu{
	font-family:Arial;
	font-size:11px;

}

.subsubmenu ul {
	margin: 0;
	margin-top:-5px;
    /*margin-top:-1px;*/
	padding: 0;
	list-style: none;
	width: 170px; /* Width of Menu Items */
    margin-left:-8px;
}
	
.subsubmenu ul li {
	position: relative;
    width:170px;
    padding-left:8px;
}
.subsubmenu ul li:hover{
    /*background:url(/imgs/bullet_rollover_menu.gif) no-repeat 0% 50%;*/
}
	
.texto{
	padding-top: 20px;
}
/* Styles for Menu Items */
.subsubmenu ul li a {
background-repeat:no-repeat;
color:#FFFFFF;
display:block;
font-size:12px;
margin-bottom:5px;
margin-top:5px;
min-height:18px;
padding:5px;
text-decoration:none;
font-weight: normal;
}

.subsubmenu ul li ul li a{
background-repeat:no-repeat;
color:#FFFFFF;
display:block;
font-size:12px;
margin-top:5px;
min-height:18px;
padding:10px;
text-decoration:none;
}

.subsubmenu ul li a:hover{
	color: #000000;
}


/* .menu_esquerda li:hover ul, li.over ul { display: block;color:#000000; }  The magic */

	
/* Holly Hack. IE Requirement \*/
.menu_esquerda * html ul li { float: left; height: 1%; }
.menu_esquerda * html ul li a { height: 1%; }
.submenu * html ul li { float: left; height: 1%; }
.submenu * html ul li a { height: 100%; font-weight: normal;}
.subsubmenu * html ul li { float: left; height: 1%; }
.subsubmenu * html ul li a { height: 1%; }
/* End */





.copyright
{
	font-family:Arial;
	font-size:10px;
	color:#BFBFBF;
	float:left;

}
.copyright .troia
{
	color:#8C8C8C;
	float: left;
}

.tit{
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
}

#destaques
{
	/*background-image:url(/imgs/fundo_destaques_home.gif);
	background-repeat: repeat-y;*/
	min-height: 185px;
    width:100%;
	padding-top: 20px;
	background-color: #333333;
}
#destaques div:last-child
{
	margin-right: 0px;
	float: left;
}
.destaque{
	font-family: Arial;
	font-size: 14px;
	color: #CCCCCC;
	float:left; 
	height: 169px; 
	width: 320px;
	background: url(/imgs/gray_layout/bgDivDestaquePequeno.gif);
	margin-right: 10px;
}
.destaque .last{
	float:right;
}
* html #destaques {
	height:185px; 
	float: left;
}

#destaques .titulo
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}
#destaques .texto
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	line-height:170%;
}


#destaques a
{
	text-decoration:none;
	color:#FFFFFF;
}

#destaques a:hover
{
	color:#3992AF;
}

#topo
{
    min-height:136px;
    width:980px;
	background-color: #343434;
	background-repeat: no-repeat;
	background-image:url(/imgs/gray_layout/gradienteTopo.jpg);
	display: block;
}
#pesquisa {
	display: block;
	width: 100%;
	height: 25px;
	padding-top: 10px;
	text-align: right;
	background-color: #333333;
	color: #CCCCCC;
}

#sonaelogo{
	position: relative;
    background: url(/imgs/gray_layout/logoSonaeTurismo.gif);
	background-repeat:no-repeat;
	width:49px;
    height:47px;
    margin-top:25px;
	margin-right:33px;
    float:right;
}

#logo
{
	position: relative;
	float: left;
    background:url(/imgs/gray_layout/logoTroiaTopo.png);
    background-repeat:no-repeat;
    width:180px;
    height:136px;
    margin-top:0px;
	margin-right:0px;
	z-index: 10;
}

#logo:hover
{
	background:url(/imgs/gray_layout/logoTroiaTopo_over.png);
    background-repeat:no-repeat;
}

#logo h1
{
  display:none;
}
#logo a
{
  display:block;
  width:151px;
  height:85px;
  float:right;
}
#topmenu
{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	display: block;
	right: 0px;
	overflow:hidden;
	position: absolute;
	z-index: 9999;
	top: 41px;
}
/*#topmenu ul
{
	float: right;
}*/

.raizMenu{
	display: block; 
	/*z-index: 9999;
	position:absolute;*/
	overflow:hidden;
	right:0px;
	background: none;
}

#topmenu ul li{overflow:hidden;}

#topmenu .super
{
	overflow:hidden;
	/*background-color:green;*/
}

#sonaeWraper{
	position: absolute;
	width: 980px;
}
#dvImg0{
	display: none;
	width: 53px;
	height: 56px;
	position: relative;
	top: 22px;
	background-image: url("/imgs/gray_layout/imgMenu01.jpg");
	margin: 0 auto;
}
#dvImg1{
	display: none;
	width: 53px;
	height: 56px;
	position: relative;
	top: 22px;
	background-image: url("/imgs/gray_layout/img_real_estate.jpg");
	margin: 0 auto;
}
#dvImg2{
	display: none;
	width: 53px;
	height: 56px;
	position: relative;
	top: 22px;
	background-image: url("/imgs/gray_layout/img_golf.jpg");
	margin: 0 auto;
}
#dvImg3{
	display: none;
	width: 53px;
	height: 56px;
	position: relative;
	top: 22px;
	background-image: url("/imgs/gray_layout/img_marina.jpg");
	margin: 0 auto;
}
#dvImg4{
	display: none;
	width: 53px;
	height: 56px;
	position: relative;
	top: 22px;
	background-image: url("/imgs/gray_layout/img_sustentabilidade.jpg");
	margin: 0 auto;
}
#dvImg5{
	display: none;
	width: 53px;
	height: 56px;
	position: relative;
	top: 22px;
	background-image: url("/imgs/gray_layout/img_ruinas_romanas.jpg");
	margin: 0 auto;
}
#dvImg6{
	display: none;
	width: 53px;
	height: 56px;
	position: relative;
	top: 22px;
	background-image: url("/imgs/gray_layout/img_galeria_1.jpg");
	margin: 0 auto;
}
#topmenu ul,li
{
    margin:  0;
	padding: 0;
    list-style: none;
}
#topmenu ul li a
{
    padding-left: 10px;
	text-decoration: none;
	font-weight: normal;
}
#topmenu li
{
	/* margin-right:10px; */
    background-repeat:no-repeat;
    display:block;
    float:left;
	width: 114px;
	text-align: center;
}

#topmenu li:hover
{
background: url('/imgs/fundo_submenu.png');
}

.subMenuNovo{
	display: none; 
	position: relative; 
	z-index: 9; 
	width: 114px; 
	float: left;
	background: url('/imgs/fundo_submenu.png');
	/*background: rgba(80, 80, 80, 0.7);*/
}

.subMenuNovo ul{
	clear: both;
}
.subMenuNovo ul li{
	clear: both;
	text-align: left;
}

.dummy1:hover
{
	background: rgba(80, 80, 80, 0.7);
}
#topmenu ul li:last-child a{
	border-right: none;
	
}
#topmenu a
{
	border-right: 1px solid #777777;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
	color:#FFFFFF;
    display:block;
}

#topmenu a:hover{

	/*background:#666666; 
	padding:5px; 
	width:53px;
	height:56px;*/
}

#topmenu span
{
    display:none;
}


#linguas ul
{
  margin:0px;
}

#linguas li
{
	margin-left:12px;
    background-repeat:no-repeat;
    width:96px;
    height:14px;
    display:block;
    float:right;
    margin-top:7px;

}
#linguas a
{
    width:100%;
    height:14px;
    display:block;
}
#linguas a:hover
{
    border-bottom:4px solid #DFDFDF;
}

#linguas span
{
    display:none;
}

#linguas li.pt
{
    background:url(/images/bt_pt.gif);
    width:96px;
    height:14px;
}
#linguas li.en
{
    background:url(/images/bt_en.gif);
    width:83px;
    height:14px;
}
#linguas li.de
{
    background:url(/images/bt_de.gif);
    width:83px;
    height:14px;
}
/*------------------------------*/
#fotoentrada
{
    background:url(/images/img_home.jpg);
    background-repeat:no-repeat;
    width:768px;
    height:279px;
    display:block;
    float:left;
}

#foto
{
    background:url(/images/img_home.jpg);
    background-repeat:no-repeat;
    width:513px;
    height:279px;
    display:block;
    float:left;
}
#fotointerior
{
    background:url(/images/img_home.jpg);
    background-repeat:no-repeat;
    width:201px;
    height:279px;
    display:block;
    float:left;
}
/*------------------------------*/
h1
{
  margin:0px;
  margin-bottom:5px;
  font-size:14px;
  text-transform:uppercase;
  color:#FFFFFF;
}
h3
{
  margin:0px;
  margin-bottom:5px;
  font-size:12px;
}
/*------------------------------*/

#conteudo
{
    background:#FFF;
    width:257px;
    height:279px;
    float:left;
    overflow:hidden;
}

#conteudo div.texto
{
    margin:10px;
    margin-top:5px;
    margin-bottom:5px;
    height:270px;
    overflow:hidden;
    background:#fff;
}
#conteudo div.texto li
{
    list-style-type: disc;
    list-style-image: url(/images/bullet.gif);
    margin-left:10px;
}
/*------------------------------*/

#conteudo_interior div.texto li
{
    list-style-type: disc;
    list-style-image: url(/images/bullet.gif);
    margin-left:10px;
}


#conteudo_interior
{
    background:#fff;
    width:368px;
    height:279px;
    float:left;
    overflow:hidden;
}
#conteudo_interior div.texto
{
    margin:20px;
    margin-top:5px;
    margin-bottom:5px;
    height:270px;
    overflow:hidden;
    background:#fff;
}
/*------------------------------*/

#conteudo_5
{
    background:#FFF;
    width:568px;
    height:279px;
    float:left;
    overflow:hidden;
}
#conteudo_5 div.texto
{
    margin:20px;
    margin-top:5px;
    margin-bottom:5px;
    height:270px;
    overflow:hidden;
}
#conteudo_5 div.texto li
{
    list-style-type: disc;
    list-style-image: url(/images/bullet.gif);
    margin-left:10px;
}

/*------------------------------*/
#conteudo_popup  li
{
    list-style-type: disc;
    list-style-image: url(/images/bullet.gif);
    margin-left:10px;
}


#conteudo_popup
{
    background:#fff;
    height:290px;
    width:549px;
    overflow:auto;
}

/*------------------------------*/

#subpaginas
{
    width:200px;
    float:left;
    background:#fff;
}

#subpaginas div.texto
{
    margin:10px;
    margin-top:5px;
    margin-bottom:20px;
    height:255px;
    overflow:hidden;
    line-height:1.4;
}
#subpaginas div.texto ul
{
    margin:0px;
    padding-left:20px;
}

#subpaginas div.texto li
{
    list-style-type: disc;
    list-style-image: url(/images/bullet.gif);
}
/*------------------------------*/
#separador
{
  background:#fff;
  width:1px;
  float:left;
}
#separador div
{
    border-right:1px dashed darkgray;
    height:278px;
    float:left;
}

/*------------------------------*/

#imagens_ambiente
{
  width:980px; 
  height: 595px;
  background-color: #333333;
  position:relative;
  z-index:0;
}

#imagens_ambiente img
{
	position: absolute; 
	z-index: 0;
}	


#destaqueImgAmbiente{
  width:980px;
  background: url(/imgs/gray_layout/bgTxtDestaqueGrande.png);
  position: absolute;
  height: 50px;
  top: 545px;
  left: 0px;
}
#destaqueImgAmbiente p{
	font-family: Arial; 
	font-size: 15px; 
	color: #FFFFFF;
	padding: 1px 5px 5px 15px;
} 
/*------------------------------*/

#foto_side
{
    width:130px;
    height:279px;
    float:left;
    background:red;
}

#foto_side div.side01
{
    background:url(/images/side_01.jpg);
    background-repeat:no-repeat;
    height:139px;
    margin-bottom:1px;
}
#foto_side div.side02
{
    background:url(/images/side_02.jpg);
    background-repeat:no-repeat;
    height:139px;
}
#foto_side div.side03
{
    background:url(/images/side_03.jpg);
    background-repeat:no-repeat;
    height:278px;
}
/*------------------------------*/

#basemn ul,li
{
    margin:  0;
	padding: 0;
    list-style: none;
}

#basemn ul
{
}
#basemn
{
    float:left;
    height:30px;

}

#basemn li
{
    background-repeat:no-repeat;
    display:block;
    float:left;
    margin-right:33px;
    height:13px;
    margin-top:12px;


}
#basemn a
{
    width:100%;
    height:14px;
    display:block;
}
#basemn a:hover
{
    border-bottom:4px solid #DFDFDF;
}

#basemn span
{
    display:none;
}


/*------------------------------*/

#botao
{
    border:1px solid #999;
    background:#CACACA;
    color:#666;
}
/*------------------------------*/
.paging
{
    display:block;
    float:left;
    width:15px;
    text-align:center;
    text-decoration:none;
    color: #999;
}
.paging:hover
{
  background:#CCC;
}

.paging_actual
{
    display:block;
    float:left;
    color:#666;
    width:15px;
    text-align:center;
    background:#CCC;
    
}

#sonae
{
  background:url(/images/sonae.gif);
  width:51px;
  height:34px;
  background-repeat:no-repeat;
  display:block;
  float:right;
}
#sonae a
{
display:block;
width:51px;
height:34px;
}

#sgs
{
  background:url(/images/sgs.gif);
  width:34px;
  height:34px;
  background-repeat:no-repeat;
  display:block;
  float:right;
  margin-right:10px;
}
#sgs a
{
display:block;
width:34px;
height:34px;
}

#sub h3
{
  margin:0px;
  margin-top:10px;
}


.subli
{
	padding: 0;
}
.subul
{
    margin:  0;
	padding: 0;
	padding-left:15px;

}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
