BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	color: #5a5756;
	margin: 0px;
	line-height: 22px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	color: #004027;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	color: #b9c52d;
}


a:link {
	color: #1d6450;
}

a:hover {
	color: #B3BD35;
}

.texto-verde-M {
	color: #1d6450;
	font-size: 11px;
}



/* pie */

.texto-verde {
	color: #1d6450;
	line-height: 15px;
	font-size: 10px;
}

.mail-verde {
	color: #1d6450;
	line-height: 15px;
	text-decoration: none;
	letter-spacing: 0.3em;
}
A.mail-verde:link {
	color: #1d6450;

}
A.mail-verde:hover {
	color: #b9c52d;

}


.texto-pie {
	color: #938F8E;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
}

.numero-pie {
	color: #1d6450;
	font-size: 11px;
	letter-spacing: 3.3px;
	font-weight: bold;
}

.numero-pie-M {
	color: #1d6450;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: -.1em;
}

A.numero-pie-M:link {
	color: #1d6450;

}
A.numero-pie-M:hover{
	color: #B3BD35;

}


.numero-pie-GR {
	color: #1d6450;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.borde_inf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.mail-verde-GR {
	color: #1d6450;
	line-height: 15px;
	text-decoration: none;
	letter-spacing: 0.3em;
	font-size: 11px;
}
A.mail-verde-GR:link {
	color: #1d6450;

}
A.mail-verde-GR:hover {
	color: #b9c52d;

}


/* formulario */

.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0f5248;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
}

.campo-largo {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0f5248;
	width: 180px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.titulo {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 12px;
}

.boton {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(img/bg_bt-form.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 77px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.bg_bullet {
	background-image: url(img/css_bg_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 10px;
}


/*formularios*/
.campo_contacto {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #7C7C7C;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	height: 18px;
	width: 250px;
}
.campo_comentario {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #7C7C7C;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	width: 250px;
}
.campo_fecha {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #7C7C7C;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	height: 18px;
	width: 50px;
}

