@font-face
{
    font-family: 'montserrat-medium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'montserrat-light';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'robotocondensed-light';
    src: url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'sourcesanspro-regular';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'sourcesanspro-semibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'sourcesanspro-light';
    src: url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
  --colorPrimario: #525d67;
  --colorSecundario: #FF5100;
  --colorSombra: rgba(19, 35, 47, 0.3);
  --colorFondoHeader: #444f52; /*#060708*/
  --colorFondoFooter: #2A333B;
  --colorFondoFormulario: white;
  --colorTextoPrincipal: #6E90A5;
  --colorFocus: #FF5100; /*#be3c15*/
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;                 /* Esta linea es para pegar el footer hasta abajo y que no se encime con el contenido*/
  box-sizing: border-box;       /* Esta linea es para pegar el footer hasta abajo y que no se encime con el contenido*/
}

body {
  position: relative;
  background: white;
  font-family: 'montserrat-medium';
  margin: 0px;
  padding-bottom: 149px; /*footer height*/ /* Esta linea es para pegar el footer hasta abajo y que no se encime con el contenido*/
  min-height: 100%;                       /* Esta linea es para pegar el footer hasta abajo y que no se encime con el contenido*/
}

.preload
{
	display: none;
	width: 0px;
	height: 0px;
}

#efemeridesWrapper
{
	padding: 0px;
	visibility: "hidden";
	top: -800px;
	
	position: absolute;
	right: 0px;
	background-color: #384e56;
	width: 370px;
	min-height: 150px;
	font-family: "sourcesanspro-regular";
	border: 1px solid #2c3e44;
	z-index: 3;
}

.hoyEfemerides
{
  font-size: 30px;
  line-height: 34px;
  color: #8ea1af;
}

.celebramosEfemerides
{
    font-size: 21px;
    line-height: 21px;
	color: #648597;
	margin-bottom: 10px;
}

.eventoEfemerides
{
	
	font-size: 14px;
	line-height: 16px;
	color: #b4bac6;
	margin-bottom: 15px;
}

.grupoEventoEfemerides
{
	font-size: 18px;
	line-height: 20px;
	color: #ababab;
}

a {
  text-decoration: none;
  color: var(--colorPrimario);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
a:hover {
  color: var(--colorSecundario);
}

.hidden
{
	visibility: hidden;
}

#messageText
{
	position: absolute;
	top: 0px;
	width: 100%;
	font-family: 'montserrat-medium';
	font-size: 18px;
	text-align: center;
	color: white;

	background-color: #323E48;
	padding: 13px;

	opacity: 1;
	z-index: 4;
	/*height: 0px;
	padding: 0 0 0 0;*/
	visibility: hidden;
}

#messageText img
{
	margin-right: 15px;
	margin-bottom: -8px;
}

#btn_close, #btn_closeEfemerides
{
	position: absolute;
	background-image: url("../../images/iconClose.png");
	width: 22px;
	height: 22px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.closeMessage
{
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: 7px;
	right: 7px;
	background: url("../../images/iconClose.png") top left no-repeat;
	cursor: pointer;
}

.elementoMenuActivo
{
	color: var(--colorSecundario);
}

.header100 {
  position: relative;
  background: url("../../images/headerBg.jpg") top right no-repeat;
  background-color: var(--colorFondoHeader); /**var**/
  width: 100%;
  min-width: 390px; /*495px*/
  height: 197px;
  z-index: 5;
}

.wrapperHeader
{
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	min-width: 390px; /*495px*/
	max-width: 1180px;	
	padding-top: 9px;
}

.topHeader
{
	height: 37px;
	width: 100%;
	border-bottom: 1px solid #525d67;
}

#topHeaderResponsive
{

}

.topMenuHeader
{
	position: relative;
	float: left;
	color: #525d67;
	font-family: "montserrat-medium";
	font-size: 13px;
	margin-left: 11px;
	margin-top: 7px;
}

.topMenuRedes
{
	float: right;
	margin-right: 11px;
	margin-top: 7px;
}

.topMenuRedes input {
  font-family: 'montserrat-medium';
  font-size: 14px;
  float: right;
  width: 160px;
  height: 26px;
  padding: 2px 5px 0px 8px;
  background: url("../../images/iconSearch.png") right 7px center no-repeat;
  /*background-image: none;*/
  /*border: 1px solid #899CAA;*/
  border: 0;
  color: #899CAA;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
  margin-top: -8px;
  margin-left: 15px;
}

.topMenuRedes input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'montserrat-medium';
    font-size: 14px;
    color: #899CAA;
    opacity: 1; /* Firefox */
}

.topMenuRedes input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'montserrat-medium';
    font-size: 14px;
    color: #B6C9D8;
}

.topMenuRedes input::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'montserrat-medium';
    font-size: 14px;
    color: #B6C9D8;
}

.topMenuRedes input:focus {
  outline: 0;
  border-color: var(--colorFocus);
}

#iconFacebook
{
	float: right;
	margin-top: -5px;
	margin-left: 20px;
	background: url("../../images/iconFacebook.png") top left no-repeat;
	width: 9px;
	height: 19px;
	-webkit-transition: .5s ease;
    transition: .5s ease
}

#iconFacebook:hover
{
	background: url("../../images/iconFacebookHover.png") top left no-repeat;
}

#iconTwitter
{
	float: right;
	margin-top: -5px;
	margin-left: 20px;
	background: url("../../images/iconTwitter.png") top left no-repeat;
	width: 19px;
	height: 19px;
	-webkit-transition: .5s ease;
   transition: .5s ease;
}

#iconTwitter:hover
{
	background: url("../../images/iconTwitterHover.png") top left no-repeat;
}

#iconSoundCloud
{
	float: right;
	margin-top: -5px;
	margin-left: 20px;
	background: url("../../images/iconSoundCloud.png") top left no-repeat;
	width: 25px;
	height: 19px;
	-webkit-transition: .5s ease;
    transition: .5s ease;
}

#iconSoundCloud:hover
{
	background: url("../../images/iconSoundCloudHover.png") top left no-repeat;
}

#iconGoogle
{
	float: right;
	margin-top: -5px;
	margin-left: 20px;
	background: url("../../images/iconGoogle.png") top left no-repeat;
	width: 19px;
	height: 19px;
	-webkit-transition: .5s ease;
    transition: .5s ease
}

#iconGoogle:hover
{
	background: url("../../images/iconGoogleHover.png") top left no-repeat;
}

#iconBuscar
{
	float: right;
	margin-top: -5px;
	margin-left: 20px;
	background: url("../../images/iconSearchTerm.png") top left no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	-webkit-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
}

#panelLogo
{
	margin: 0 auto;
	background: url("../../images/logoARVM.png") top left no-repeat;
	margin-top: 13px;
	width: 321px;
	height: 110px;
}

.menuHeaderWrapper {
  position: relative;
  background-color: #C8D1D7;
  width: 100%;
  min-width: 390px; /*495px*/
  min-height: 53px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 15px;
  z-index: 2;
}

#menuHeader
{
	font-family: "robotocondensed-light";
    color: #323E48;
	max-width:1200px;
	min-width: 390px; /*495px*/
	margin:0 auto;
	list-style:none;
	padding-left: 0px;
	text-align: center;
}

#menuHeader li
{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

#menuHeader a
{
	display:block;
	text-align:center;
	text-decoration:none;
	-webkit-transition: .2s ease;
    transition: .2s ease;
}

#menuHeader a:hover
{
	border-bottom: 3px solid var(--colorSecundario);
}


.bannerPrincipal
{
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	height: 470px;
}

.wrapperBannersSecundariosYTexto
{
	margin: 0 auto;
	margin-bottom: 25px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	/*min-height: 157px;*/
	height: auto;
	overflow: auto;
}

.bannerSecundario1, .bannerSecundario2, .bannerSecundario3
{
	float: right;
	margin-left: 5px;
	width: 295px;
	/*height: 154px;*/
}

.bannerSecundario1 img, .bannerSecundario2 img, .bannerSecundario3 img {
    height: auto;
    width: 100%;
}

.bannerOculto
{
	display: none;
}

.bannerVisible
{
	display: inline;
}

.textoHome
{
	float: left;
	width: 285px; /*295*/
	height: 154px;
	/*font-family: "montserrat-light";
	font-size: 16px;*/
	font-family: "sourcesanspro-regular";
	font-size: 19px;
	padding-top: 19px;
	color: #848F97;
	line-height: 25px;
}

/********************************************** Comun **************************************************************************/

.wrapperIntroPagina
{
	position: absolute;
	margin-top: 60px;
	width: 260px;
}

.tituloPagina
{
	
	color: #323E48;
	font-family: "montserrat-medium";
	font-size: 24px;
}

.tituloPaginaGrupoRadiofonico
{
	
	margin-top: -60px;
}

.titulo2aParte
{
	color: var(--colorSecundario);
}

.sepTituloPagina
{
	width: 30px;
	height: 4px;
	background-color: #425963;
	margin-top: 30px;
	margin-bottom: 30px;
}

.introPagina
{
	font-family: "sourcesanspro-semibold";
	color: var(--colorSecundario); /*color: #EC7131;*/
	font-size: 16px;
	line-height: 20px;
}


/********************************************** Privacidad **************************************************************************/

.privacidadHeader
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	height: 346px;
	border-bottom: 1px solid #d8e3ea;
}

#bannerPrivacidad {
  float: right;
  background: url("../../images/bannerPrivacidad.jpg") right top no-repeat;
  width: 894px;
  height: 345px;
}

.privacyTextWrapper
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 65px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	padding-left: 300px;
}

.privacyText
{
	color: #6E90A5;
	font-family: "sourcesanspro-semibold";
	font-size: 14px;
	text-align: justify;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

/********************************************** Premio XXVIII **************************************************************************/

.wrapperIntroPaginaPremio
{
	position: absolute;
	margin-top: 10px;
	width: 290px;
}

.sepTituloPaginaPremio
{
	width: 30px;
	height: 4px;
	background-color: #425963;
	margin-top: 20px;
	margin-bottom: 20px;
}

.premioHeader
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	height: 346px;
	border-bottom: 1px solid #d8e3ea;
}

.premioHeader3
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	height: 200px;
	border-bottom: 1px solid #d8e3ea;
}

.premioHeader4
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	height: 187px;
	border-bottom: 1px solid #d8e3ea;
}

.premioHeader5
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	height: 182px;
	border-bottom: 1px solid #d8e3ea;
}

#bannerPremio1 {
  width: 100%; /*1919px*/
  height: auto; /*663px*/
  margin-top: -15px;
  margin-bottom: -30px;
}

#bannerPremio2 {
  float: right;
  background: url("../../images/bannerPremio2.jpg") right top no-repeat;
  width: 894px;
  height: 345px;
}

#bannerPremio3 {
  float: right;
  background: url("../../images/bannerPremio3.jpg") right top no-repeat;
  width: 661px;
  height: 199px;
}

#bannerPremio4 {
  float: right;
  background: url("../../images/bannerPremio4.jpg") right top no-repeat;
  width: 661px;
  height: 186px;
}

#bannerPremio5 {
  float: right;
  background: url("../../images/bannerPremio5.jpg") right top no-repeat;
  width: 661px;
  height: 181px;
}

.premioWrapper
{
	float: left;
	width: 100%;
	color: #C1C5CC;
	font-family: "sourcesanspro-semibold";
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center;
}

.spotThumb
{
	position: relative;
	display: inline-block;
	width: 288px;
	height: 205px;
	margin-left: 5px;
	margin-right: 5px;
	/*margin-bottom: 10px;*/
	font-family: "sourcesanspro-regular";
	font-size: 14px;
	text-align: left;
	color: #6E90A5;
}

.categoriaSpotGanador
{
	font-size: 18px;
	color: var(--colorSecundario);
}

.sep1SpotGanador
{
	width: 18px;
	height: 3px;
	background-color: #323E48;
	margin-bottom: 5px;
	margin-top: 1px;
}

.sep2SpotGanador
{
	width: 100%;
	height: 1px;
	border: 1px solid #D8E2E8;
	margin-bottom: 3px;
	margin-top: 1px;
}

.premioTextWrapper
{
	display: table;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 65px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	padding-left: 300px;
}

.premioText
{
	color: #6E90A5;
	font-family: "sourcesanspro-semibold";
	font-size: 14px;
	text-align: justify;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.reproductorDeAudio1, .reproductorDeAudio2, .reproductorDeAudio3, .reproductorDeAudio4, .reproductorDeAudio5, .reproductorDeAudio6, .reproductorDeAudio7, .reproductorDeAudio8, .reproductorDeAudio9, .reproductorDeAudio10, .reproductorDeAudio11, .reproductorDeAudio12, .reproductorDeAudio13, .reproductorDeAudio14, .reproductorDeAudio15, .reproductorDeAudio16, .reproductorDeAudio17, .reproductorDeAudio18, .reproductorDeAudio19, .reproductorDeAudio20 {
	position: relative;
	margin-top: 3px;
	margin-bottom: 10px;
	width: 285px;
	height: 35px;
	border-radius: 16px;
	background-color: #eff1f2;
}

#playtoggle {
	position: absolute;
    left: 18px;
    top: 10px;
    background: url("../../images/btnPlay.png") right top no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#gutter {
	position: absolute;
	left: 52px;
    top: 15px;
    width:212px;
    height:6px;
    border-radius: 3px;
	background: #939a9f;
}

#handle {
	position: absolute;
	top: -7px;
	left: 0;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	background: url(../../images/btnHandle.png) right top no-repeat;
	cursor: pointer;
	outline: none;
}

.elementoGranJurado
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 264px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 40px;
}

.granJuradoThumb
{
	position: relative;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 264px;
	height: 264px;
}

.granJuradoThumb img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
}

.granJuradoNombre
{
	color: var(--colorSecundario);
	font-family: "sourcesanspro-semibold";
	font-size: 17px;
	text-align: left;
}

.granJuradoEmpresa
{
	color: #899CAA;
	font-family: "sourcesanspro-semibold";
	font-size: 17px;
	text-align: left;
}

.premioGaleriaWrapper
{
	display: table;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 65px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	text-align: center;
}

.elementoGaleriaPremio
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 293px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
}

.galeriaPremioThumb
{
	position: relative;
	float: none;
	margin: 0 auto;
	width: 293px;
	height: 293px;
}

.galeriaPremioThumb img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
}

/********************************************** Contacto **************************************************************************/
.contactoHeader
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	height: 335px;
	border-bottom: 1px solid #d8e3ea;
}

#bannerContacto {
  float: right;
  background: url("../../images/bannerContacto.jpg") right top no-repeat;
  width: 790px;
  height: 334px;
}

.contactoTextWrapper
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 65px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
}

.contactoText
{
	float: left;
	width: 300px;
	color: #899CAA;
	font-family: "sourcesanspro-regular";
	font-size: 14px;
}

.contactoTextDireccion
{
	margin-top: 60px;
	margin-bottom: 60px;
}

.contactoTextDireccionTitulo
{
	color: #FF5100;
}

.contactoForm
{
	float: left;
	margin-left: 112px;
	width: calc(100% - 300px - 112px);
	color: #C1C5CC;
	font-family: "sourcesanspro-semibold";
	font-size: 14px;
}

.contactoForm input {
  font-family: 'sourcesanspro-regular';
  font-size: 14px;
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px 0px 10px;
  background: none;
  background-image: none;
  border: 1px solid #C1C5CC;
  color: #899CAA;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
  margin-bottom: 23px;
}

.contactoForm textarea {
  font-family: 'sourcesanspro-regular';
  font-size: 14px;
  display: block;
  width: 100%;
  height: 115px;
  padding: 5px 10px 0px 10px;
  background: none;
  background-image: none;
  border: 1px solid #C1C5CC;
  color: #899CAA;
  border-radius: 0;
  resize: vertical;
  -webkit-transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
  margin-bottom: 23px;
}

.contactoForm input:focus, .contactoForm textarea:focus {
  outline: 0;
  border-color: var(--colorFocus);
}

#txtCorreo
{
	float: left;
	width: 388px;
}

#txtTelefono
{
	float: right;
	width: 388px;
}

.button {
  text-align: center;
  border: 0;
  outline: none;
  border-radius: 0;
  padding-top: 7px;
  padding-bottom: 4px;
  font-family: 'montserrat-medium';
  font-size: 20px;
  text-transform: uppercase;
  background: var(--colorSecundario);
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  cursor: pointer;
}

.button:hover, .button:focus {
  background: var(--colorPrimario);
}

.button-block {
  display: block;
  width: 100%;
}

#btn_send
{
	float: right;
	margin-bottom: 60px;
	width: 295px;
	padding-top: 11px;
	height: 45px;
}

#mapaContacto
{
	display: inline-block;
	width: 100%;
	height: 430px;
	margin-bottom: 0px;
}

/********************************************** Acerca de **************************************************************************/

.acercaHeader
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	height: 346px;
	border-bottom: 1px solid #d8e3ea;
}

#bannerAcerca {
  float: right;
  background: url("../../images/bannerAcerca.jpg") right top no-repeat;
  width: 894px;
  height: 345px;
}

.acercaTextWrapper
{
	display: table;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 65px;
	width: 1200px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
}

.elementoAcercaWrapper
{
	display: table;
	color: #6E90A6;
	font-family: "sourcesanspro-regular";
	font-size: 14px;
}

.subTituloAcerca
{
	font-family: "montserrat-medium";
	font-size: 23px;
	color: var(--colorSecundario);
}

.sepTextoAcerca
{
	width: 53px;
	height: 6px;
	background-color: var(--colorSecundario);
	margin-top: 23px;
	margin-bottom: 21px;
}

.textoBloqueAcerca
{
	margin-bottom: 70px;
	text-align: justify;
}

/********************************************** Socios **************************************************************************/
.sociosTextWrapper
{
	display: table;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 65px;
	width: 1200px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
}

.sociosText
{
	float: left;
	width: 300px;
	color: #899CAA;
	font-family: "sourcesanspro-regular";
	font-size: 14px;
	margin-top: 30px;
}

.sociosWrapper
{
	float: left;
	margin-left: 75px;
	width: calc(100% - 300px - 75px);
	color: #C1C5CC;
	font-family: "sourcesanspro-semibold";
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center;
}

.socioThumb
{
	position: relative;
	display: inline-block;
	width: 195px;
	height: 131px;
	/*margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;*/
}

.socioThumb img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
}

.elementoEmisoraWrapper
{
	text-align: center;
}

.elementoEmisora
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 264px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 40px;
}

.emisoraThumb
{
	position: relative;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 144px;
	height: 72px;
}

.emisoraThumb img {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin:auto;
}

.nombreEmisoraGrupo
{
	font-family: "sourcesanspro-semibold";
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: var(--colorSecundario);
}

.sepEmisoraGrupo
{
	position: relative;
	float: none;
	margin: 0 auto;
	margin-top: 4px;
	margin-bottom: 10px;
	width: 53px;
	height: 1px;
	border: 1px solid #E1E8ED;
}

.descripcionEmisoraGrupo
{
	font-family: "sourcesanspro-regular";
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	text-align: center;
	color: #6E90A6;
}


/********************************************** Grupo Radiofonico *********************************************************/
.grupoHeader
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	height: 346px;
	border-bottom: 1px solid #d8e3ea;
}

#bannerGrupo {
  float: right;
  width: 894px;
  height: 345px;
}

#bannerGrupo img {
  float: right;
  margin-top: 60px;
}

.gruposTextWrapper
{
	display: table;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 65px;
	width: 1200px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
}

.gruposWrapper
{
	float: left;
	margin-left: 375px;
	width: calc(100% - 375px);
	color: #C1C5CC;
	font-family: "sourcesanspro-semibold";
	font-size: 14px;
	margin-bottom: 30px;
}

.gruposWrapper a
{
  text-decoration: none;
  color: var(--colorSecundario);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.gruposWrapper a:hover
{
  color: var(--colorPrimario);
}

.tituloGrupo
{
	font-family: "montserrat-medium";
	font-size: 24px;
	color: #6E90A6;
	height: 38px;
}

.urlGrupo
{
	font-family: "sourcesanspro-semibold";
	font-size: 13px;
	color: var(--colorSecundario);
	height: 22px;
}

.twitterGrupo
{
	font-family: "sourcesanspro-semibold";
	font-size: 13px;
	color: var(--colorSecundario);
	background: url("../../images/iconTwitterGrupo.gif") left center no-repeat;
	height: 22px;
	padding-left: 20px;
}

.facebookGrupo
{
	font-family: "sourcesanspro-semibold";
	font-size: 13px;
	color: var(--colorSecundario);
	background: url("../../images/iconFacebookGrupo.gif") left 2px center no-repeat;
	height: 22px;
	padding-left: 20px;
}

.separadorGrupo
{
	width: 40px;
	height: 3px;
	background-color: var(--colorSecundario);
	margin-top: 25px;
	margin-bottom: 25px;
}

.descripcionGrupo
{
	font-family: "sourcesanspro-semibold";
	font-size: 13px;
	color: #6E90A6;
	text-align: justify;
}

.tituloInstalacionesGrupo
{
	font-family: "montserrat-medium";
	font-size: 15px;
	color: var(--colorSecundario);
	margin-top: 40px;
	margin-bottom: 20px;
}

.instalacionesGrupo
{
	font-family: "sourcesanspro-semibold";
	font-size: 13px;
	color: #6E90A6;
}

.tituloEjecutivosGrupo
{
	font-family: "montserrat-medium";
	font-size: 15px;
	color: var(--colorSecundario);
	margin-top: 40px;
	margin-bottom: 20px;
}

.ejecutivosGrupo
{
	font-family: "sourcesanspro-semibold";
	font-size: 13px;
	color: #6E90A6;
}

.tituloEstacionesGrupo
{
	font-family: "montserrat-medium";
	font-size: 15px;
	color: var(--colorSecundario);
	margin-top: 40px;
	margin-bottom: 20px;
}

/********************************************** campañas ***********************************************************/

#bannerCampaigns {
  float: right;
  background: url("../../images/bannerCampaigns.jpg") right top no-repeat;
  width: 894px;
  height: 345px;
}

.elementoCampaign
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 295px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 40px;
}

.campaignThumb
{
	position: relative;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 295px;
	height: 264px;
}

.campaignThumb img {
    position:absolute;
    top:0;
    bottom:7px;
    left:0;
    right: 0;
    margin:auto;
}

/********************************************** data ***********************************************************/

#bannerData {
  float: right;
  background: url("../../images/bannerData.jpg") right top no-repeat;
  width: 894px;
  height: 345px;
}

.elementoData
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 295px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 40px;
}

.dataThumb
{
	position: relative;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 295px;
	height: 264px;
}

.dataThumb img {
    position:absolute;
    top:0;
    bottom:7px;
    left:0;
    right: 0;
    margin:auto;
}

.dataThumbRelevante
{
	position: relative;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 100%;
	border-bottom: 12px solid var(--colorSecundario);
}

.dataThumbRelevante img {
    position: relative;
    bottom:-5px;
    margin:auto;
}

/********************************************** notas de radio ***********************************************************/

.notasHeader
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	height: 346px;
	border-bottom: 1px solid #d8e3ea;
}

#bannerNotas {
  float: right;
  background: url("../../images/bannerNotas.jpg") right top no-repeat;
  width: 894px;
  height: 345px;
}


.notasTextWrapper
{
	display: table;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 65px;
	width: 1200px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
}

.notasText
{
	float: left;
	width: 300px;
	color: #899CAA;
	font-family: "sourcesanspro-regular";
	font-size: 14px;
	margin-top: 30px;
}

.notasText a {
  text-decoration: none;
  color: var(--colorSecundario);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.notasText a:hover {
  color: var(--colorPrimario);
}

.notasWrapper
{
	float: left;
	margin-left: 75px;
	width: calc(100% - 300px - 75px);
	color: #C1C5CC;
	font-family: "sourcesanspro-semibold";
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center;
}

.elementoNotaWrapper
{
	display: table;
	text-align: center;
}

.elementoNota
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 264px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 40px;
}

.notaRelevante
{
	width: calc(100% - 32px);
	padding-left: 16px;
	padding-right: 16px;
}

.notaThumb
{
	position: relative;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 264px;
	height: 172px;
	border-bottom: 6px solid var(--colorSecundario);
}

.notaThumb img {
    position:absolute;
    top:0;
    bottom:7px;
    left:0;
    right: 0;
    margin:auto;
}

.notaThumbRelevante
{
	position: relative;
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 100%;
	border-bottom: 12px solid var(--colorSecundario);
}

.notaThumbRelevante img {
    position: relative;
    bottom:-5px;
    margin:auto;
}

.tituloElementoNota
{
	font-family: "sourcesanspro-regular";
	font-size: 16px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
	color: #6D90A8;
}

.fechaElementoNota
{
	font-family: "sourcesanspro-regular";
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #8FBCDF;
}

.sepElementoNota
{
	position: relative;
	float: none;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	border: 1px solid #E1E8ED;
}

.descripcionElementoNota
{
	font-family: "sourcesanspro-regular";
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	text-align: left;
	color: #7F8C96;
}

.leerMasNota
{
	float: right;
	background: url("../../images/iconLeerMas.gif") left center no-repeat;
	height: 12px;
	line-height: 14px;
	padding-left: 17px;
	width: auto;
	font-family: "sourcesanspro-regular";
	font-size: 10px;
	color: #8FBCDF;
}

.leerMasNota a, .leerMasNota a:hover, .leerMasNota:visited, .leerMasNota:active
{
	text-decoration: none;
	color: #8FBCDF;
}

.tituloNota
{
	font-family: "sourcesanspro-regular";
	font-size: 18px;
	line-height: 18px;
	margin-top: 40px;
	margin-bottom: 35px;
	width: 100%;
	text-align: left;
	color: var(--colorSecundario);
}

.wrapperBusquedaNota
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	text-align: right;
}

.wrapperBusquedaNota input
{
	font-family: 'sourcesanspro-light';
    font-size: 14px;
	margin-right: 20px;
	margin-bottom: 25px;
	width: 265px;
	height: 35px;
    padding: 5px 10px 0px 30px;
    background: url("../../images/iconSearch.png") left 7px center no-repeat;
    /*background-image: none;*/
    border: 1px solid #C1C5CC;
    color: #899CAA;
    border-radius: 0;
    -webkit-transition: border-color .25s ease, -webkit-box-shadow .25s ease;
    transition: border-color .25s ease, -webkit-box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
}

.wrapperBusquedaNota input:focus {
  outline: 0;
  border-color: var(--colorFocus);
}

/********************************************** boletines ***************************************************************/

#bannerBoletines {
  float: right;
  background: url("../../images/bannerBoletines.jpg") right top no-repeat;
  width: 894px;
  height: 345px;
}

/********************************************** glosario ***************************************************************/

#bannerGlosario {
  float: right;
  background: url("../../images/bannerGlosario.jpg") right top no-repeat;
  width: 894px;
  height: 345px;
}

.glosarioTextWrapper
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 65px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	padding-left: 300px;
}

.glosarioText
{
	color: red;
	font-family: "sourcesanspro-regular";
	font-size: 14px;
}


.glosarioText input {
  font-family: 'montserrat-medium';
  font-size: 24px;
  display: block;
  width: 100%;
  height: 46px;
  padding: 5px 10px 0px 56px;
  background: url("../../images/iconSearchTerm.png") left 7px center no-repeat;
  /*background-image: none;*/
  border: 0px;
  border-bottom: 2px solid #899CAA;
  color: #899CAA;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
  margin-bottom: 23px;
}

.glosarioText input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'montserrat-medium';
    font-size: 24px;
    color: #B6C9D8;
    opacity: 1; /* Firefox */
}

.glosarioText input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'montserrat-medium';
    font-size: 24px;
    color: #B6C9D8;
}

.glosarioText input::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'montserrat-medium';
    font-size: 24px;
    color: #B6C9D8;
}

.glosarioText input:focus {
  outline: 0;
  border-color: var(--colorFocus);
}

.indiceBusquedaTermino
{
	margin-bottom: 15px;
}

.indiceBusquedaTermino a
{
	font-family: 'montserrat-medium';
    font-size: 24px;
    color: #6E90A6;
    margin-left: 6px;
    margin-right: 6px;
}

.indiceBusquedaTermino a:hover
{
	color: var(--colorSecundario);
}

a.letraTerminoActivo
{
	color: var(--colorSecundario);
}

.letraTitulosTerminos
{
	font-family: 'montserrat-medium';
    font-size: 45px;
    line-height: 38px;
    padding-left: 4px;
    margin-top: 40px;
    margin-bottom: 18px;
	color: #6E90A6;
	width: 100%;
	border: 0px;
    border-bottom: 3px solid #B6C9D8;
}

.tituloTermino
{
	display: table-cell;
	font-family: 'montserrat-medium';
	font-size: 18px;
	color: #6E90A6;
	width: 200px;
	padding-right: 40px;
}

.descripcionTermino
{
	display: table-cell;
	font-family: 'sourcesanspro-semibold';
	font-size: 14px;
	color: #899CAA;
	width: calc(100% - 220px);
	padding-right: 20px;
	text-align: justify;
}

.sepTermino
{
	width: 100%;
	height: 1px;
	background-color: #899CAA;
	margin-top: 13px;
	margin-bottom: 13px;
}

.highlightTermino{
    background: var(--colorSecundario);
    color: white;
}


/********************************************** fortalezas ***************************************************************/

#bannerFortalezas {
  float: right;
  background: url("../../images/bannerFortalezas.jpg") right top no-repeat;
  width: 894px;
  height: 345px;
}

.fortalezasTextWrapper
{
	display: table;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 65px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
}

.fortalezasText
{
	position: relative;
	float: right;
	width: calc(100% - 300px);
	/*width: 100%;*/
	font-family: "sourcesanspro-regular";
	font-size: 14px;
}


.fortalezasText input {
  font-family: 'montserrat-medium';
  font-size: 24px;
  display: block;
  width: 100%;
  height: 46px;
  padding: 5px 10px 0px 56px;
  background: url("../../images/iconSearchTerm.png") left 7px center no-repeat;
  /*background-image: none;*/
  border: 0px;
  border-bottom: 2px solid #899CAA;
  color: #899CAA;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
  margin-bottom: 23px;
  margin-top: 60px;
}

.fortalezasText input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'montserrat-medium';
    font-size: 24px;
    color: #B6C9D8;
    opacity: 1; /* Firefox */
}

.fortalezasText input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'montserrat-medium';
    font-size: 24px;
    color: #B6C9D8;
}

.fortalezasText input::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'montserrat-medium';
    font-size: 24px;
    color: #B6C9D8;
}

.fortalezasText input:focus {
  outline: 0;
  border-color: var(--colorFocus);
}


/********************************************** historia ***************************************************************/

.historiaTextWrapper
{
	display: table;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 65px;
	max-width: 1200px;
	min-width: 390px; /*495px*/
	text-align: justify;
}

.historiaText
{
	position: relative;
	float: left;
	/*width: calc(100% - 300px);*/
	width: 100%;
	color: #6E90A5;
	font-family: "sourcesanspro-semibold";
	font-size: 14px;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}


/********************************************** Presidentes **************************************************************************/

.presidentesHeader
{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
	max-width: 1200px;
	/*min-width: 390px; /*495px*/
	height: 472px; /* 464 + 8 */
	border-bottom: 8px solid var(--colorSecundario);
}

#bannerPresidentes {
  float: right;
  width: 553px;
  height: 464px;
}

.wrapperIntroPresidentes
{
	position: absolute;
	margin-top: 0px;
	width: 610px;
}

.tituloPaginaPresidentes
{
	position: relative;
	clear: both;
	float: left;
	color: #323E48;
	font-family: "montserrat-medium";
	font-size: 24px;
}

.sepTituloPresidentes
{
	position: relative;
	clear: both;
	float: left;
	width: 30px;
	height: 4px;
	background-color: #425963;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nombreYPeriodoPresidente
{
	position: relative;
	float: right;
}

.nombrePresidente
{
	position: relative;
	float: right;
	margin-left: 30px;
	font-family: "sourcesanspro-light";
	font-size: 30px;
	line-height: 36px;
	height: 36px;
	color: var(--colorSecundario);
}

.apellidosPresidente
{
	font-family: "sourcesanspro-semibold";
}

.sepPresidenteFecha
{
	position: relative;
	clear: both;
	float: left;
	width: 34px;
	height: 7px;
	background-color: var(--colorSecundario);
	margin-top: 3px;
	margin-bottom: 2px;
}

.periodoPresidencia
{
	position: relative;
	clear: both;
	float: right;
	margin-left: 20px;
	font-family: "sourcesanspro-semibold";
	font-size: 14px;
	color: #323E48;
}

.textoIntroPresidente
{
	position: relative;
	clear: both;
	float: left;
	font-family: "sourcesanspro-semibold";
	font-size: 14px;
	color: #6E90A5;
	text-align: justify;
	margin-top: 15px;
	height: 360px;
	padding-right: 20px;
	overflow-y: scroll; 
}

.consejoDirectivoWrapper
{
	display: table;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 65px;
	width: 1200px;
	max-width: 1200px;
	/*min-width: 390px; /*495px*/
}

.tituloConsejoDirectivo
{
	font-family: "montserrat-medium";
	font-size: 25px;
	color: #425963;
	width: 150px;
}

.tituloPeriodoConsejoDirectivo
{
	font-family: "montserrat-medium";
	font-size: 25px;
	color: var(--colorSecundario);
	width: auto;
}

.sepTituloConsejoDirectivo
{
	width: 30px;
	height: 5px;
	margin-top: 7px;
	margin-bottom: 14px;
	background-color: #737c82;
}

.intro1ConsejoDirectivo
{
	font-family: "sourcesanspro-semibold";
	font-size: 17px;
	color: var(--colorSecundario);
	width: 100%;
}

.color2Intro1ConsejoDirectivo
{
	color: #F2A686;
}

.intro2ConsejoDirectivo
{
	font-family: "sourcesanspro-light";
	font-size: 15px;
	color: #737c82;
	margin-top: 9px;
	margin-bottom: 60px;
	width: 100%;
}

.columnaPuestos
{
	position: relative;
	clear: both;
	float: left;
}

.columnaConsejo
{
	position: relative;
	float: left;
	width: calc(100% - 310px);
}

.tituloPuestoConsejoDirectivo
{
	clear: both;
	float: left;
	font-family: "montserrat-light";
	font-size: 17px;
	color: #7F8C96;
	width: 290px;
	margin-top: 100px;
	margin-bottom: 150px;
	padding-bottom: 8px;
	border-bottom: 1px solid #7F8C96;
}

.puestoConsejoDirectivoWrapper
{
	float: left;
	width: 195px;
	margin-left: 3px;
	margin-right: 3px;
	height: 360px;
	padding-top: 7px;
	text-align: center;
}

.puestoElementoConsejo
{
	font-family: "montserrat-medium";
	font-size: 17px;
	color: var(--colorSecundario);
	text-align: left;
}

.sepElementoConsejo
{
	width: 30px;
	height: 2px;
	margin-top: 9px;
	margin-bottom: 6px;
	background-color: #E0E7ED;
}

.nombreElementoConsejo
{
	font-family: "sourcesanspro-semibold";
	font-size: 15px;
	color: #4A5B64;
	text-align: left;
}

.grupoElementoConsejo
{
	font-family: "sourcesanspro-regular";
	font-size: 15px;
	color: #8CB9DD;
	text-align: left;
}


.tituloStaffOperativo
{
	clear: both;
	float: left;
	font-family: "montserrat-medium";
	font-size: 25px;
	color: #425963;
}

.tituloStaffOperativo2
{
	clear: both;
	float: left;
	font-family: "montserrat-medium";
	font-size: 25px;
	color: var(--colorSecundario);
}

.sepTituloStaffOperativo
{
	clear: both;
	float: left;
	width: 30px;
	height: 5px;
	margin-top: 7px;
	margin-bottom: 14px;
	background-color: #737c82;
}

.introStaffOperativo
{
	clear: both;
	float: left;
	font-family: "sourcesanspro-semibold";
	font-size: 17px;
	color: var(--colorSecundario);
}

.nombreStaffOperativo
{
	clear: both;
	float: left;
	font-family: "montserrat-medium";
	font-size: 17px;
	color: var(--colorSecundario);
	margin-top: 34px;
	margin-bottom: 3px;
}

.puestoStaffOperativo
{
	clear: both;
	float: left;
	font-family: "sourcesanspro-light";
	font-size: 15px;
	color: #4A5B64;
}

.sep1StaffOperativo
{
	clear: both;
	float: left;
	width: 75px;
	height: 2px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 7px;
	background-color: #E0E7ED;
}

.descripcionStaffOperativo
{
	clear: both;
	float: left;
	font-family: "sourcesanspro-regular";
	font-size: 15px;
	color: #7F8C96;
	text-align: justify;
}

.sep2StaffOperativo
{
	clear: both;
	float: left;
	margin: 15%;
	width: 85%;
	height: 2px;
	margin-top: 11px;
	margin-bottom: 14px;
	background-color: #E0E7ED;
}

/************************************************************************************************************************/
#subMenuAcerca
{
	max-width:1200px;
	min-width: 390px; /*495px*/
	margin:0 auto;
	margin-top: 45px;
	list-style:none;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

#subMenuAcerca li
{
	font-family: "sourcesanspro-regular";
    font-size: 18px;
    color: var(--colorSecundario);
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

#subMenuAcerca li a
{
	display:block;
	text-align:center;
	text-decoration:none;
	color: var(--colorSecundario);
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

#subMenuAcerca li a:hover
{
	color: var(--colorPrimario);
}

.elementoSubMenuAcercaActivo
{
	border-bottom: 3px solid var(--colorSecundario);
	line-height: 16px;
}

.footerForm {
  background: url("../../images/footerBg.jpg") center top no-repeat;
  background-color: var(--colorFondoFooter);
  min-width: 390px; /*495px*/
  height: 149px; /*+25delfooterbottom*/
  /*margin-top: 40px;*/
  position: absolute;       /* Esta linea es para pegar el footer hasta abajo y que no se encime con el contenido*/
  width: 100%;              /* Esta linea es para pegar el footer hasta abajo y que no se encime con el contenido*/ 
  bottom: 0px;              /* Esta linea es para pegar el footer hasta abajo y que no se encime con el contenido*/
}

.wrapperFooter
{
	margin-left: auto;
	margin-right: auto;
	width: auto;
	min-width: 390px; /*495px*/
	max-width: 1180px;
}

.mailTelFooter
{
	background: url("../../images/sep2.gif") left top no-repeat;
	float: left;
	width: 106px;
	margin-left: 20px;
	margin-top: 30px;
	padding-top: 16px;
	font-size: 21px;
	text-align: left;
}

.rojo
{
	border: 1px solid red;
}

.visible
{
	display: block;	
}

.oculto
{
	display: none;
}

.float_left
{
	float: left;
}

.direccionFooter
{
	background: url("../../images/sep2.gif") center top no-repeat;
	float: left;
	margin-top: 30px;
	padding-top: 15px;
	width: calc(100% - 106px - 186px - 20px - 20px);
	font-family: 'sourcesanspro-regular';
	font-size: 15px;
	line-height: 20px;
	color: #648597;
	text-align: center;
}

.direccionFooterParte2
{
	color: #8ea1af;
	font-size: 13px;
}

#logoFooter
{
	float: right;
	background: url("../../images/logoFooter.png") top left no-repeat;
	width: 186px;
	height: 64px;
	margin-right: 20px;
	margin-top: 40px;
}

.footerBottom {
  position: absolute;
  top: 124px;
  background-color: #1F252B;
  width: 100%;
  min-width: 390px; /*495px*/
  height: 25px;
}

.footerCopy {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-top: 7px;
  font-family: "sourcesanspro-regular";
  font-size: 9px;
  color: #42515E; 
}

.footerAviso {
  position: relative;
  float: right;
  margin-right: 20px;
  margin-top: 5px;
  font-family: "sourcesanspro-regular";
  font-size: 11px;
  color: #687F94;
}

.footerAviso a
{
	color: #687F94;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.footerAviso a:hover {
  color: var(--colorSecundario);
}


/************************* Responsivo *************************/
@media only screen and (max-width : 880px) /*MENU RESPONSIVO*/
{
.topHeader
{
	height: 54px; /*37*/
	height: 37px; /*37*/
	width: 100%;
	border-bottom: 1px solid #525d67;
}

.topMenuHeader
{
	display: none;
}

.topMenuRedes
{
	position: absolute;
	right: 0px;
	top: 28px; /*9*/
	top: 9px; /*9*/
}

.menuHeaderWrapper {
  display: none;
}

#menuHeader
{
	display: none;
}

.bannerPrincipal
{
	margin-top: 15px;
}
	
.menu-toggle {
	height: 23px;
	position: absolute;
	left: 15px;
	top: -83px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 90px auto;
	width: 35px;
}

.menu-toggle i,
.menu-toggle i:after,
.menu-toggle i:before {
	display: block;
	position: absolute;
	height: 3px;
	width: 35px;
	right: 0;
	background: #999;
	border-radius: 2px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.menu-toggle i:after,
.menu-toggle i:before {
	content: '';
}
.menu-toggle i:after {
	top: 20px;
}
.menu-toggle i:before {
	top: 10px;
}

.menu-toggle.open i:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}
.menu-toggle.open i:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}

.menu-toggle.open i {
	width: 0px;
}

#topHeaderResponsive
{
   position: absolute;
   width: 100%;
   left: 0px;
   top:37px;
   padding-bottom: 5px;
   background-color: rgba(0, 0, 0, 0.8);
   border-bottom: 1px solid #525d67;
   z-index: 10;
}

#topHeaderResponsive ul
{
   list-style-type: none;
}

}

@media only screen and (max-width : 675px) /*Smaller*/
{
#panelLogo
{
	margin: 0 auto;
	background: url("../../images/logoARVM.png") top left no-repeat;
	margin-top: 30px;
	width: 321px;
	height: 110px;
}

.columnaPuestos
{
	position: relative;
	float: left;
	height: 55px;
	width: 90%;
}

.columnaConsejo
{
	position: relative;
	clear: both;
	float: none;
	margin: 0 auto;
	width: 200px;
}

.tituloPuestoConsejoDirectivo
{
	margin-top: 0px;
	width: 100%;
}

.puestoConsejoDirectivoWrapper
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

.consejoDirectivoWrapper
{
	width: 90%;
	margin-left: 5%;
}

.tituloTermino
{
    display: table;
	width: 100%;
}

.descripcionTermino
{
	width: 100%;
}

.presidentesHeader
{
	position: relative;
	width: 90%;
	margin-left: 5%;
	height: 700px;
}

#bannerPresidentes {
  float: right;
  width: 265px;
  height: 222px; /*464*/
}

.wrapperIntroPresidentes
{
	width: 100%;
	height: auto;
}

.nombreYPeriodoPresidente
{
	clear: both;
	float: left;
}

.nombrePresidente
{
	margin-top: 45px;
	margin-left: 0px;
}

.apellidosPresidente
{
	position: absolute;
	left: 0px;
	top: 35px;
}

.periodoPresidencia
{
	position: absolute;
	left: -20px;
	top: 147px;
}

.sepTituloPresidentes
{
	position: absolute;
	top: 55px;
}

.textoIntroPresidente
{
	position: relative;
	margin-top: 90px;
	width: 100%;
	height: 450px;
}

#carouselPresidentes .owl-dots{
  left: 5%;
  right: 5%;
  top: 760px;
}

}

/*@media only screen and (min-width : 676px) and (max-width : 768px) /*Small*/
@media only screen and (max-width : 768px) /*Small*/
{
.tituloPaginaGrupoRadiofonico
{
	margin-top: -30px;
}	

/*.menuHeaderWrapper {
  min-height: 76px;
}*/
	
.direccionFooter
{
	background: url("../../images/sep2.gif") right 20px top no-repeat;
	float: right;
	margin-top: 30px;
	padding-right: 20px;
	width: calc(100% - 106px - 20px - 20px);
	line-height: 20px;
	text-align: right;
}

#logoFooter
{
	display: none;
}

.bannerPrincipal
{
	width: 95%;
	height: auto;
	margin-bottom: 0px;
}

.wrapperBannersSecundariosYTexto
{
	width: 95%;
	margin-bottom: 20px;
	height: auto;
}

.bannerSecundarioResponsivo1, .bannerSecundarioResponsivo2, .bannerSecundarioResponsivo3
{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
}

.textoHome
{
	float: none;
	margin: 0 auto;
	width: 95%;
	height: auto;
	margin-bottom: 30px;
}



.privacidadHeader
{
	border-bottom: 0px;
	clear: both;
}

#bannerPrivacidad
{
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 38.59%; /*Alto entre ancho de la imagen de fondo*/
}

.wrapperIntroPagina
{
	position: relative;
	float: left;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}

.wrapperIntroPaginaPremio
{
	position: relative;
	float: left;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}

.privacyTextWrapper
{
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.privacyText
{
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}




.contactoHeader
{
	border-bottom: 0px;
	clear: both;
}

#bannerContacto
{
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 42.28%; /*Alto entre ancho de la imagen de fondo*/
}

.contactoText
{
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-bottom: 30px;
}

.contactoForm
{
	width: 90%;
	margin-left: 5%;
}

#txtCorreo, #txtTelefono
{
	width: 100%;
}

.sociosText
{
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-bottom: 30px;
}

.sociosTextWrapper
{
	width: auto;	
}

.sociosWrapper
{
	width: 90%;
	margin-left: 5%;
}

.grupoHeader
{
	margin-top: 0px;
	border: 0px;
}

#bannerGrupo {
   position: relative;
   float: none;
   width: 90%;
   margin: 0 auto;
   height: auto;
}

.gruposTextWrapper
{
	width: auto;	
}

.gruposWrapper
{
	width: 90%;
	margin-left: 5%;
}


.notasHeader
{
	border-bottom: 0px;
	clear: both;
}

#bannerNotas, #bannerData, #bannerCampaigns
{
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 38.59%; /*Alto entre ancho de la imagen de fondo*/
}

.notasText
{
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-bottom: 30px;
}

.notasTextWrapper
{
	width: auto;	
}

.notasWrapper
{
	width: 90%;
	margin-left: 5%;
}



.acercaHeader, .premioHeader, .premioHeader3, .premioHeader4, .premioHeader5
{
	border-bottom: 0px;
	clear: both;
}

#bannerAcerca, #bannerFortalezas, #bannerGlosario
{
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 38.59%; /*Alto entre ancho de la imagen de fondo*/
}

.acercaText
{
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-bottom: 30px;
}

.acercaTextWrapper
{
	width: auto;	
}

.elementoAcercaWrapper
{
	width: 90%;
	margin-left: 5%;
	margin-bottom: 30px;
}



.glosarioTextWrapper
{
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.fortalezasTextWrapper
{
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.fortalezasText
{
	width: 90%;
	margin-left: 5%;
	margin-bottom: 30px;
}

.historiaTextWrapper
{
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.historiaText
{
	width: 95%;
	margin-bottom: 30px;
	
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.consejoDirectivoWrapper
{
	width: 90%;
	margin-left: 5%;
}



.presidentesHeader
{
	position: relative;
	width: 90%;
	margin-left: 5%;
	height: 700px;
}

#bannerPresidentes {
  float: right;
  width: 265px;
  height: 222px; /*464*/
}

.wrapperIntroPresidentes
{
	width: 100%;
	height: auto;
}

.nombreYPeriodoPresidente
{
	clear: both;
	float: left;
}

.nombrePresidente
{
	margin-top: 45px;
	margin-left: 0px;
}

.apellidosPresidente
{
	position: absolute;
	left: 0px;
	top: 35px;
}

.periodoPresidencia
{
	position: absolute;
	left: -20px;
	top: 147px;
}

.sepTituloPresidentes
{
	position: absolute;
	top: 55px;
}

.textoIntroPresidente
{
	position: relative;
	margin-top: 90px;
	width: 100%;
	height: 450px;
}

#carouselPresidentes .owl-dots{
  left: 5%;
  right: 5%;
  top: 760px;
}

#bannerPremio2
{
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 38.59%; /*Alto entre ancho de la imagen de fondo*/
}

#bannerPremio3
{
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 38.59%; /*Alto entre ancho de la imagen de fondo*/
}

#bannerPremio4
{
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 38.59%; /*Alto entre ancho de la imagen de fondo*/
}

#bannerPremio5
{
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 38.59%; /*Alto entre ancho de la imagen de fondo*/
}

.premioTextWrapper
{
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.sociosWrapper
{
	width: 90%;
	margin-left: 5%;
}

.premioText
{
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

}

@media only screen and (min-width : 769px) and (max-width : 1225px) /*Medium 991*/ 
{
.tituloPaginaGrupoRadiofonico
{
	margin-top: -30px;
}	

.bannerPrincipal
{
	width: 95%;
	height: auto;
	margin-bottom: 0px;
}

.wrapperBannersSecundariosYTexto
{
	width: 95%;
	margin-bottom: 20px;
	height: auto;
}

.bannerSecundario3
{
	margin-left: 0;
	margin-right: 0.5%;
	width: 32.66%;
}

.bannerSecundario2
{
	margin-left: 0.5%;
	margin-right: 0.5%;
	width: 32.66%;
}

.bannerSecundario1
{
	margin-left: 0.5%;
	margin-right: 0;
	width: 32.66%;
}

.textoHome
{
	float: none;
	margin: 0 auto;
	width: 95%;
	height: auto;
	margin-bottom: 30px;
}




.privacidadHeader
{
	border-bottom: 0px;
	clear: both;
}

#bannerPrivacidad {
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 38.59%; /*Alto entre ancho de la imagen de fondo*/
}

.wrapperIntroPagina
{
	position: relative;
	float: left;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}

.wrapperIntroPaginaPremio
{
	position: relative;
	float: left;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}

.privacyTextWrapper
{
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.privacyText
{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}



.contactoHeader
{
	border-bottom: 0px;
	clear: both;
}

#bannerContacto {
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 42.28%; /*Alto entre ancho de la imagen de fondo*/
}

.contactoText
{
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-bottom: 30px;
}

.contactoForm
{
	width: 90%;
	margin-left: 5%;
}

#txtCorreo, #txtTelefono
{
	width: 100%;
}

.sociosText
{
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-bottom: 30px;
}

.sociosTextWrapper
{
	width: auto;	
}

.sociosWrapper
{
	width: 90%;
	margin-left: 5%;
}

.grupoHeader
{
	margin-top: 0px;
	border: 0px;
}

#bannerGrupo {
   position: relative;
   float: none;
   width: 90%;
   margin: 0 auto;
   height: auto;
}

.gruposTextWrapper
{
	width: auto;	
}

.gruposWrapper
{
	width: 90%;
	margin-left: 5%;
}



.notasHeader
{
	border-bottom: 0px;
	clear: both;
}

#bannerNotas, #bannerData, #bannerCampaigns {
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 38.59%; /*Alto entre ancho de la imagen de fondo*/
}

.notasText
{
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-bottom: 30px;
}

.notasTextWrapper
{
	width: auto;	
}

.notasWrapper
{
	width: 90%;
	margin-left: 5%;
}



.acercaHeader
{
	border-bottom: 0px;
	clear: both;
}

#bannerAcerca, #bannerFortalezas, #bannerGlosario {
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 38.59%; /*Alto entre ancho de la imagen de fondo*/
}

.acercaText
{
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-bottom: 30px;
}

.acercaTextWrapper
{
	width: auto;	
}

.elementoAcercaWrapper
{
	width: 90%;
	margin-left: 5%;
	margin-bottom: 30px;
}

.glosarioTextWrapper
{
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.fortalezasTextWrapper
{
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.fortalezasText
{
	width: 90%;
	margin-left: 5%;
	margin-bottom: 30px;
}

.historiaTextWrapper
{
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.historiaText
{
	width: 95%;
	margin-bottom: 30px;
	
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.consejoDirectivoWrapper
{
	width: 90%;
	margin-left: 5%;
}



.presidentesHeader
{
	position: relative;
	width: 90%;
	margin-left: 5%;
	height: 700px;
}

#bannerPresidentes {
  float: right;
  width: 358px;
  height: 300px; /*222*/
}

.wrapperIntroPresidentes
{
	width: 100%;
	height: auto;
}

.nombreYPeriodoPresidente
{
	clear: both;
	float: left;
}

.nombrePresidente
{
	margin-top: 123px; /* + 78px */
	margin-left: 0px;
}

.apellidosPresidente
{
	position: absolute;
	left: 0px;
	top: 35px;
}

.periodoPresidencia
{
	position: absolute;
	left: -20px;
	top: 225px; /* + 78px */
}

.sepTituloPresidentes
{
	position: absolute;
	top: 55px;
}

.textoIntroPresidente
{
	position: relative;
	margin-top: 90px;
	width: 100%;
	height: 372px; /* + 78px */
}

#carouselPresidentes .owl-dots{
  left: 5%;
  right: 5%;
  top: 760px;
}


#bannerPrivacidad
{
   position: relative;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
   width: 95%;
   height: 0;
   padding-top: 38.59%; /*Alto entre ancho de la imagen de fondo*/
}


.premioTextWrapper
{
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
}

.sociosWrapper
{
	width: 90%;
	margin-left: 5%;
}

.premioText
{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

}

@media only screen and (min-width : 1226px) /*Large*/
{


}