/* CSS Document */

.loading {
	color: #FFFFFF;
	font-weight: bold;
}
.Estilo2 {
	font-size: 12px;
	color: #5D191A;
	font-family: Arial, Helvetica, sans-serif;
}

.Estilo3 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
.Estilo4 {
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
.Estilo6 {
	font-size: 24px;
	color: #5D191A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Estilo7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9D0000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: xx-small;*/
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	/*padding: 2px;*/
	/*border: 1px solid #ffffff;*/
}

a:link {
	text-decoration: none;
	color: #5D191A;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #5D191A;
	font-weight: bold;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}