body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5D2004;
	font-style: normal;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input, textarea{
	font-family: Arial, sans-serif;
	font-size: small;
	font-style: normal;
	color: #666666;
}


/********* Texto Pie *********/
.texto_mayor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5D2004;
	font-style: normal;
	text-decoration: none;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #5D2004;
	font-style: normal;
	text-decoration: none;
}

.texto_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.Tabla {
	background-color: #F8F8F8;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5C2004;
	border-right-color: #5C2004;
	border-bottom-color: #5C2004;
	border-left-color: #5C2004;
}
