@import url(reset.css);
@import url(estructura.css);
@import url(inicio.css);

@import url(top.css);
@import url(menu.css);


@import url(indice.css);
@import url(mejorar.css);
@import url(areaprivada.css);
@import url(formularios.css);



A {
	text-decoration: underline;	
	color: #396b08;
}

A:hover {
	text-decoration: underline;
}

H1 {
	font-size: 16px;
	font-weight: bold;	
	color: #333;
	padding: 0 0 10px 0;
}

H2 {
	font-size: 14px;
	font-weight: bold;	
	color: #396b08;
	padding: 10px 0 5px 0;
}

H3 {
	font-size: 18px;
	font-weight: bold;	
	color: #396b08;
	padding: 10px 0 10px 0;
	line-height: 20px;
}

P {
	text-align: justify;
	padding: 0 0 8px 0;
	margin: 0;
}

P.Mini {
	font-size: 11px;
	padding: 0 0 5px 0;
}

.Justify {
	text-align: justify;
}

.Center {
	text-align: center;
}

.Left {
	text-align: left;
}

.Right {
	text-align: right;
}

.VTop {
	vertical-align: top;
}

.VMiddle {
	vertical-align: middle;
}

.VBottom {
	vertical-align: bottom;
}

.FloatLeft {
	float: left;	
}

.FloatRight {
	float: right;
}

.FotoLeft {
	float: left;	
	margin-right: 20px;
	margin-bottom: 10px;
}

.FotoRight {
	float: right;	
	margin-left: 20px;
}

.Color {
	color: #396b08;
}

.Color A {
	color: #396b08;
	text-decoration: underline;
}

UL.Lista {
	text-align: left;
	padding: 0 0 0 15px;
	margin: 0;
	list-style-type: disc;
}

	UL.Lista LI {
		padding-bottom: 10px;
	}

UL.ListaLetra {
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;
	list-style-type: lower-latin;
}

	UL.ListaLetra LI {
		padding-bottom: 10px;
	}
	
UL.ListaNumero {
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;
	list-style-type: decimal;
}

	UL.ListaNumero LI {
		padding-bottom: 10px;
	}

UL LI UL LI {
	margin-left: 10px;
}


/* Error */

.Error {
	background: url(/imagenes/error.png) no-repeat right top;
	height: 300px;
	margin: 30px;
}

.Titulo {
	width: 525px;
	height: 65px;
}

.Linea {
	border-bottom: 1px solid #d9d9d9;
	line-height: 0;
	height: 1px;
	font-size: 0;
}

.Bloque {
	margin: 15px 0;
	clear: both;
	overflow: hidden;
	zoom:1;
	


}

	.Bloque .BIzq {
		float: left;
		width: 180px;		
	}
	
		.Bloque .BFoto {
			height: 120px;		
		}
		
		.Bloque .BMasFotos {
			padding-top: 5px;		
		}
			
	.Bloque .BDatos {
		margin-left: 195px;
	}
		
		.Bloque .BDatos .BTitulo {
			font-size: 14px;
			font-weight: bold;
			color: #396b08;
			padding-bottom: 5px;
		}
		
			.Bloque .BDatos .BTitulo A {
				text-decoration: none;
			}

.LeerMas {
	padding-top: 5px;
}
	
.Boletin {
	background: #e5e5e5 url(/imagenes/fondo_boletin.gif) no-repeat bottom right;
	padding: 10px 10px 20px 10px;
	margin-top: 20px;
}	

	.Boletin .Campos {
		height: 20px;
		padding: 0;
	}

		.Boletin .Campos INPUT.Email {
			font-size: 11px;
			width: 240px;
			height: 18px;
			font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
			color: #666;
			border: 1px solid #333;
			margin: 0;
			padding: 0;
			float: left;
		}
		
		
		.Boletin .Campos .BotonEnviar {
			float:left;
			height:20px;
			width: 80px;
			margin-left: 10px;
		}

	.Boletin .Politica {
		clear: both;
		padding-top: 4px;
		font-size: 11px;
	}
			
		.Boletin .Politica A {
			color: #333;
		}

.Colabora {
	background: #e5e5e5;
	padding: 10px 20px 15px 20px;
	margin-bottom: 20px;
}

	.Colabora .Botones {
		width: 319px;
		margin: 0 auto;
	}	

.FlashColaboradores {
	width: 360px;
	height: 300px;
}

.Colaboradores {
	overflow: hidden;
	clear: both;
}
	.Colaboradores .Colaborador {
		float: left;
		margin: 5px;
	}

.Enviado {
	background: #F2f2f2;
	text-align: center;
	padding: 20px 10px;
	width: 300px;
	margin: 0 auto;
}

	.Enviado P {
		text-align: center;
	}

.Inscripcion {
	color: #FFF;
	background: #396b08;
	padding: 3px 10px;
}


.MapaWeb {
	
}

	.MapaWeb .Opcion A {
		color: #396b08;
	}

	.MapaWeb A {
		text-decoration: none;
	}

	.MapaWeb A:hover {
		text-decoration: underline;
	}
	
	.MapaWeb H2 {
		text-transform: uppercase;	
		font-weight: bold;
		font-size: 15px;
		margin: 0;
		padding: 0;
	}
	
	.MapaWeb H3 {
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
	.MapaWeb TD {
		padding: 10px 0;
	}
	
	.MapaWeb TD.BordeSup {
		border-top: 1px solid #E2E2E2;
	}
	
	.MapaWeb TD.BordeInf {
		border-bottom: 1px solid #E2E2E2;
	}q

