BODY {
	background-color: #004f39;
	margin: 0px;
}

/*textos*/
.texto_pie {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #1A462B;
	text-decoration: none;	
}
A.texto_pie:link {
	text-decoration: none;	
	
}
A.texto_pie:hover {
	color: #9EAB04;
	text-decoration: none;
}
.texto {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #4D4948;
	text-decoration: none;
	
}
.titulos {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 22px;
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
}
.subtitulos {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #08442E;
	
}
.boton {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #1A462B;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
A.boton:link {
	text-decoration: none;	
	
}
A.boton:hover {
	color: #9EAB04;
	text-decoration: none;
}




/*fondos*/
.bg_pie {
	background-image: url(img/css_bg_pie.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}
.separador {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.bg_bullet {
	background-image: url(img/css_bg_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 10px;
}
.filete {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}




/*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;
}




.grupo {
	font-family: "Trebuchet MS";
	color: #FF6600;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
A.grupo:hover {
	text-decoration: underline;	
}
.eclipse {
	font-family: "Trebuchet MS";
	color: #330099;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
A.eclipse:hover {
	text-decoration: underline;	
}