/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #982626;
}

.menu-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration : none;
}

a.menu-top:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration : underline;
}

.menu-botton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	text-decoration : none;
}

a.menu-botton:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	text-decoration : underline;
}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ac0000;
	text-shadow: 1px 2px 3px #D5D5D8; 
	font-weight: bold;
}

.texto, .formText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}
.texto a{
	color: #ac0000;
	text-decoration : none;
}
a.texto:hover{
	color: #ac0000;
	text-decoration : underline;
}

.formCampo{
	border : 1px solid #999999;
	font-family : Arial;
	color : Black;
	font-size: 11px;
	background: #FFFFFF;
}

.formField{
	border : 1px solid #999999;
	font-family : Arial;
	color : Black;
	font-size: 11px;
	background: #FFFFFF;
}

.formFieldError{
	border : 1px solid #999999;
	font-family : Arial;
	color : Black;
	font-size: 11px;
	background: seashell;

}

.formTextError{
	font-family : Arial;
	color : Firebrick;
	font-size: 11px;
}

.formTextOK{
	font-family : Arial;
	color : Darkgreen;
	font-size: 11px;
}

.form_btn {
	border : 0px;
	font-family : Arial;
	font-weight:bold;
	height:22px;
	color : white;
	font-size: 11px;
	background: firebrick;
}


