@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color: #151515;
}
.agiorma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}


.separador {
	width: 100%;
	height: 71px;
}
#centro {
	background-image: url(../image/fondo2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 561px;
	width: 835px;
}
#form {
	width: 217px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#form h2{
	font-size: 11px;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C537A;
	text-decoration: none;
}

#form .com {
	border: 1px solid #999;
	padding: 0.3em;
	font-size: 11px;
	width:20em;
	height: 10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#form   .com-error {
	border: 1px solid #F00;
	padding: 0.3em;
	font-size: 11px;
	width:20em;
	height: 10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boton   {
	border:none;
	margin-top:10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width: 80px;
	height: 30px;
	font-weight: normal;
	background-image: url(../image/boton-enviar.jpg);
}
.boton:hover  {
	border:none;
	padding:2px;
	margin-top:10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image: url(../image/boton-enviar.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}
.campo  {
	background-color:#F7F7F7;
	border: 1px solid #999999;
	padding: 2px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 217px;
}

form .error {
	border: 1px solid #F00;
	padding: 2px;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:185px;
}

div#error {
	border: 1px dashed #F00;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
}

div#ok {
	border: 1px dashed #060;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #060;
	text-decoration: none;
}
.titulo-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 35px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

