<!--
/* --------- INICIO ESTILOS DE USO GENERAL --------- */
#lienzo {
/* ancho total: 608px (exterior) (604 + padding + border) */
/* ancho interior disponibles: 604px*/
width: 604px;
}
/* --------- FIN ESTILOS DE USO GENERAL --------- */

/* --------- INICIO ESTILOS CABECERA --------- */
#cabecera {
width: 604px;
}
		div.enlacescabhome {
		display: none;
		}
		#menuselect{
		display: none;
		}
	#navcabnivel0{
	display: none;
	}
	#navcabnivel1{
	display: none;
	}
/* --------- FIN ESTILOS CABECERA --------- */

/* --------- INICIO ESTILOS CONTENEDOR --------- */
#contenedor {
width: 604px;
background: none;
}
/* inicio menu izquierda */
	#menuizquierdo {
	display: none;
	}
/* fin menu izquierda */
/* --------- FIN ESTILOS CONTENEDOR --------- */

/* --------- INICIO ESTILOS PIE --------- */
#pie {
width: 604px;
background-image: none;
}
/* --------- FIN ESTILOS PIE --------- */
-->


