@charset "utf-8";
/* CSS Document */
img, object, embed, video {
	max-width: 100%;
	height: 0;
    width: auto/9; /* Bug de ie8 */
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/pattern_101.jpg);
	background-repeat:repeat;
	overflow-x:hidden;
}
.contenedor {
	margin-top:0px;
	margin: 0 auto;
	width:100%;
	max-width:1000px;
	height:800px;
	text-align: center;
	font-family:Calibri;
	font-size:12px;
	background-image:url(../images/fondo.jpg);
	-webkit-box-shadow: 0px 0px 10px 0px #999;
	-moz-box-shadow: 0px 0px 10px 0px #999;
	box-shadow: 0px 0px 10px 0px #999;
	position:relative;
	z-index:1;
}
/*DESKTOP*/
@media only screen and (min-width: 999px) {
	.menu_sup_desktop {
	margin-top:0px;
	width:100%;
	max-width:1000px;
	height:800px;
	overflow:hidden;
	}
	.menu {
	margin-top:-120px;
	z-index:2;
	background-color: #ffffff;
	width:100%;
	height:105px;
	position:fixed;
	-webkit-box-shadow: 0px 0px 10px 0px #999;
	-moz-box-shadow: 0px 0px 10px 0px #999;
	box-shadow: 0px 0px 10px 0px #999;
	}
	.menu_fixed {
	margin: 0 auto;
	width:1000px;
	height:105px;
	background-image:url(../images/fdo_mernu.jpg);
	}
	.menu_sup_tablet {
	width: 0px;
	height: 0px;
	}
	.menu_sup_movil {
	width: 0px;
	height: 0px;
	}
}
/*TABLET*/
@media only screen and (min-width: 481px) and (max-width:998px) {
	.menu_sup_tablet {
	margin-top:0px;
	width:100%;
	max-width:998px;
	height:800px;
	overflow:hidden;
	}
	.menu {
	width: 0px;
	height: 0px;
	}
	.menu_sup_desktop {
	width: 0px;
	height: 0px;
	}
	.menu_sup_movil {
	width: 0px;
	height: 0px;
	}
}
@media only screen and (min-width: 200px) and (max-width:480px) {
	.menu_sup_movil {
	margin-top:0px;
	width:100%;
	max-width:480px;
	height:800px;
	overflow:hidden;
	}
	.menu {
	width: 0px;
	height: 0px;
	}
	.menu_sup_desktop {
	width: 0px;
	height: 0px;
	}
	.menu_sup_tablet {
	width: 0px;
	height: 0px;
	}
}

