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

/* *************************************************************** RESPONSIVE CUSTOM STYLES ************************************************************************************** */

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

.langflags {
  width: auto;
  float: left;
  position: relative;
}
.langflags a.glink{
	margin:0 0 0 10px;
	}
.langflags a.glink img{
	width: 27px;
	max-width: 32px;
	}


/* ** */
} /* end 1024 */
/* *** */


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

.mobilelogo {
  display: block;
  left: 22px;
  position: absolute;
  top: 9px;
  width: 107px;
}

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

.nav_mobile nav ul.section_menu li:hover {
    background: #c01f2e none repeat scroll 0 0;
}

.nav_mobile nav ul.section_menu li .children {
    background: #707070 none repeat scroll 0 0;
}
.nav_mobile nav ul.register_menu {
    background-color: #c01f2e;
}
.nav_mobile nav ul.register_menu li {
    background-color: transparent;
}
.nav_mobile nav ul.register_menu li:hover {
    background: #222 none repeat scroll 0 0;
}
.nav_mobile nav ul.pages_menu li:hover {
    background: #c01f2e none repeat scroll 0 0;
}
.social-login span {
    padding-right: 1%;
}
.nav_mobile nav ul.userlogged_menu {
    background-color: #c01f2e;
    color: #222;
}
.nav_mobile nav ul.userlogged_menu li .children {
    background: #222 none repeat scroll 0 0;
}

.nav_mobile nav ul.userlogged_menu li:hover {
    background-color: #c01f2e;
    color: #fff;
}
#nav-fep-2 span {
  background: #c01f2e;
}

.nav_mobile .gtranlatemobilebox{
display: block;
position: absolute;
top: 18px;
right: 75px;
height: 80px;
	}

.nav_mobile .gtranlatemobilebox a.glink{
	margin: 0 0 0 10px;
	}
.nav_mobile .gtranlatemobilebox a.glink img{
}

  .nav_mobile nav .social_menu .socialicons .twitter {
    width: 44px;
    height: auto;
    border-radius: 7px;
    margin-top: 9px;
    font-size: 1.2em;
  }

} /**end  1001*/


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

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

}



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

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

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


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


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

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

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

.NEWBODY .introfirm .signature {
    font-size: 0.5em;
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
}


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

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

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




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