/*Medida para tablets horizontal*/
@media screen and (max-width:1024px){
	
}

/*Medida para tablets vertical*/
@media screen and (max-width:800px){
	#global{
		width: 90%;
	}
	
	#pos1{
		text-align: center;
	}
	
	#pos2{
		margin: 0 auto;
		float: none;
		width: 70%;
	}
	
	#pos2 .imageLink{display: none;}
	
	.logo{
		width: 100%;
	}
	
	.redesSociales{
		float: none;
		margin: 10px auto;
		display: block;
		clear: both;
	}
	
	.SHTML6{
		width: 96.5%;
		margin-bottom: 10px;
	}
	
	
	.menuNav3 .sb-toggle-left {
		cursor: pointer;
		padding: 10px;
		position: fixed;
		right: 0;
		width: 40px;
		top: 0;
		z-index:99;
	}
	
	.menuNav3 .navicon-line {
		background-color: #000;
		border-radius: 1px;
		height: 4px;
		margin-bottom: 3px;
		width: 26px;
	}
	
	
	
	.menuNav3 .lat3 {
		background: #eee none repeat scroll 0 0;
		float: left;
		left: 0;
		top: 0;
		margin-top: 0;
		padding: 5px;
		position: fixed;
		width: 280px;
		z-index: 999;
	}
	
	.menuNav3 .lat3  ul{
		display: block;
	}
	
	.menuNav3 .lat3  ul li{
		background: #DA3439 !important;
	}
	
	#pos3, #pos4{
		width: 100%;
	}
	
	.imageLink7 a{	
		width: 47%;
	}
	
	.EnlacesInteres ul li{
		margin-left: 30px;
		display: inline-block;
		width: auto;
	}
	
	.footer9{
		 width: 100%;
	}
	
	.menuNav10{
		width: 100%;
	}
}


/*Medida para smartphones*/
@media screen and (max-width:600px){
	
}
