@charset "UTF-8";

body {
    font-family: Arial, sans-serif;
    position: relative;
    background: #FFFFFF;
}
div#documento {
    position: relative;
    width: 700px;

    background: #FFFFFF;
    margin: -8px auto 0px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
    padding: 0px;
}

div#documento img#cabecalho {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div#conteudo p {
	font-family: Arial, sans-serif;
	text-align: justify;
	width: 600px;
	text-indent: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12pt;
	line-height: 200%;
}

div#conteudo p#campoAssinatura {
	text-align: center;
	margin-top: 15%;
}
div#conteudo p#nomeAssinatura {
	text-align: center;
	margin-top: -3%;
}
body#data p#exibeData {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	text-align: right;
	margin-top: 3%;
	margin-right: 50px;,
	font-weight: bold;
}
div#rodape {
	margin-top: 5%;
	height: 50px;
	width: 500px;
}
div#rodape p {
	text-align: center;
	font-size: 12pt;
}
div#rodape a {
	text-align: center;
	font-size: 12pt;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
}
div#rodape p a:hover {
	text-decoration: underline;
	color: #707070;
}



select {
    -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px;
}

select:hover {    
    background-color:gren;
}

option:hover {
    background-color:yellow;
}

option {
    -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px;
    color:blue;
    background-color:yellow;
}