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

/* *************************************************************** 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(0, 0, 0, 0) linear-gradient(to bottom, #fff 0px, #fff 50%, #fff 100%) repeat scroll 0 0;
	}
.nav_mobile nav {
    background: #0e1a48;
}

	.nav_mobile nav ul.userlogged_menu {
		background-color: #c9810c;
		color:#023859;
	}
	.nav_mobile nav ul.section_menu li:hover {
		background:#c9810c;
	}
	.nav_mobile nav ul.pages_menu li:hover {
		background:#c9810c;
	}
	.nav_mobile nav ul.userlogged_menu li:hover {
		background-color:#c9810c;
		color:#fff;
	}
	.nav_mobile nav ul.section_menu li .children {
		background:#868ca3;
	}

#nav-fep-2 span {
    background: #333;
}

/* ** */
} /*  end 1001px */
/* ** */



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

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


.mainnew h1.title a {
    font-weight: bold;
    line-height: 100%;
    text-decoration: none;
    font-size: 0.9em;
    float: left;
}

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


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

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


.NEWBODY .new_text {
    font-size: .7em;
}

.NEWBODY h3.new_entry {
    font-size: .7em;
}

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


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

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

.goto_cover {
  margin: 79px 10px 15px 0;
}

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