/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* *************************************************************** RESPONSIVE CUSTOM STYLES ************************************************************************************** */

/** tablets horizontal (ipad) */
@media screen and (max-device-width : 1024px) {		




/* ** */
} /* end 1024 */
/* *** */


/* ********************************************************************************************************************************************************** */
/** /** tablets vertical hasta max 1001 */
/* ********************************************************************************************************************************************************** */
/*@media (min-width: 768px) and (max-width: 1001px) {*/
@media screen and (max-device-width : 1001px) {

	.nav_mobile {
		background: rgba(246, 233, 216, 0) linear-gradient(to bottom, #f6e9d8 0px, #f6e9d8 50%, #f6e9d8 100%) repeat scroll 0 0;
	}
	.nav_mobile nav ul.userlogged_menu {
		background-color: #000;
		color:#fff;
	}
	.nav_mobile nav ul.section_menu li:hover {
		background:#000;
	}
	.nav_mobile nav ul.pages_menu li:hover {
		background:#e0934f;
	}
	.nav_mobile nav ul.userlogged_menu li:hover {
		background-color:#e0934f;
		color:#fff;
	}
	.nav_mobile nav ul.section_menu li .children {
		background:#e0934f;
	}
.nav_mobile nav {
    background: #000;
}
.nav_mobile nav ul.register_menu {
    background-color: #e0934f;
}
.nav_mobile nav ul.register_menu li {
    background-color: #e0934f;
}
.nav_mobile nav ul.register_menu li:hover {
    background: #648f32;
}


#nav-fep-2 span {
    background: #e0934f;
}
/* ** */
} /*  end 1001px */
/* ** */



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/** tablets vertical (ipad)*/
@media screen and (max-device-width : 768px) {		




/* ** */
} /* end 768 */
/* *** */


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/** Móviles en horizontal o tablets en vertical */
@media screen and (max-device-width : 640px) {		




/* ** */
} /* end 640 */
/* *** */


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/** Móviles en horizontal (android y iphone) */
@media screen and (max-device-width : 480px) {		


#backtothetop {
    float: right;
    font-size: 4em;
    position: absolute;
    right: 30px;
    top: 168px;
    width: 40px;
    z-index: 5000;
}

/* ** */
} /* end 480 */
/* *** */

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/** Móviles en vertical (android y iphone) */
@media screen and (max-device-width : 360px) {		




/* ** */
} /* end 360 */
/* *** */

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/** Móviles antiguos en vertical (android y iphone) */
@media screen and (max-device-width : 320px) {		




/* ** */
} /* end 320 */
/* *** */