/* pagina general */
/* Desarrollado por Pedro Mora Romero */
/* para www.nti.cl */
/* proyecto Sitio INTERLOG-IT www.interlog-it.com */
/* lanzamiento 07 Marzo 2007*/

/* Pie de pagina */
#footer {
	background:white url(../../imagenes/trama-pie.gif);
	margin:0 auto 0 auto;
	width: 643px;
	height: 70px;
	text-align: center; 
	display: block;	
		}

/* caja de texto del pie de pagina telefonos y dirección*/		
#tel {
	background-color: #800000;
	height:20px;
	margin-top:20px;
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333300;
	text-align:center;
	letter-spacing: 1px;	
	}
/*texto links y texto footer*/		
#footer p{
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333300;
	background: transparent;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}


#footer a:link {
	color: #vc08080;
	background: transparent;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	background: transparent;
	color: #c08080;
}
#footer a:hover {
	text-decoration: underline;
	background: transparent;
	color: #d9b3b3;
}
#footer a:active {
	text-decoration: none;
}