@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 1px) and (max-width: 1300px) {
	
	.acceso-directo {
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: -o-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
	}
	
}



@media only screen and (min-width: 1px) and (max-width: 1024px) {
	
	.acceso-directo {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -o-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	
}



@media only screen and (min-width: 1px) and (max-width: 780px) {
	
	.acceso-directo {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	
}



@media only screen and (min-width: 1px) and (max-width: 600px) {
	
	.ocultable {
		display: none;
	}
	
	h1 {
		font-size: 1.6rem;
		line-height: 40px;
		margin: 0px;
		margin-left: 10px;
	}
	
	.menu {
		margin-top : 30px;
	}
	
	.titular {
		height: 50px;
		float: left;
		padding: 5px;
	}
	
	.bg-mi-cuenta {
		width: 40px;
	}
	
	.mi-cuenta {
		margin: 30px 0px;
	}
	
	.mi-cuenta-nombre,
	.mi-cuenta-tipo {
		display: none;
	}
	
	.mi-cuenta-img {
		width : 30px;
		height: 30px;
		margin: 0px 5px;
	}
	
	.menu-txt {
		display: none;
	}
	
	.bg-contenido {
		max-width: -moz-calc(100% - 40px);
		max-width: -webkit-calc(100% - 40px);
		max-width: -o-calc(100% - 40px);
		max-width: calc(100% - 40px);
	}
	
	.acceso-directo {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -o-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	
}



@media only screen and (min-width: 1px) and (max-width: 350px) {
	
	.acceso-directo {
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
		width: 100%;
	}
	
	.acceso-directo-titulo {
		font-size: 1.5rem;
	}
	
}