@charset "utf-8";
.fondo {
	background-attachment: fixed;
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.txt_normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.8em;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #666666;
	text-shadow:#EFEFEF 7px 7px 1px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666600;
	font-size: 18px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666600;
	font-size: 18px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666600;
	font-size: 18px;
}
a:link {
	color: #666666;
	text-decoration: none;
	line-height: 1.1em;

}
.margen-izquierdo {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.margen-derecho {
	float: right;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #C10000;
	text-decoration: none;
	text-shadow:#FFCCCC 0px 0px 4px;

}
a:active {
	color: #666666;
	text-decoration: none;
}

.txt_mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
}
strong {
	color: #93986D;
}
.buscador {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	height: 100px;
	border: 2px solid #EFEFEF;
	font-size: 16px;
	background-image: url(bg-fiestas.jpg);
}

