/*************************RESPONSIVE********************/
// ┌────────────────────────────────────────────────────────────────────┐ \\
// │ Desarollado por PHS PERÚ | www.phsperu.com                         │ \\
// ├────────────────────────────────────────────────────────────────────┤ \\
// │ DISEÑO Y MAQUETA:                                                  │ \\
// │ Brandy César Llontop Armas                                         │ \\
// ├────────────────────────────────────────────────────────────────────┤ \\
// │ PROGRAMACIÓN:                                                      │ \\
// │ Luis Karlos Shepherd Vargas                                        │ \\
// └────────────────────────────────────────────────────────────────────┘ \\
 
/*
1110px
960px
640px
440px
*/


/**Escritorios muy anchos*******************************************************
*******************************************************************************/
@media only screen and (max-width: 1366px){
	
}

/**Escritorios muy anchos*******************************************************
*******************************************************************************/
@media only screen and (max-width: 1199px){
	
}

/**Tablets en horizonal y escritorios normales********************************
*****************************************************************************/
@media only screen and (max-width: 1024px) {

}

/**Moviles en horizontal o tablets en vertical********************************
******************************************************************************/
@media only screen and (max-width: 991px) {
	.top-header ul.links li.central{
	    display: block;
		text-align: center;
	}

	.top-header ul.links li.dat-rsp {
		text-align: center;
		display: block;
		margin: 0 auto;
	}

	.top-header ul.links li {
	 	text-align: center;
	    display: block;
	}

	.elemento-carrito {
		top: -45px;
	    position: relative;
	    left: 9px;
	}

	.top-header{
		padding: 5px 0;
	}
}

/**Moviles en horizontal o tablets en vertical********************************
******************************************************************************/
@media only screen and (max-width: 767px) {

}

/****************************Moviles Iphone 6, 6s, 7 ********************************
******************************************************************************/
@media only screen and (max-width: 750px) {
	

}


/******************************************************************************
******************************************************************************/
@media only screen and (max-width: 578px) {
	

}

/******************************************************************************
******************************************************************************/
@media only screen and (max-width: 414px) {

}

/******************************************************************************
******************************************************************************/
@media only screen and (max-width: 375px) {

}


/******************************************************************************
******************************************************************************/
@media only screen and (max-width: 360px) {

}

/****************************Moviles Iphone 5s********************************
******************************************************************************/
@media only screen and (max-width: 320px) {

}

