/*-- ESTRUCTURA -- */
/**{
	/*padding:0;*/
	/*margin:0;*/
/*}*/
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	color:#ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
} 

#fondo{
	height:100%;
	width:100%;
	position:absolute;
	z-index:-4;
	position:fixed;
	overflow:visible;
	background-color: #185EA3;
}

#flashFile{
	position:absolute;
	top:0;
	width:100%;
	min-height:100%;
	height:100%;
	z-index:1;	

}

#trama{
	height:100%;
	position:relative;
	z-index:2;
	background:url(../imagenes/fondos/trama.png) fixed;
}

#menu
{
	background-color: #000000;
	width: 853px;
	height: 40px;
	margin-bottom: 10px;
}

#linea_v
{
	background-image: url(../imagenes/linea_vertical.gif);
	background-repeat:  repeat-y;
	background-position: top;
	height: 600px;
}

#linea_v_der
{
	background-image: url(../imagenes/linea_vertical.gif);
	background-repeat:  repeat-y;
	background-position: right top;
	height: 600px;
}

#linea_v_izq
{
	background-image: url(../imagenes/linea_vertical.gif);
	background-repeat:  repeat-y;
	background-position: left top;
	height: 600px;
}

#site{
	position:absolute;
	width:853px;
	left:50%;
	margin-left:-426px;
	min-height:100%; /* real browsers */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	z-index:4;	/*background:url(../images/acordeon.gif) repeat-x;*/
	margin-top: 20px;
}

#cabecera{
	margin-top:10px;
	background:#fff;
	height:210px;
	width:853px;
	margin-bottom:10px;
}

#contenido{
	color:#5f5f5f;
	position:relative;
	z-index:21;
	
}


#pie{
	width:853px;
	position:absolute;
	z-index:22;
	/*overflow:visible;*/
	/*bottom:0;*/
	height:34px;
	padding-bottom: 100px;
}

