@charset "utf-8";

.txt_normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.7em;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
}
body {
	background-image: url(bg.jpg);
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 18px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 18px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 18px;
}
a:link {
	color: #DE196B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.tdtop {
	background-color: #FFFCDB;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	border-top-color: #CC6666;
	border-right-color: #CC6666;
	border-bottom-color: #CC6666;
	border-left-color: #CC6666;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}
.tdbottom {
	background-color: #FFC69B;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	border-top-color: #CC6666;
	border-right-color: #CC6666;
	border-bottom-color: #CC6666;
	border-left-color: #CC6666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.margen-izquierdo {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.margen-derecho {
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

.txt_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
strong {
	color: #BF0048;
}
.tabla {
	border: 1px solid #CC6666;
}
.buscador {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #CC6666;
	border-right-color: #CC6666;
	border-bottom-color: #CC6666;
	border-left-color: #CC6666;
	background-color: #FED5F5;
	height: 60px;
	width: 350px;
	text-align: center;
	vertical-align: middle;
}

