/**
 * Etiquetas para pie
 *
 */
#footer {
	background-color: #044a50;
	display: block;
	padding: 10px 0;
}

div.diagonal-lines {
	background-image:url(../assets/bg-footer.gif);
	background-repeat: repeat-x;
	display: block;
	height: 8px;
}

#footer p {
	font-size: 12px;
	color: #fff;
	text-align: right;
	margin:10px 0;
	*margin:5px 0 8px 0;
}

#footer div.info {
	margin-top: 20px;
}

	#footer div.info p.title {
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 20px;
	}

	#footer div.info p {
		text-align: center;
		margin: 5px 0;
	}

		#footer div.info p a {
			color: white;
			text-decoration: none;
		}
		
		#footer div.info p a:hover {		
			text-decoration: underline;
		}
