/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos TS FUNDICIONES CSS+XHTML
   Portada
   Junio 2009
*/

/* fondo y general*/

				
	#fondoflash{
		width: 100%;
		height: 100%;
		z-index: 20;
	}
				
	#col1p{
		position:absolute;
		top:0px;
		left:100%;
		height: 100%;
		margin-left: -245px;
		/* 15px de margen de seguridad para barra */
		background-color: #eae7e3;
		z-index:82;
		width:245px;
	}
		
	#col2p{
		z-index: 84;
		position:absolute;
		top:0px;
		left:100%;
		height: 100%;
		margin-left: -515px;
		z-index:80;
		width:500px;
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
	}

/* Pie Alternativo */

	#pie2{
		vertical-align: bottom;
		position: fixed;
		bottom: 0px;
		margin-left: 65px;
		color: #808080;
		margin-bottom: 50px;
	}

	#pie2 p{
		font-size: 12px;
		width: 177px;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-right: 21px;
		line-height: 16px;
		color: white;
	}
	
/* Fondo */

	#fondoimagenalt{
		position: fixed;
		bottom: 0px;
		overflow: hidden;
	}
