@charset "utf-8";
td img {display: block;}
body {
	background-image: url(fondo.jpg);
}
.border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #4A361B;
	border-right-color: #4A361B;
	border-bottom-color: #4A361B;
	border-left-color: #4A361B;
}
.texto-normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #C36F00;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}
.a-izquierda {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.a-derecha {
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #C36F00;
}
h1 {
	color: #3366FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
h2 {
	color: #3366FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
h3 {
	color: #3366FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
body {
	background-image: url(fondo.gif);
	margin-top: 0px;
}
