/*
 Logo de la Web
*/
.sitelogo {
	width:380px; 
	height:80px; 
	position:absolute; 
	z-index:1; 
	margin:20px 0 0 0px; 
	/* 
		LOGO
	*/
/*	background:url(PT/logo_1.jpg) no-repeat; 	*/
/*	background:url(PT/fondo_banners_logo.jpg) no-repeat; 		*/
}

/*
 Banner
*/
.sitename {
	width:450px;
	height:70px;
	
	position:absolute;
	z-index:1;
	margin:25px 0 0 373px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	padding-left:10px;

}

