@charset "utf-8";
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bg-line {
	font-family: Plan;
	background-image: url(../images/pix-blue.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.txt-foot {
	font-family: Plan;
	font-size: 13px;
	color: #000000;
	text-align: center;
	padding: 10px;
	margin: 5px;
}
.txt-white {
	font-family: Plan, "Comic Sans MS";
	font-size: 30px;
	color: #FFFFFF;
}

.css-fotos {
	font-family: Plan;
	margin: 4px;
	padding: 4px;
	border: 1px solid #CC9966;
}

.txt-content {
	font-family: Plan;
	font-size: 14px;
	color: #000000;
	padding: 4px;
}
.txt-destacados {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #8E5F31;
	font-weight: bold;
}

.txt-titles {
	font-family: Plan;
	font-size: 25px;
	color: #666666;
	background-image: url(../images/pix-blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
