/* CSS Document */

body {
	background-color: #1F1A17;
}

.Estilo3 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; color: #999999; }
.Estilo4 {font-size: 12px}
.Estilo6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-weight: bold;
}
.Estilo7 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; color: #FFFFFF; }
.borde{border:solid; border-left:none; border-right:none; border-top:none; border-color:#000000;}

.boton {    
			background-color:#FF3300; 
			border-color:#FFFFFF; 
			border-bottom-style:none;       
			color:#FFFFFF;
			margin-top:auto;
			border-style:none;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			margin-left:10px;
}