.bg_esq{
	background-image : url("../img/bge1.jpg");
}
.bg_banner{
	background-image : url("../img/banner1.jpg");
}
.bg_dir{
	background-image : url("../img/bgd1.jpg");
}
.bg_footer{
	background-image : url("../img/footer1.jpg");
}
.text_menu{
	font-family: Century Gothic;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}
.text_titulo{
	font-family: Century Gothic;
	font-size:20px;
	color:#109ecc;
}
.text{
	font-family: Century Gothic;
	font-size:13px;
	color:#666666;
}
.text_footer{
	font-family: Century Gothic;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

A:link
{
	text-decoration: none;
	color:#ffffff;
}
A:visited
{
	text-decoration: none;
	color:#ffffff;
}
A:active
{
	text-decoration: none;
	color:#ffffff;
}
A:hover
{
	text-decoration: none;
	color: #7ddcfb;
	background-image:url(../img/hover1.png);
}
