/*************************** 
  Disposição do layout 
 ***************************/
body
{
	text-align:center;
	background-color:white;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:80%;
	padding:0px;
	margin:0px;
}

#conteudo{
 	width:700px;
	height: 800px;
	text-align:left;
	margin:10px auto 10px auto;
}

/*************************** 
  Estilos de texto 
 ***************************/

/* Títulos */
h1{
    -moz-border-radius: 6px;
    background-color:#D3EDFF;
    color:#003399;
    padding:10px;
    margin:0px;
    font-size:20px;
    border-right-style: outset;
    border-left-style: outset;
    border-bottom-style: outset;
    border-top-style: outset;
    border-right-color: #66ccff;
    border-left-color: #66ccff;
    border-bottom-color: #66ccff;
    border-top-color: #66ccff;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}

h2{
    -moz-border-radius: 6px;
    padding:10px;
    margin-top:100px;

}

/*Texto*/

a:hover{
	text-decoration:none;
	color:red;
}

/* Rodapé */
#rodape{
	background:#DD2424;
	color:white;
	text-align:center;
	padding:10px;
	border-top:10px solid #540E0E;
}
#rodape a{
	color:yellow
}

/*************************** 
  Menu 
 ***************************/
.submenu{
	position:absolute;
	top:81px;
	width:100px;
	visibility:hidden;
}
.itemmenu a{
   -moz-border-radius: 4px;
 	display:block;
	background-color:#96D5FF;
	font-size:12px;
	text-align:center;
	padding:5px;
	color:black;
	text-decoration:none;
	border-right-width:1px;
        border-right-style: solid;
        border-right-color: #006699;
	border-bottom-width:1px;
        border-bottom-style: solid;
        border-bottom-color: #006699;
	border-top-width:1px;
        border-top-style: solid;
        border-top-color: #ccffff;
	border-left-width:1px;
        border-left-style: solid;
        border-left-color: #ccffff;
	position:relative;
	top:0px;
	left:0px;
        z-index:2;
}
.itemmenu a:hover{
	background-color:#003399;
	color:white;
	border:1px solid black;
        z-index:2;
}
.itemmenu{
	float:left;
	width:100px;
}

/* Tooltip */
a span{
	display:none
}
a:hover span{
	display:block;
	position:absolute;
	top:20px;
	left:120px;
	background:#FFC;
	color:black;
	border:1px dotted black;
	width:150px;
	padding:10px;
}
/*
.formulario {
    position: absolute;
    color: black;
    top:0px;
    z-index: 1;
    
}

.formularioIE {
    position: fixed;
    color: black;
    top:0px;
    z-index: 1;
    
}
*/
.iframe_formulario {
	width:100%;
	height:100%;
	margin-top: -10px;
}

.iframe_formularioIE {
    width:670px;
	height:100%;
	margin-top: 0px;
	margin-left: 0px;
}

