/* --- master page Footer CSS --- */
#footer {
	color: #000;
	text-align: right;
	color: white;
}

.copyright {
	padding: 5px;
	color: blue;
        border-bottom: 4px solid red;
}

.copyright a {
	color: blue;
}

.inv_line_bottom {
	text-align: center;
	padding: 5px 0px;
	height: 30px;
	width: 950px;
	background: transparent url("../../img/layout-navegacion-ul.gif") scroll
		0 100%;
	background-position: 50% 100% !important;
	/* background: #D1EFEE; */ /* background: #01B6c1 ; */
	color: white;
        font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
        margin-top: 5px;
     
}

