@charset "utf-8";
body {
	font-family: arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #737373;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	font-family: arial;
	font-size: 11px;
	color: #C3400C;
	text-decoration: underline;
}
a:visited {
	font-family: arial;
	font-size: 11px;
	color: #C3400C;
	text-decoration: underline;
}
a:hover {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.copyright {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright:link {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright:visited {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright:hover {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
.copyright:active {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
.cajas_texto {
	font-family: arial;
	font-size: 11px;
	color: #D84826;
	text-decoration: none;
	border: thin dotted #333333;
}
.botones_comando {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D84826;
	border: thin solid #000000;
}

