@import url('reset.css');
@import url('../fonts/fonts.css');


body {
	background-color: #eee;
}
#fnd {
	width:80%;
	margin: 30px auto;
	background: #fff;
	/*border-radius: 4px;*/
	/*sombra*/
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
#fnd_abj {	
	background-color: #5291cb;
	margin:-18px;
	width: 100%;
	margin: 0 auto;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	
}
#imgPrinc{
	width: 100%;
}

#imgP{
	width: 100%;	
}
.clear {
	clear:both;
}

#fnd>#wrapper {	
	margin-top: -2.1%;
	padding: 10px 0 10px 10px;
}

#wrapper-med{
	width: 78%;
	float: left;
}

#wrapper-right{
	float: right;
	width: 21%;
	margin-bottom: 1%;
	
}
#wrapper-right-1>img{
	width: 100%;
	height: 100%;	
}
#wrapper-right-2>img{
	width: 100%;
	height: 100%;
}
#wrapper-right-3>img{
	width: 100%;
	height: 100%;
}
#menuMovil{
	display: none;
}
#menu_bar{
	display: none;
}

#busqueda {
	width: 40%;
	float: right;		
}


@media screen and (min-width: 647px) and (max-width: 1023px) {
	#fnd {
		width: 100%;
		margin-top: 0px;		
	}
	#menuMovil{
		display: none;
	}
	.menuPcTablet{
		display: block;
	}
}
/***********************dIseño xa móviles ()******************************/
@media screen and (max-width: 646px) {
	body{
		margin-right:-18px;
		width:100%;
	}	
	header>nav{
		display: none;
	}
	#menuMovil {		
		margin: 0;
		width: 80%;	
	}
	.menu_bar{
		display: block;
	}
	
	#fnd {
		width: 100%;
	}
	#imgPrinc {
		display: none;
	}
	#menuMovil>nav {		
		left:100%;	
		margin:0;
		position: fixed;
	} 	
	#menuMovil>nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
	#menuMovil>nav {
		border-radius:0;
		width: 80%;
	}
	
	#menu_bar {
		display:block;		
	}
	
	#menu_bar .bt-menu {	/* el 1er botón MENU */
		width:100%;
		height: 16%;
		display:block;
		padding:5%;		

		background: #5291cb; /* Old browsers */
	 	background: -moz-linear-gradient(top, #5291cb 0%, #2989d8 50%, #207cca 51%, #5291cb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5291cb), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#5291cb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #5291cb 0%,#2989d8 50%,#207cca 51%,#5291cb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #5291cb 0%,#2989d8 50%,#207cca 51%,#5291cb 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #5291cb 0%,#2989d8 50%,#207cca 51%,#5291cb 100%); /* IE10+ */
		background: linear-gradient(to bottom, #5291cb 0%,#2989d8 50%,#207cca 51%,#5291cb 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5291cb', endColorstr='#5291cb',GradientType=0 ); /* IE6-9 */

		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:125%;	

		box-sizing:border-box;
	}
	#menu_bar span{
		float: right;
		font-size: 160%;
	}

	#menu_bar a{		
		padding-right: 2%;
	}
	#menu_bar span{		
		padding-right: 2%;
	}
	.menu li  {
		float:right;
	}
	.menu li a {
		text-align: left;
		padding-left: 10%;
	}

	.menu li:first-child {
		width: 100%;
		border-top: 1px solid rgba(255,255,255, .3);
	}
	#menuMovil>.menu>li{
		background: #5291cb; /* Old browsers */
	 	background: -moz-linear-gradient(top, #5291cb 0%, #2989d8 50%, #207cca 51%, #5291cb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5291cb), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#5291cb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #5291cb 0%,#2989d8 50%,#207cca 51%,#5291cb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #5291cb 0%,#2989d8 50%,#207cca 51%,#5291cb 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #5291cb 0%,#2989d8 50%,#207cca 51%,#5291cb 100%); /* IE10+ */
		background: linear-gradient(to bottom, #5291cb 0%,#2989d8 50%,#207cca 51%,#5291cb 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5291cb', endColorstr='#5291cb',GradientType=0 ); /* IE6-9 */

		color:#fff;
		text-decoration:none;
	}

}
