/** Generales  **/
body{
	margin: 0;
}

#formularioAUF {
	font-family: "Trebuchet MS",Tahoma,Verdana,sans-serif,Arial;
    line-height: 1.7em;
	width: 100%; 
	color: #797979;
    font-size: 70%;
}

#formularioAUF h2 {
	border-bottom: 1px solid #000;
    color: #000;
	font-size: 1.8em;
	padding-bottom: 7px;
}
#formularioAUF h3 {
    font-size: 1.2em;
}
#formularioAUF p {
	text-align: justify;
}

#formularioAUF .imagenMapa {
    width: 320px;
	float: right;
	border: 0;
	margin-left: 12px;
}

#formularioAUF a {
	color: #00a54f;
    text-decoration: none;
}
#formularioAUF a:hover {
	color: #00a54f;
    text-decoration: underline;
}

#formularioAUF #bloqueparticipa {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 2px dotted #00a54f;
    padding: 10px;
}


#formularioAUF .impar{
    background-color: #FCFFFA;
}

#formularioAUF .par{
    background-color: #F7FFF0;
}

#formularioAUF .encabezadorango{
    background: #00a54f;
}
