@charset "utf-8";
/* CSS Document */

body {

	margin-top:0px;
	padding: 0;
	color: #000;

}

.container {
	width: 100%;
	max-width: 1108px;
	min-width: 780px;
	height:auto;
	margin:auto;
}


.header {
	width:1120px;
	margin-top:0px;
}

.logo{
	width:272px;
	height:159px;
	float:left;
	margin-left:10px;
	z-index:1;
	position:relative;


}
.logoimg{
	width:177px;
	height:159px;
	background-repeat:no-repeat;
	margin-left:50px;

}


#slidebox{
	width:1089px;
	height:auto;
	float:left;
	margin-left:0;
	margin-top:-10px;
	margin-left:9px;
}


#mainMenu{
	width:825px;
	height:54px;
	float:left;
	background-image:url(../img/barra_menu.png);
	background-repeat:no-repeat;
	margin-top:20px;
	z-index:1;
	position:relative;
}

.barra_inferior{
	width:1108px;
	height:43px;
	z-index:1;
	position:relative;
	background-image:url(../img/barra_inferior.png);
	background-repeat:no-repeat;
	float:left;
	margin-top:-13px;
}

#mandar{
	width:184px;
	height:43px;
	float:right;
	margin-right:50px;
	margin-bottom:30px;
	-webkit-box-shadow: 6px 2px 5px rgba(50, 50, 50, 0.53);
    -moz-box-shadow:    6px 2px 5px rgba(50, 50, 50, 0.53);
    box-shadow:         6px 2px 5px rgba(50, 50, 50, 0.53);
}

.logoUrbana{
	width:229px;
	height:54px;
	float:right;
	margin-right:40px;
	margin-top:31px;
}

/*LAYER*/

.LayerPlano {
	display:none;
	position:fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	z-index:3;
}


.LayerPlano .veladura {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(0,0,0,0.5);
	background-color:#474443;
	filter: alpha(opacity=75); opacity: .7;
	*background-color:rgba(0,0,0,0.5);
	*background:#000000\9;
	*filter: alpha(opacity=75); opacity: .7;
	*filter: alpha(opacity=50);
	*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

}
.LayerPlano .contenido {
	width:1067px;
	height:564px;
	position:absolute;
	background-image:url(../img/planog.png);
	background-repeat:no-repeat;
	margin-top:16%;
	margin-left:9%;

}
.LayerPlano .btnCerrar {
	background-image:url(../img/cerrar.png);
	background-repeat:no-repeat;
	width:52px;
	height:49px;
	cursor:pointer;
	position:absolute;
	top:0;
	right:10px;
}





