body
{
	background-image:   url(../imgs/marco/fondo.png);
	text-align:center;
}
#contenedor
{
	margin: 0 auto 0 auto;
	/*margin-top: -284px;*/
	margin-top: -292px;
	margin-left: -420px;
	position: absolute;
	width:840px;
	/*height:568px;*/
	height:598px;
	top: 50%;
	left: 50%;
	z-index:1;
	overflow: hidden;
}
#fondo
{
	width:830px;
	height:558px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 2;
	background-color:#F7F7F7;
	/*background-image:  url(../imgs/marco/relleno.png);*/
	overflow: hidden;
}

#marcoDerecha
{
	width:5px;
	height:568px;
	position: absolute;
	left: 835px;
	top: 0px;
	z-index: 2;
	background-image:  url(../imgs/marco/derecha.png);
	overflow: hidden;
}

#marcoIzquierda
{
	width:5px;
	height:568px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	background-image:  url(../imgs/marco/izquierda.png);
	overflow: hidden;
}

#marcoSuperior
{
	width:830px;
	height:5px;
	position: absolute;
	left: 5px;
	top: 0px;
	z-index: 2;
	background-image:  url(../imgs/marco/intro_superior.png);
	overflow: hidden;
}

#marcoInfeior
{
	width:830px;
	height:5px;
	position: absolute;
	left: 5px;
	top: 563px;
	z-index: 2;
	background-image:  url(../imgs/marco/intro_inferior.png);
	overflow: hidden;
}

#corporacionPie
{
	width:152px;
	height:30px;
	position: absolute;
	left: 344px;
	top: 569px;
	z-index: 3;
	overflow:hide;
}


#logoCatamaran
{
	width:65px;
	height:47px;
	position: absolute;
	left: 30px;
	top: 3px;
	z-index: 3;
	overflow: hidden;
	background-image: url(../imgs/otros/logo.jpg);
}

#barraSuperior
{
	width:830px;
	height:20px;
	position: absolute;
	left: 0px;
	top: 53px;
	z-index: 3;
	background-color:#A2B9CA;
	overflow: hidden;
}

#barraInferior
{
	width:830px;
	height:6px;
	position: absolute;
	left: 0px;
	top: 475px;
	z-index: 3;
	background-color:#A2B9CA;
	overflow: hidden;
}

#introFlash
{
	width:830px;
	height:400px;
	position: absolute;
	/*left: 17px;*/
	left:0px;
	top: 74px;
	z-index: 3;
	overflow: hidden;
}

#saltaIntro
{
	width:166px;
	height:18px;
	position: absolute;
	left: 332px;
	top: 487px;
	z-index: 5;
	overflow:hidden;
	color:#43535E;
	font-size:8pt;
	text-align:center;
	letter-spacing: 0.6pt;
	font-family: Arial;
	font-weight:bold;
}

a:link
{
	color:#43535E;
	text-decoration:none;
}
a:visited
{
	color:#43535E;
	text-decoration:none;
}
a:hover
{
	color:#43535E;
	text-decoration:underline;
}
a:active
{
	color:#43535E;
	text-decoration:none;
}

<!-- Marco para IE -->

#marcoDerechaIE
{
	width:5px;
	height:568px;
	position: absolute;
	left: 835px;
	top: 0px;
	z-index: 2;
	overflow: hidden;
}

#marcoIzquierdaIE
{
	width:5px;
	height:568px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	/*background-image:  url(../imgs/marco/izquierda.gif);*/
	overflow: hidden;
}

#marcoSuperiorIE
{
	width:830px;
	height:5px;
	position: absolute;
	left: 5px;
	top: 0px;
	z-index: 2;
	overflow: hidden;
}

#marcoInfeiorIE
{
	width:830px;
	height:5px;
	position: absolute;
	left: 5px;
	top: 563px;
	z-index: 2;
	overflow: hidden;
}