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

/* *************************************************************** 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: 15px;
}
.mobilelogo a img {
    height: auto;
    max-width: 100%;
    width: 67%;
}

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

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

.WRITTERS .autor {
/*   height: 210px;*/
    width: 49%;
}


.SERVICEGUIDE .block{
 max-width: 243px;	
	}
.NEWBODY.FULLSCREEN {
    float: left;
    margin: 15px 0;
    padding: 0;
    width: 98%;
}

.CONTENT_body {
    margin: 20px 0 15px;
}
.NEW_wrapper {
    margin: 20px 0 0;
}
/* ** */
} /*  end 1001px */
/* ** */


/* ********************************************************************************************************************************************************** */
/** /** tablets con ancho 800px */
/* ********************************************************************************************************************************************************** */

@media (min-width: 800px) and (max-width: 990px) {


.WRITTERS .autor {

    height: 210px;
    width: 100%;

}
.WRITTERS .autor .avatar{
	width: 75px;
	}

}

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

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

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

.NEWSITEMCOLUMNS .layout_full .block {
    width: auto !important;
}
.SERVICEGUIDE .block{
 max-width: 232px;	
	}

.NEWBODY .news_related_manual ul li{
min-height: 210px;
}
/* ** */
} /* end 768 */
/* *** */


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

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

.WRITTERS .autor {
    height: 255px;
    width: 49%;
}

.NEWSITEM .titleblock h3{
  font-size: 1em;	
	}


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


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

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

.WRITTERS .autor {
    height: auto;
    width: 100%;
}


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