/* CSS Document */

html,body{
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  font-family:Arial, Helvetica, sans-serif;
	  color:#999;
	  font-size:13px;
}
   
a { text-decoration: none; color:#999; }

a:hover { text-decoration: none; color:#0095df; }

.backg
{
	behavior: url(images/iepngfix.htc);
}

#container {  width: 100%; height:100% }

#header {
	width: 100%;
	height: 128px;
	margin: 0 auto;
	background-color:#0095df;
}
#header2 {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	background-color:#000000;
}

#header #logo
{
	width:920px;
	margin:0 auto;
	text-align:left;
}


#header2 #menu
{
	width:920px;
	margin: 0 auto;
	height:22px;
	text-align:left;
}

#conteudo
{
	width:920px;
	margin: 0 auto;
	text-align:left;
}

#footer
{
	clear:both;
	height:50px;
}

.link_menu
{
	font-family:"Times New Roman", Times, serif;
	color:#bfe0f5;
	font-style:italic;
	font-size:34px;
}

.link_menu:hover
{
	color:#0095df;
}

.link_menu_sel
{
	font-family:"Times New Roman", Times, serif;
	color:#bfe0f5;
	font-style:italic;
	font-size:34px;
	color:#0095df;
}

.titulo_sep
{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	color:#0095df;
}

.titulo_sep2
{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-style:italic;
	font-size:16px;
}


.texto
{
	line-height:17px;
}

.tag_form
{
	margin-top:5px;
	padding-top:7px;
}

.tag_form2
{
	margin-top:1px;
}

.caixa_reserva
{
	width:200px;
	height:23px;
	border:solid 1px #000000;
	color:#000000;
	background-color:#ffffff;
}

.label_reserva
{
	color:#0095df;
}




/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:270px;
		height:120px;
		overflow:hidden; 

		}
	#prevBtn, #nextBtn{
		visibility:hidden;
		}	
	
/* // Easy Slider */



