// JavaScript Document
/**************************************************
				FUNCIONES JQUERY
**************************************************/
$(document).ready(function(){
	$("body").css({'background-color' : 'white', 'margin-left' : '0', 'margin-right' : '0', 'margin-bottom' : '0', 'margin-top' : '0'});
	$("#basicoContenedorDiv").css({'position' : 'relative', 'z-index' : '1', 'margin-left' : '0px', 'width' : '1020px', 'height' : '670px'});
	$("#basicoContenedorDiv").html('<iframe src="http://www.hostingnetperu.com/euroshop/index.php" width="1050px" height="700px" frameborder="0"></iframe>');
	//$("#basicoContenedorDiv").html('<iframe src="http://www.4flip.com/euroshop/index2.php" width="1020px" height="670px" frameborder="0"></iframe>');
	//$("#basicoContenedorDiv").html('<iframe src="index2.php" width="1020px" height="670px" frameborder="0"></iframe>');
});