@charset "utf-8";
.texto-normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.5em;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #B6683A;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #B6683A;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #9900FF;
}
.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: #B6683A;
}
h1 {
	color: #94537E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}
body {
	background-color: #BD9EAD;
}

h2 {
	color: #B66D8A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.txt_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

h3 {
	color: #B66D8A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
h4 {
	color: #B66D8A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
td img {display: block;}
