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

/* *************************************************************** 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;
		box-shadow: 0 0 0 rgba(0,0,0,.0);
		border-bottom: 1px solid #cecece;
		height: 100px;
	}

.menu_bar, .bt-menu{
		color:#d5cda5;
		padding: 10px;
	}
#nav-fep-2 span{
		color:#6e6e6e;	
	}
#nav-fep-2 span {
    background: #6e6e6e none repeat scroll 0 0;
}

.mobilelogo {
	left: 8px;
	top: 18px;
	width: 335px;
}
.mobilelogo p.date{
	font-size: 0.35em;
	position: absolute;
	top: 45px;
	left: 6px;
	}

.menu_bar .bt-menu{
	top: 3px;
	}

.nav_mobile nav {
    background: #3d3d3d none repeat scroll 0 0;
}
	.nav_mobile nav ul.userlogged_menu {
		background-color: #d5cda5;
		color:#3d3d3d;
	}
	.nav_mobile nav ul.section_menu li:hover {
		background:#3d3d3d;
	}
	.nav_mobile nav ul.pages_menu li:hover {
		background:#3d3d3d;
	}
	.nav_mobile nav ul.userlogged_menu li:hover {
		background-color:#d5cda5;
		color:#3d3d3d;
	}
	.nav_mobile nav ul.section_menu li .children {
		background:#d5cda5;
	}

.nav_mobile nav ul.userlogged_menu li .children {
    background: #3d3d3d none repeat scroll 0 0;
}

.nav_mobile nav ul.register_menu {
    background-color: #3d3d3d;
}

.nav_mobile nav ul.register_menu li {
    background-color: #3d3d3d;
}

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



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

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

.container {
    padding: 0 15px;
}
.NEWBODY .new_text {
    font-size: .6em;
    font-weight: 300;
}

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


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

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

.randomimage{
	width: 100%;
	}
a.BANNER-image{
	width: 100%;
	text-align: center;
	}


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


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

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

.section_labels{
display:none;	
	}


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