body {
	margin:0px; background-color: #465C1E;
	background-image: url('img/fondo.jpg');
	background-repeat:  repeat-x;
	background-position: center top;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
.texto_chico {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #274200;
}
a:visited {
	text-decoration: none;
	color: #274200;
}
a:hover {
	text-decoration: underline;
	color: #274200;
}
a:active {
	text-decoration: none;
	color: #274200;
}
.pie {
	color: #999999;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pie a:link {
	text-decoration: none;
	color: #999999;
}
.pie a:visited {
	text-decoration: none;
	color: #999999;
}
.pie a:hover {
	text-decoration: underline;
	color: #999999;
}
.pie a:active {
	text-decoration: none;
	color: #999999;
}
.formulario {
	color: #330000;
	background-color: #E4E2DC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-color: #330000;
	display: block;
	text-align: center;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #666666;
	font-style: italic;
}
.borde_der {
	border-right:2px dashed #AEC8AD
}
.borde_bottom {
	border-bottom:2px dashed #AEC8AD;
	font-size: x-small;
}
