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

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

.mobilelogo {
    top: 5px;
}

	.nav_mobile {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #b73537 0px, #b73537 50%, #b73537 100%) repeat scroll 0 0;
	}
	.nav_mobile nav {
		background: #000 none repeat scroll 0 0;
	}
	.nav_mobile nav ul.userlogged_menu {
		background-color: #b73537;
		color:#fff;
	}
	.nav_mobile nav ul.section_menu li:hover {
		background:#b73537;
	}
	.nav_mobile nav ul.pages_menu li:hover {
		background:#b73537;
	}
	.nav_mobile nav ul.userlogged_menu li:hover {
		background-color:#b73537;
		color:#fff;
	}
	.nav_mobile nav ul.section_menu li .children {
		background:#c96869;
	}
	.nav_mobile nav ul.register_menu li:hover {
		background: #c96869 none repeat scroll 0 0;
	}

	.nav_mobile nav ul.register_menu {
		background-color: #c96869;
	}
	.nav_mobile nav ul.register_menu li {
		background-color: #c96869;
	}
	.nav_mobile nav ul.userlogged_menu li .children {
		background: #011826 none repeat scroll 0 0;
	}
	.nav_mobile nav ul.userlogged_menu li .children {
		background: #000 none repeat scroll 0 0;
	}

.BANNER_COLUMN.cover {
    margin: 0 0 5px 5px;
    max-width: 215px;
    width: 100%;
}

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



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

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


.NEWBODY.FULLSCREEN {
    margin: 15px 0;
    padding: 0;
    width: 100%;
}
.WRITTERS .autor {
    width: 100%;
}

.BANNER_COLUMN.cover {
    margin: 0 0 5px 5px;
    max-width: 100%;
    width: 100%;
}
.CONTENT_COLUMN.cover {
    max-width: 100%;
    width: 100%;
}

.BANNER_COLUMN .baterybanner{
 width: 49%;	
	}

.BANNER_COLUMN .NEWSITEMROWS {
 width: 49% !important;	
	}

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


.BANNER_COLUMN .NEWSITEMROWS {
 width: 100% !important;	
	}

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

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

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

.CONTENT_COLUMN.SECTION_ROWS .newssection .newimage {
    width: 100%;
}
.CONTENT_COLUMN.SECTION_ROWS .newssection .newsbody {
    width: 100%;
}


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

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

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




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