@charset "utf-8";
/* CSS Document */

#contenedor_texto_flash {
	width:350px;
	height:40px;
	position: relative;
	left:-250px;
	top:-45px;
}	


#contenedor_texto_comp {
	width:300px;
	height:40px;
	position: relative;
	left:250px;
	top:-100px;
}	

#contenedor_franja {
	width:900px;
	height:60px;
	position: relative;
	left:1px;
	top:-4px;
	background-color: #999999;
}	
