*{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	list-style:none;
}

a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#900;
}

body{
	background-image:url(../imagens/bg-01.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

#geral{
	width:826px;
	margin:0 auto;
}

#header{
	width:826px;
	height:161px;
	float:left;
}

#topo{
	width:826px;
	height:265px;
	margin-top:-3px;
	float:left;
	border-bottom:5px solid #660000;
	border-top:5px solid #600;
}

#conteudo{
	width:826px;
	height:427px;
	float:left;
}

#menu{
	width:188px;
	height:427px;
	float:left;
}

#centro{
	background-color:#FFF;
	background-image:url(../imagens/bg_home-01.jpg);
	width:635px;
	height:417px;
	float:left;
}

#centro_candeias{
	background-color:#FFF;
	background-image:url(../imagens/bg_candeias-01.jpg);
	width:635px;
	height:417px;
	float:left;
}

#centro_candeias p{
	margin-left:15px;
}


#cont{
	width:354px;
	float:left;
}

#cont_local{
	width:600px;
	float:left;
}

#lateral{
	background-color:#FFF;
	width:280px;
	height:213px;
	float:right;
}

#lateral_candeias{
	width:280px;
	height:213px;
	float:right;
}

#tempo_candeias{
	width:280px;
	height:353px;
	float:right;
	background-image:url(../imagens/fundo_tempo-01.jpg);
	background-repeat:no-repeat;
	background-position: 0px 100px;  
}

.hosp{
	margin-left:60px;
	margin-top:30px;
}

.txt_hosp{
	margin-left:60px;
	margin-right:60px;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#rodape{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-top:15px;
	text-align:center;
	width:826px;
	height:25px;
	float:left;
}

.candeias{
	width:300px;
}

#inst_txt{
	float:right;
	margin-right:60px;
	_margin-right:30px;
	margin-top:-110px;
}

#inst_txt2{
	float:right;
	margin-right:30px;
	_margin-right:50px;
	margin-top:-110px;
}

.data{
	color:#060;
	font-weight:bold;
	float:left;
}

.titulo{
	font-weight:bold;
	font-size:11px;
}

.txt{
	font-size:11px;
	
}

.date{
	float:left;
}

/*FORMULARIO - INICIO*/

#formulario {
	width:360px;
	_width:340px;
	height:250px;
	padding-top:45px;
	margin-top:-50px;
	float:left;
}
#formulario p {
	padding-top:5px;
}
#formulario label {
	margin-top:15px;
	color:#000;
	font-size:12px;
}
#formulario input {
	border:1px solid #CCC;
	margin-top:5px;
	width:250px;
	height:15px;
	padding:3px;
	background-color:#ccc;
}
#formulario input.nome {
	width:280px;
	color:#F00;
}
#formulario input.email {
	width:279px;
}
#formulario input.tel {
	width:270px;
}
#formulario input.entrada {
	width:200px;
}
#formulario input.saida {
	width:200px;
}

#formulario input:focus {
	background-color:#063;
	color:#FFF;
}
#formulario textarea {
	background-color:#ccc;
	margin-top:5px;
	width:235px;
	height:100px;
	padding:3px;
}
#msg {
	float:left;
}
#obs {
	float:left;
	margin-left:18px;
}


#formulario textarea:focus {
	background-color:#063;
	color:#FFF;
}   
#formulario input.button {
	width:50px;
	height:23px;
	color:#000;
	padding-bottom:15px;
	padding-left:3px;
	border:none;
	cursor:pointer;
}
#formulario select{
	width:100px;
	background-color:#ccc;
	margin-top:5px;
}
fieldset {
	text-align:right;
	padding-right:12px;
	float:left;
}
#mensagem {
	float:left;
}



#formulario input.name {
	width:280px;
}
#formulario input.email_res {
	width:276px;
}
#formulario input.phone_res {
	width:265px;
}
#formulario input.entrada {
	width:215px;
}
#formulario input.saida {
	width:228px;
}
#formulario select.adultos {
	width:110px;
}
#formulario textarea {
	width:235px;
}





/*FORMULARIO - FINAL*/

#lateral_candeias .img_lateral{
	margin-left:-12px;
	margin-top:35px;
	margin-bottom:10px;
}


/*ScrollBar*/
#scroll_content, #scroll_content_eventos {
	position:relative;
	width:320px;
	height:240px;
	overflow:hidden;
}

#rol, #rol_eventos {
	position:absolute;
	left:0;
	top:0;
	width:300px;
}


div#scrollbar, #scrollbar_eventos {
	position:relative;
	width:15px;
	height:300px;
	font-size:1px;  /* for image vertical alignment issue */
	float:right;
}

div#track, #track_eventos {
	position:absolute;
	left:0;
	top:0px;
	width:15px;
	height:240px;
	background-image:url(../imagens/scrollbar_trackBar.gif);
	background-repeat:repeat-y;
	background-position:center;
}

div#dragBar, #dragBar_eventos {
	position:absolute;
	left:1px;
	top:1px;
	width:16px;
	height:16px;
}


div#up {
	position:absolute;
	left:0;
	top:0;
	color:#FFF;
}
div#down {
	position:absolute;
	left:0;
	bottom:0;
	color:#FFF;
}
/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
	-moz-user-select: none;
	-khtml-user-select: none;
}
/* so no gap or misplacement due to image vertical alignment [1]*/
div#scrollbar img {
	display:block;
	margin-left:-2px;
}

iframe{
	border:1px solid #666;
}

.pikachoose{width:350px; height:370px; margin-left:0px;  }
/* This is the ul you have all your images in */
.pikachoose ul{padding-left:10;width:350px;height:80px;margin:0;overflow:hidden; margin-left:3px;}
.pikachoose ul li{float: left;border:1px solid #555;padding:2px;background:#777;margin:0 6px 4px 0;position:relative;overflow:hidden; width:23px; height:23px;}
.pikachoose ul li div img{position:relative;cursor:pointer; background-color:#F00;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{width:350px;height:300px;display:block;position:relative;}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:absolute;top:2px;left:2px; margin-bottom:-20px;}
.pika_back_img{position:relative;top:0px;}
.pika_subdiv{position:relative;border:1px solid #555;background:#777;padding:2px;}
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{width:350px;height:16px;padding-top:-10px;text-align:center;position:absolute;bottom:10px;left:0px;background:url('black.png') top left; background-color:#000; margin-top:-10px;}
.pika_caption a{color:white;}
.pika_caption {color:white;}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('play.png') top center no-repeat;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;background:url('pause.png') top center no-repeat;}

.pika_navigation a{font-size: 12px; text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{position:absolute;top:5px;left:5px;height:356px;width:100px;background:url('rewind.png') top left no-repeat;}
.pika_next_hover{position:absolute;top:5px;right:5px;height:356px;width:100px;background:url('fastf.png') top right no-repeat;}
