/*BODY*/
body#cuerpo{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#003366;
	background-image:url('../imagenes/body/back_01.jpg');
	background-repeat:repeat-x;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FF9900;
	text-decoration:none;
}
a:active {
	color: #FF9900;
	text-decoration:none;
}
/*contenido*/
div#index{
	width:100%;
	height:428px;
	top:0;
	left:0px;
	right:auto;
	bottom:auto;
	position:absolute;
	text-align:center;
	background-image:url(../imagenes/body/index.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#003366;
	padding-top:315px;
}
.texto_legal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
	width:650px;
	right:0px;
}
div#capa_texto{
	z-index:2;
	width:100%;
	text-align:center;
	top:410px;
}
/*--Productos--*/
div#pop_up_productos{
	position:absolute;
	width:100%;
	top:380px;
	left:0;
	right:0;
	z-index:8;
}
div#pop_up_productos table{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#FFFFFF;
	font-weight:bold;
}
div#div_iframe{
	width:100%;
	background-color:#FFFFFF;
}
.invisible{
	display:none;
}
.visible{
	display:inline;	
}