/* CSS Document */

a.enlace1 {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #063316;
}
a.enlace1:link {
	text-decoration: none;
}
a.enlace1:visited {
	text-decoration: none;
	color: #063316;
}
a.enlace1:hover {
	text-decoration: underline;
	color: #704A25;
}
a.enlace1:active {
	text-decoration: none;
	color: #063316;
}



/* enlace2 */

a.enlace2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a.enlace2:link {
	text-decoration: none;
	color: #990000;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
a.enlace2:visited {
	text-decoration: none;
	color: #990000;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
a.enlace2:hover {
	text-decoration: none;
	color: #996600;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
a.enlace2:active {
	text-decoration: none;
	color: #666666;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.pie {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFF6E5;
}

.txt-contenido {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #9D791C;
}

.rayita {
	font-family: "Arial";
	font-size: 9px;
	color: #063316;
}

body {
	background-color: #04200E;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.boton {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #AC7F0B;
	border: 1px solid #757575;
	color: #FFFFFF;
}
.formulario {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #AC7F0B;
	background-color: #FFFFFF;
	border: 1px dashed #146321;
}
.captcha {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	color: #006600;
	background-color: #FFFFFF;
	border: 1px dashed #146321;
}
