body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-repeat: repeat;
	background-position: center top;
	background-color: #2C1203;
	background-image: url(images2/fondo3.jpg);
}
.color_cremita {
	color: #FDFECF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.borde_marronclaro {
	border: 1px solid #694936;
}
.borde_blanco {
	border: 1px solid #FFFFFF;
}

table {
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
input {
	border: 1px solid #5F4536;
}
.centrado {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

textarea {
	border: 1px solid #624839;
}
a:link {
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
}

