@import url(reset.css);
@import url(estructura.css);
@import url(inicio.css);
@import url(menu.css);
@import url(contenido.css);
@import url(servicios.css);
@import url(formularios.css);
@import url(avisolegal.css);
@import url(enviaramigo.css);

#chromeFix { 
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	bottom: 0px;
	left: 0px;
}


A {
	text-decoration: underline;	
	color: #213D25;
}

A:hover {
	text-decoration: underline;
}

H1 {
	font-size: 20px;
	font-weight: bold;	
	color: #213D25;
	padding: 0 0 10px 0;
}

H2 {
	font-size: 12px;
	font-weight: bold;	
	color: #213D25;
	padding: 0 0 10px 0;
}

H3 {
	color: #4C7A39;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 20px 0;
}

H4 {
	color: #4C7A39;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 20px 0;
}

.Color {
	font-weight: bold;	
	color: #213D25;
}

P {
	text-align: left;
	padding: 0 0 10px 0;
	margin: 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;
}

.Clear {
	clear: both;
	overflow: hidden;
}


UL.Lista {
	text-align: justify;
	padding: 0 0 0 20px;
	margin: 0;
	list-style-type: disc;
}
			
	UL.Lista LI {
		padding-bottom: 0px;
	}

UL.ListaLetra {
	text-align: justify;
	padding: 0 0 15px 20px;
	margin: 0;
	list-style-type: lower-latin;
}
	UL.ListaLetra LI {
		padding-bottom: 10px;
	}

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



/* Error */

.Error {
	clear: both;
	background: url(/imagenes/error.gif) no-repeat right 50px;
	height: 500px;
	padding: 50px 100px;
}	
	