@charset "utf-8";
/* CSS Document */



body {
width:900px;
margin:0 auto;
margin-top:10px;
background-color:#569DEB;
background-image:url(../images/fundo.jpg);
background-repeat: no-repeat;background-attachment: fixed;
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size:12px;
}

.textfield {display: block; float:right; width:88%; background-color: #fff; margin:3px 3px 3px 20px; padding:3px;	border: 1px solid #D6D9AE; clear:right; text-align:right; }
label {	display: block; float:left; text-align:left; font-weight:bold; width:20%; margin:1px; padding: 2px;}
.textfield:hover {background:#6699FF;  border: 1px #FFCC00 solid;}
.textfield:focus {background:#CCC; border: 1px #FFCC00 solid;}
.clear {clear:right; width:90%;}

/* DEFINIÇÕES DOS LINKS */
a:active {
	
	text-decoration:none;
	color: #000000;	
}

a:hover{
	
	text-decoration:underline;
	color: #000000;
	
}

a{
	
	text-decoration:none;
	color: #000000;	
}


a:visited{
	
	text-decoration:none;
	color: #000000;
}

#cabecalho {
	width:900px;
	height:250px;
	/*background-color:#0C6;*/
}
#logo{ 
	position:absolute;
	width:152px;
	height:203px; 
	margin-top:5px;
	margin-left:15px;
	float: left;
	/*background-color:#939;*/
	}

#ladologo{ 
	position:absolute;
	width:700px;
	height:203px; 
	margin-top:0px;
	margin-left:200px;
	float: right;
	text-align: center;
	background-image:url(../images/topo.png)
	/*background-color:#939;*/
	}

/* ----- Opcoes -----*/
#opcoes_topo {
	width:99%;
	height:53px;
/*	background-color:#b7b7b7;*/
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top:1px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-left: 1%;
	padding-top: 3px;
}

#opcoes {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 1px;
}

#opcoes_texto {
	width: 97%;
	height: auto;
	margin: 0 auto;
	margin-top: -10px;	
	margin-bottom: 50px;
	border-bottom: 1px solid #CCCCCC;
}

#opcoes_seta_topo {
	width: 21px;
	height: 16px;
	float: right;
	margin-right: 5px;
	position: relative;
}

.opcoes_titulo {
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size:32px;
font-weight: bold;
text-align: left;
color: #000;
}
 .opcoes_semi_titulo {
font-family: "Trebuchet Unicode MS","Bitstream Vera Sans",  "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size:18px;
font-weight: bold;
text-align: left;
color: #000;
}

 
/* ----- Menu ----- */
  
#base_menu {
	width:900px;
	height:50px;
/*	background-color:#b7b7b7;*/
	background-image:url(../images/bk_menu.png);
	background-repeat: no-repeat;
	margin-top:1px;
	margin-bottom: 1px;
	}
 
#menu {
	/*background: #b7b7b7;*/
	float: left;
	list-style: none;
	margin-left: 12px;
	margin-top: 3px;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 12px;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	/*background: #b7b7b7 url("images/seperator.gif") bottom right no-repeat;*/
	color: #333333;
	font-weight:bold;
	display: block;
	float: left;
	margin: 0;
	padding: 7px 6px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #7C9DC9 url("../images/hover.gif") top repeat-x;
	color: #fff;
	padding-bottom: 6px;
	} 

  
/* ----- Conteúdo Centro ----- */
 
.clear {clear:both;} 
 
#principal { 
	width:900px;
	/*background-color:#9F0;*/
	margin-top:5px;
	margin-bottom: 10px;
	min-height:800px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:800px; /* for IE5.x and IE6 */
	background-color: #FFFFFF;
	border: 1px #000 solid;
	 
}
 
 #lateral_esquerda{
	position:absolute;
	margin-left:-250px;
	margin-top:-5px;
	height:554px;
	width:188px;
	z-index:1;
	}
 
 /*----Galeria de Imagens----*/
 .clear {
	clear:both
}

#gallery {
	position:relative;
	height:400px;
	margin-left:0px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500;
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:60px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
	
 /*---- Links ----*/ 
 
 /*---- titulos ----*/
 
 .tit_login{ color: #ccc;  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; font-weight:bold;}
 
 
 /*---- Input ----*/
 
.peq {width:130px; height:18px; border:1px solid #808080; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;}
.med {width:220px; height:18px; border:1px solid #808080; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;}
.gra {width:570px; height:200px; border:1px solid #808080; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;}

 .bt_enviar{width:60px; height:20px; border:1px solid #999966; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#333333;}
 
  /*---- Textos ----*/
 
.letrapequena {height:18px; font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size:9px; color:#000;}

 /* ----- Rodapé ----- */
#rodape { 
	/*width:750px;*/
	width:100%;
	height:100px;
	margin:0px;
	clear: both;
/*	background-color:#9C0;*/

border-top:3px /*#9C0*/#b7b7b7 double;
padding-top:30px;
	
}

  
/* DEFINIÇÕES PARA A JANELA MODAL */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:300px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog1 {
	text-align: center;
	background-image: url(../images/notice2.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 200px;
	height: 122px;
}

#boxes #dialogfotos {
  width:800px; 
  height:520px;
  padding:10px;
  background-color:#ffffff;
  	border: #000000 2px solid;
}

#divExames
{
	text-align: center;
	width: 100%;
	height: 100%;	
}
#principal #opcoes #opcoes_texto table tr td {
	text-align: center;
}
