@charset "utf-8";
/* CSS Document */

.titulo_home {
	position:absolute; 
	left: 20px; 
	bottom: 50px; 
	background-color:#333333; 
	opacity:0; 
	padding:12px; 
	width:auto; 
	height:auto; 
	font-size:24px; 
	font-family: 'f-light', sans-serif; 
	color:#FFF;
	font-weight:300;
	letter-spacing: 2px;
}

.textos {
	float: left;
	width: 100%;
	position: absolute;
	height: auto;
	bottom: 10px;
	margin-top:20px;
	text-align:center;
	z-index:999;
	padding-left:15px;
	padding-right:15px;
	color:#222;
}

.textos a, .textos a:hover { text-decoration:underline !important; color:#00546C;}

.textos img {max-width:18px;}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #EEAC02;}

#gotoTop:hover { background-color: #EEAC02; }

::selection {
	background: #EEAC02;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #EEAC02; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #EEAC02; /* Safari */
	color: #FFF;
	text-shadow: none;
}
