// JavaScript Document
/**************************************************
				FUNCIONES JQUERY
**************************************************/
$(document).ready(function(){
	$("body").css({'background-color' : 'white', 'margin-left' : '0', 'margin-right' : '0', 'margin-bottom' : '0', 'margin-top' : '0'});
	//$("body").css({'background-color' : 'white', 'margin-left' : '0', 'margin-right' : '0', 'margin-bottom' : '0', 'margin-top' : '0', 'background-image' : 'http://www.4flip.com/euroshop/images/fondo.jpg'});
	//-------------
	//$("#basicoContenedorDiv").css({'position' : 'relative', 'z-index' : '1', 'margin-left' : '0px', 'width' : 'auto', 'height' : '670px'});
	//$("#basicoContenedorDiv").html('<iframe src="http://cyp.pe/euroshop/index.php" height="800px" frameborder="0" style="width:auto; margin:0 auto 0 0;"></iframe>');
	//-------------
	//$("#basicoContenedorDiv").css({'position' : 'relative', 'z-index' : '1', 'margin-left' : '0px', 'width' : '1020px', 'height' : '670px'});
	//$("#basicoContenedorDiv").html('<iframe src="http://cyp.pe/euroshop/index.php" width="1050px" height="800px" frameborder="0"></iframe>');
	//-------------
	$("#basicoContenedorDiv").css({'position' : 'relative', 'z-index' : '1', 'margin-left' : '0px', 'height' : '900px'});
	$("#basicoContenedorDiv").html('<iframe src="http://cyp.pe/euroshop/index.php" width="100%" height="100%" frameborder="0"></iframe>');
});
