/*
 *	Estilos para adherir.php
 */
.adhesionesFormulario {}
.adhesionesMensaje {}
/*
 *	Estilos para adhesiones.php
 */
.adhesionesAdhesionesTitulo {}
/*
 *	Estilos para declaracion.php
 */
.adhesionesSubtitulo
{
	font-weight: bold;
}
.adhesionesTexto
{
	text-align: justify;
}
.adhesionesEnlaces {}
.adhesionesAdhesiones
{
	width: 90%;
	border-collapse: collapse;
	margin-top: 20px;
}
div#content th
{
	background-color: #D6EFEF;
	color: #066;
}
.adhesionesNombre, .adhesionesOcupacion
{
	width: 50%;
	padding: 5px 5px 5px 10px;
}
/*
 *	Estilos para index.php
 */
.adhesionesDeclaracion
{
	margin-bottom: 15px;
}
.adhesionesDeclaracion a
{
	display: block;
}



/*
 *	Estilos Varios
 */
.adhesionesError
{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.adhesionesPaginacion
{
	text-align: right;
}

