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

/* *************************************************************** 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) {

#mobile_header {
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 25000;
}

	.nav_mobile {
		/*background: rgba(0, 35, 81, 0) linear-gradient(to bottom,  0px,  50%,  100%) repeat scroll 0 0;*/
		background: rgba(0,35, 81,0) linear-gradient(to bottom,#002351 0,#002351 50%,#002351 100%) repeat scroll 0 0;

	}
	.nav_mobile nav ul.userlogged_menu {
		background-color: #0094de;
		color:#002351;
	}
	.nav_mobile nav ul.section_menu li:hover {
		background:#0094de;
	}
	.nav_mobile nav ul.pages_menu li:hover {
		background:#0094de;
	}
	.nav_mobile nav ul.userlogged_menu li:hover {
		background-color:;
		color:#fff;
	}
	.nav_mobile nav ul.section_menu li .children {
		background:#0094de;
	}
.nav_mobile nav {
    background: #0094de;
}
.nav_mobile nav ul.register_menu {
    background-color: ;
}
.nav_mobile nav ul.register_menu li {
    background-color: ;
}
.nav_mobile nav ul.register_menu li:hover {
    background: #648f32;
}

/* ** */
} /*  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) {		

.randomimage {
    text-align: center;
}
a.BANNER-image{
	float:none;
	}

/* ** */
} /* 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 */
/* *** */