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

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

.headerbox{
	display:none;
	}

.headcode {
  float: left;
  font-size: .3em;
  margin: 5px 0 5px 0;
  width: 100%;
  display: block;
}

 #nav-fep-2 span {
    background: #9b1c5c;
 }

  .mobilelogo {
    display: block;
    left: 17px;
    position: absolute;
    top: 8px;
    width: auto;
  }

  .mobilelogo a img {
    width: 169px;
    max-width: 100%;
    height: auto;
  }
}

	.nav_mobile {
		background: rgba(255, 255, 255, 0) linear-gradient(to bottom, #fff 0px, #fff 50%, #fff 100%) repeat scroll 0 0;
	}

.nav_mobile nav {
    background: #9b1c5c none repeat scroll 0 0;
}
	.nav_mobile nav ul.userlogged_menu {
		background-color: #9b1c5c;
		color:#062e5e;
	}
	.nav_mobile nav ul.section_menu li:hover {
		background:#9b1c5c;
	}
	.nav_mobile nav ul.pages_menu li:hover {
		background:#9b1c5c;
	}
	.nav_mobile nav ul.userlogged_menu li:hover {
		background-color:#9b1c5c;
		color:#fff;
	}
	.nav_mobile nav ul.section_menu li .children {
		background:#cd8dad;
	}


.nav_mobile nav ul.register_menu li:hover {
    background: #9b1c5c none repeat scroll 0 0;
}
.social-login a {
    padding: 5px 11px;
}
/* ** */
} /*  end 1001px */
/* ** */

@media screen and (max-device-width : 998px) {
.userbar{
	display:none;
	}
}

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

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

.NEWSITEMROWS .layout_left .block .image{
    width: 100%;
}

.NEWSITEMROWS .layout_left .block .new {
    width: 100%;
}
/* ** */
} /* 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 */
/* *** */