/* ________________ Estilo de Hoja ________________  */

html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #0f0f0f url('img/fondo.jpg') top center ;
	background-attachment: fixed;
	height: 100%;
}

/* ________________ Formato de Hoja ________________  */

html {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
	
#screen {
	position:absolute;
	top: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: visible;
	left: 0px;
}

#tope {
	height: 100px;
	width: 900px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	left: 0px;
	top: 0px;
}

.ref {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}
	
.prx {
	position: absolute;
	color: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
}
	
.link {
	font-size: 20px;
	text-align: center;
	color:#ffffff;
}
	
.text {
	border: #fff solid 1px;
}

#flashcontent {
	height: 100%;
}

/* ________________ Footer ________________  */

.footer {
	display: block;
	clear: both; 
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	}
	
>    * html #footer { position: absolute; }   /* Con hack para IE incluido> */


/* ________________ Contactos ________________  */

#contactos { width:450px; height:80px; margin:0 auto; padding: 10px 5px; float:right; }

/* ________________ Fuentes ________________  */

.texto_naranja {
	font-size: 11px; 
	color: #666666;
	font-weight: bold;
	text-decoration: none; 
	font-family: verdana;
}

.texto_blanco {
	font-size: 10px;
	letter-spacing: 2px;
	color: #484848; 
	text-decoration: none;
	font-family: verdana;
}

.texto_blanco_g {
	font-size: 14px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #484848; 
	text-decoration: none;
	font-family: arial;
}

.texto_gris {
	font-size: 9px;
	letter-spacing: 2px;
	color: #333333; 
	text-decoration: none;
	font-family: verdana;
}

/* ________________ Portfolio ________________  */

	#imageFlow {
		position: absolute;
		width: 100%;
		height: 80%;
		left: 0%;
		top: 10%;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -1000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}

	#imageFlow .bank {
		visibility: hidden;
	}

	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 0%;
		text-align: center;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 0.9em;
		font-weight: bold;
	}
	#imageFlow .legend {
		font-size: 0.8em;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 10%;
		width: 80%;
		height: 16px;
		z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=20);
		opacity: 0.2;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}

