/* versiÃ³n 4 - Febrero 2014 */
/*-----------------------------*/
/*         Genericas          */
/*---------------------------*/
a.ancla {
	display    : block;
	position   : relative;
	top        : -150px;
	visibility : hidden;
}
.marge-aviso{
	padding: 15px;
}
.margen-m{
	margin: 15px;
}
.margen-md{
	margin: 30px;
}
#txtAreaNO {
    display: block;
}
.error {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #E41992 !important;
  font-weight: normal !important;
}
.validacion {
  color: #a94442;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
  display: none;
}
.triangulo {
	border-color      : transparent transparent transparent #AD6A4D;
	border-style      : solid;
	-webkit-transform : rotate(26deg);
	-moz-transform    : rotate(26deg);
	border-width      : 21px 11px 5px 11px;
	height            : 0;
	width             : 0;
	position          : absolute;
	left              : -7px;
	top               : 4px;
}
.desaparece{
	display: none !important;
}
.navbar-collapse {
  max-height: 100%;
}
.tab-bar{
	display: none;
}
.margeneSuperior{
	margin-top : 60px;
}
.margenInferior{
	margin-bottom: 35px;
}
.paddingSuperior{
	padding-top: 10px;
}
.paddingIzquierdo{
	padding-left: 13px;
}
.paddingIzquierdoCero{
	padding-left: 0;
}
.tab-vertical tr th:nth-child(1)  {
    vertical-align: middle;
}

/*.contenido ul li{
	margin-bottom: 10px;
}*/
/*Modificacion de tab pane en resultados OPL 21-08-14*/
.tab-content > .active {
	display          : block;
	background-color : #efefef;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor              : default;
    background-color    : #efefef;
    border              : 1px solid #ddd;
    border-bottom-color : transparent;
    text-decoration     : none;
    font-weight         : bold;
}
/******************************************************/
.sinPadding h6{
	margin       : 0;
	font-size    : 14px;
	padding-left : 10px;
}
.sinPadding h4{
	margin       : 2px 0 0 0;
	padding-left : 10px;
	font-size    : 22px;
}
.iconos{
	padding-right : 10px;
	font-size     : 24px;
	padding-right : 10px;
	display       :inline;
}
.icono-sm{
	font-size: 30px;
}
.carrusel-compacto a:hover, a:focus {
	color: black;
}
#toolbar {
	position : absolute;
	display  : none;
}
.semana h3, .dias h3{
	line-height: 2;
}
.espacioFixed{
	padding-top: 140px;
}
.opacidad{
	opacity: 0.6;
}
.opacidad:hover{
	opacity: 1;
}
.par {
	background-color : #efefef;
	margin           : 10px;
	padding          : 10px;
}
.par .hrpar {
	border           : 1px solid rgb(255, 255, 255);
}
.impar {
	border           : 1px solid #ccc;
	margin           : 10px;
	padding          : 10px;
}
.impar .hrimpar {
	border           : 1px solid #efefef;
}
.fondo-Normatividad{
	background-color : #f7eddf;
}
.padding-Normatividad{
	padding-top      : 10px;
	padding-bottom   : 15px;
}
.izquierdo {
	text-align       : left;
	color            : #872033;
	font-size        : 24px !important;
}
img{
	max-width: 100%;
}
.SeccionActiva{
	background: #7a1a26;
}

@media only screen and (max-width: 640px) {
	.tab-bar{
		display: block;
	}
	#toolbar {
		display: block;
	}
	.fixedMovil{
		display          : block;
		position         : fixed;
		z-index          : 12;
		background-color : #EAEAEA;
		border           : 1px solid rgb(208, 208, 208);
		width            : 100%;
		box-shadow       : 0px 2px 3px 0px;
		height           : 3rem;
		color            : #000;
	}
	.contenidoColor{
		background-color : #FFF;
		padding-top      : 4.2rem;
	}
	.bordeSuperior{
		padding-top: 4rem;
	}
}

header{
	position   : fixed;
	z-index    : 92;
	width      : 100%;
	background : #FFF;
	box-shadow : 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
}

.bgColor01 {
	background : #642627;
}
.bgColor02{
	background : #47304e;
}
.bgColor03{
	background : #20494B;
}

.bgColor04{
	background : #81425D;
}



.btn-color01{
	background : #ac1f53;
	color      : #FFF;
	border     : 1px solid #fff;
}
	.btn-color01:hover{
		background : #E83476;
		color      : #FFF;
	}

.btn-color02{
	border     : 1px solid #DECD9E;
	background : #B28D57;
	color      : #FFF;
}
	.btn-color02:hover{
		background: #F2BE72;
		color: #FFF;
		border: 1px solid #fff;
	}


.btn-color04{
	border     : 1px solid #DECD9E;
	background : #AD7F29;
	color      : #FFF;
}

	.btn-color04:hover{
		background: #E6E6E6;
		color: #D5007F;
		border: 1px solid #D5007F;
	}



.hover-trans-bg {
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition   : background-color 300ms ease-out;
	-webkit-transition: background-color 300ms ease-out;
	-o-transition     : background-color 300ms ease-out;


}

.hover-trans-bg:hover {
	-webkit-transition : background-color 300ms ease-out;
	-moz-transition    : background-color 300ms ease-out;
	-webkit-transition : background-color 300ms ease-out;
	-o-transition      : background-color 300ms ease-out;
}

.link-white {
	color: #FFF;
}






/*----------------------------------------*/
/*         Barra de Herramientas          */
/*----------------------------------------*/
.navbar{
	margin-bottom : 0;
	border        : none;
	background    : #dddddd;
}
.navbar-nav {
	margin :0px 0;
}
.herramientas{
	background :#dddddd;
}
.herramientas .btn-default{
	color              : #FFF;
	background         : #ac1f53;
	border-color       : #ac1f53;
	-webkit-transition : background-color 300ms ease-out;
	position           : relative;
	left               : 15px;
	text-shadow        : none;
}
.herramientas .btn-default:hover{
	background-color   : #E83476;
	-webkit-transition : background-color 300ms ease-out;
}
.navbar-default .navbar-nav > li > a{
	color: #2d2828;
}
.herramientas form input{
	border-radius: 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	background : #2d2828;
	color      : #FFF;
}
/* herramientas colapsadas */
.herramientasIconos{
	margin:10px;
}
.herramientasIconos a{
	color           : #000;
	padding-left    : 25px;
	padding-right   : 10px;
	margin          : 10px;
	text-decoration : none;
}
.herramientasIconos a:hover{
	color: #E83476;
}






/*----------------------*/
/*         MenÃº         */
/*----------------------*/
.logoINE{
	width         : 161px;
	padding-top   : 12px;
	margin-bottom : 5px;
}
.menu li a{
	padding       : 15px 0 4px 0;
	color         : #7a1a26;
	border-radius : inherit;
}
.menu li a p{
	margin      : 10px 10px 0 10px;
	font-size   : 17px;
	font-family : helvetica;
}
.menu hr {
	margin-top    : 21px;
	margin-bottom : 0px;
	border-top    : 1px solid #FFF;
}
.menu .nav > li > a:hover{
	background : #7a1a26;
	color      : #FFF;
}

/*!
 * Yamm!3 - megamenu for Bootstrap 3
 *
 * Licensed under the MIT license
 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position : static;
}
.yamm .container {
	position : relative;
}
.yamm .dropdown-menu {
	left : auto;
}
.yamm .yamm-content {
	padding : 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left  : 0;
	right : 0;
}

/*Para Modificar el Aspecto del Big-Menu*/
.nav-pills > li.active > a {
    background-color : #7a1a26;
}
.nav-pills>li.active>a:focus {
	background-color  :#7a1a26;
}
.dropdown-menu {
	position           : absolute;
	top                : 100%;
	left               : 0;
	z-index            : 1000;
	display            : none;
	float              : left;
	min-width          : 160px;
	padding            : 5px 0;
	margin             : 0px 0 0;
	font-size          : 14px;
	list-style         : none;
	background-color   : #fff;
	background-clip    : padding-box;
	border             : 1px solid #ccc;
	border-radius      : 0px;
	-webkit-box-shadow : 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow         : 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu ul li {
	list-style-type : none;
	padding-top     : 6px;
	padding-bottom  : 13px;
	padding-left    : 12px;
}
.dropdown-menu li li:hover {
	background: #dddddd;
	color: white;
}
.dropdown-menu li li a p{
	color: #2d2828;
}
.dropdown-menu li li:hover a {
	color: #2d2828;
	text-decoration: none;
}
.yamm ul {
	padding-left : 0px;
}
.yamm .dropdown-menu {
	background-color: #eee;
}




/*-----------------------*/
/* Credencial para Votar */
/*-----------------------*/
.credencial {
	background-image    : url('../../img/sin_recorte.png');
	background-repeat   : no-repeat;
	background-position : right -75px;
	border              : 2px solid #f1e6d5;
	background-color    : rgb(254, 254, 254);
	margin-top       : 35px;
	-webkit-transition  : background-color 300ms ease-out;
}
.credencial h2 {
	color      : #7a1a26;
	font-family: helvetica;
	font-weight: bold;
	padding    : 5px 25px;
	font-size  : 31px;
	margin     : 0;
	text-shadow: 0px 2px 1px #FFF;
}
.credencial a{
	color: #7a1a26;
}

/*-----------------------*/
/* Credencial para Votar extranjero */
/*-----------------------*/
.CredencialExtranjero {
	background-image    : url('../../img/credencial_extranjero.png');
	background-color: #ffffff;
	background-repeat   : no-repeat;
	border              : 2px solid #f1e6d5;
	margin-top       : 35px;
	-webkit-transition  : background-color 300ms ease-out;
}
.CredencialExtranjero h2 {
	color      : #ac1f53;
	font-family: helvetica;
	font-weight: normal;
	padding    : 5px 25px;
	font-size  : 31px;
	margin     : 0;
	text-shadow: 0px 0px 1px #000;
}
.CredencialExtranjero a{
	color: #ac1f53;
}

/*-----------------------*/
/* Credencial para Votar 12 Columnas */
/*-----------------------*/
.credencialLargo {
	background-image    : url('../../img/sin_recorte.png');
	background-repeat   : no-repeat;
	background-position : right -75px;
	border              : 2px solid #f1e6d5;
	background-color    : rgb(254, 254, 254);
	margin-bottom       : 35px;
	-webkit-transition  : background-color 300ms ease-out;
}
.credencialLargo h2 {
	color      : #7a1a26;
	font-family: helvetica;
	font-weight: bold;
	padding    : 25px 25px;
	font-size  : 31px;
	margin     : 0;
	text-shadow: 0px 2px 1px #FFF;
}
.credencialLargo a{
	color: #7a1a26;
}

.elecciones2016 {
	background-image  : url('../../img/Elecciones2016.jpg');
	background-repeat : no-repeat;
	border            : 2px solid #f1e6d5;
	background-color  : rgb(254, 254, 254);
	-webkit-transition: background-color 300ms ease-out;
}
.elecciones2016 h2 {
	color      : #E6006E;
	font-family: helvetica;
	font-weight: bold;
	padding    : 12px 25px;
	font-size  : 26px;
	margin     : 0;
	text-shadow: 0px 2px 1px #FFF;
}
.elecciones2016 a{
	color: #E6006E;
}
.ubicaTuCasilla {
	background-image  : url('../../img/Bnr_UbicaCasilla.jpg');
	background-repeat : no-repeat;
	border            : 2px solid #f1e6d5;
	background-color  : rgb(254, 254, 254);
	-webkit-transition: background-color 300ms ease-out;
}
.ubicaTuCasilla h2 {
	color      : #E6006E;
	font-family: helvetica;
	font-weight: bold;
	padding    : 21px 25px;
	font-size  : 31px;
	margin     : 0;
	text-shadow: 0px 2px 1px #FFF;
}
.ubicaTuCasilla a{
	color: #E6006E;
}

.bannerEleccionUnica{
	color      : #B43975;
	background-image  : url('../../img/mapa_cdmx.png');
	background-repeat : no-repeat;
	background-position: right 20px;
    position: relative;
    background-size: 20%;
    height: 139px;
    background-position-y:45px;
}

.bannerEleccionUnica a{
	color: #B43975;
	text-decoration: underline;
}




.asamblea {
	background-image     : url('../../img/Asamblea.jpg');
	background-repeat    : no-repeat;
	background-position-x: 55px;
	border               : 2px solid #f1e6d5;
	background-color     : rgb(254, 254, 254);
	-webkit-transition   : background-color 300ms ease-out;
}
.asamblea h2 {
	color      : #20494B;
	font-family: helvetica;
	font-weight: bold;
	padding    : 11px 25px;
	font-size  : 26px;
	margin     : 0;
	text-shadow: 0px 2px 1px #FFF;
}
.asamblea a{
	color: #20494B;
}



.ubicaCasilla {
	background-image     : url('../../img/Bnr_FuncionariosCasilla.jpg');
	background-repeat    : no-repeat;
	background-position-x: 0px;
	border               : 2px solid #f1e6d5;
	background-color     : #F2DBCD;
	-webkit-transition   : background-color 300ms ease-out;
}
.ubicaCasilla h2 {
	color      : #E5007E;
	font-weight: bolder;
	padding    : 11px 27px;
	font-size  : 25px;
	margin     : 0;
}
.ubicaCasilla a{
	color: #E5007E;
}

.listaNominal a{
	color: #FFF;
}
.listaNominal{
	background-color : #C90C78;
	color            : #fff;
	text-decoration  : underline;
}
.listaNominal:hover, .listaNominal:hover a{
	background-color : #A43987;
	text-decoration  : none;
	color            : #fff;
}
.listaNominal h2{
	margin     : 0 15px 15px 15px;
	padding    : 15px;
	text-align : center;
	font-size  : 36px;
	padding    : 27px;
}

/*-----------------------*/
/*     PEF             */
/*-----------------------*/
.PEF {
	background-image     : url('/archivos2/portal/img/pef.jpg');
	background-repeat    : no-repeat;
	background-position  : left;
	background-position-y: -9px;
	border               : 2px solid #f1e6d5;
	background-color     : rgb(254, 254, 254);
	margin-top           : 35px;
	margin-bottom        : 35px;
	-webkit-transition   : background-color 300ms ease-out;
}
.PEF h2 {
	color       : #344851;
	font-family : helvetica;
	font-weight : bold;
	padding     : 10px 0 35px 0;
	font-size   : 30px;
	margin      : 0;
	text-align  : left;
	margin-left : 24%;
}
.PEF a{
	color: #344851;
}

/*PE Extraordinaria*/
.PEExt {
	background-image     : url('/archivos2/portal/img/pef_ext_2015.jpg');
	background-repeat    : no-repeat;
	background-position  : left;
	background-position-y: -18px;
	border               : 2px solid #f1e6d5;
	background-color     : #740047;
	margin-bottom        : 35px;
	-webkit-transition   : background-color 300ms ease-out;
}

.PEExt h2 {
	color       : #740047;
	font-family : helvetica;
	font-weight : bold;
	padding     : 10px 0 35px;
	font-size   : 20px;
	margin      : 0;
	text-align  : left;
	margin-left : 24%;
}
.PEExt a{
	color: #740047;
}

/*PE Extraordinaria local Colima*/
.PECol {
	background-image     : url('/archivos2/portal/img/ele_ext_gob_colima.jpg');
	background-repeat    : no-repeat;
	background-position  : left;
	background-position-y: -7px;
	border               : 2px solid #f1e6d5;
	background-color     : #303E49;
	margin-bottom        : 35px;
	margin-top           : 35px;
	-webkit-transition   : background-color 300ms ease-out;
}

.PECol h2 {
	color       : #FFF;
	font-family : helvetica;
	font-weight : bold;
	padding     : 10px 0 35px;
	font-size   : 20px;
	margin      : 0;
	text-align  : left;
	margin-left : 20%;
}
.PECol a{
	text-decoration: underline;
	color: #FFF;
}
.PECol a:hover{
	text-decoration: none;
	color: #FFF;
}

/*Ags Extraordinaria*/
.PEExt-Ags {
	border            : 2px solid #f1e6d5;
	background-color  : #FFF;
	-webkit-transition: background-color 300ms ease-out;
	margin-bottom     : 15px;
}

.PEExt-Ags h2 {
	color       : #AF0C5A;
	font-family : helvetica;
	font-weight : bold;
	padding     : 16px 0 10px;
	font-size   : 22px;
	margin      : 0;
}
.PEExt-Ags a{
	text-decoration: underline;
	color: #AF0C5A;
}
.PEExt-Ags a:hover{
	text-decoration: none;
	color: #AF0C5A;
}
/*Ags Extraordinaria cÃ³mputos*/
.computosext-Ags {
	border            : 2px solid #f1e6d5;
	background-color  : #9F0554;
	-webkit-transition: background-color 300ms ease-out;
	margin-bottom     : 15px;
}

.computosext-Ags h2 {
	color       : #FFF;
	font-family : helvetica;
	font-weight : bold;
	padding     : 26px 0 10px;
	font-size   : 32px;
	margin      : 0;
}
.computosext-Ags a{
	text-decoration: underline;
	color: #FFF;
}
.computosext-Ags a:hover{
	text-decoration: none;
	color: #AF0C5A;
}

/*Debate de colima*/
.debate-Col {
	border            : 1px solid #4a3552;
	background-color  : #FFF;
	-webkit-transition: background-color 300ms ease-out;
	margin-bottom     : 15px;
}

.debate-Col h4 {
	color       : #d90a99;
	font-family : helvetica;
	font-weight : bold;
	padding     : 8px 0 10px;
	font-size   : 22px;
	margin      : 0;
}

.debate-Col-dos {
	border            : 2px solid #4a3552;
	background-color  : #FFF;
	-webkit-transition: background-color 300ms ease-out;
	margin-bottom     : 15px;
}

.debate-Col-dos img{
	padding: 5px 5px 5px 5px;
}
.debate-Col a{
	text-decoration: underline;
	color: #d90a99;
}
.debate-Col a:hover{
	text-decoration: none;
	color: #AF0C5A;
}
.debate-Col img{
	width  : 67px;
	padding: 5px 5px 5px 10px;
}
.color-morado{
	color: #4a3552;
}

/*Colima Conteo RÃ¡pido*/
.conteo-rapido-col {
	border            : 2px solid #f1e6d5;
	background-color  : #FAFAFA;
	-webkit-transition: background-color 300ms ease-out;
	margin-bottom     : 15px;
}

.conteo-rapido-col h2 {
	color      : #CD0661;
	font-weight: bold;
	padding    : 26px 0 12px;
	font-size  : 26px;
	margin     : 0;
}
.conteo-rapido-col a{
	text-decoration: underline;
	color: #CD0661;
}
.conteo-rapido-col a:hover{
	text-decoration: none;
}
.img-conteo{
	margin: 7px 0 0 6px;
	width : 80%;
}
/*PREP Colima*/
.PREP-col {
	border            : 2px solid #f1e6d5;
	background-image     : url('/archivos2/portal/img/bk_fondo_colima.png');
	-webkit-transition: background-color 300ms ease-out;
	margin-bottom     : 15px;
}

.PREP-col h2 {
	color    : #FFF;
	padding  : 18px 0 18px;
	font-size: 20px;
	margin   : 0;
}
.PREP-col a{
	text-decoration: underline;
	color: #FFF;
}
.PREP-col a:hover{
	text-decoration: none;
}

/* PREP CDMEX */

.PREP-CDMEX {
	border               : 2px solid #f1e6d5;
	background-color     : #484C83;
	-webkit-transition   : background-color 300ms ease-out;
	background-image     : url("/archivos2/portal/img/Logo_PREPCDMEX.png");
	background-repeat    : no-repeat;
	   background-position-x: 238px;
    background-position-y: 99px;
    background-size: 31%;
}
.PREP-CDMEX h2 {
	color    : #FFF;
	padding  : 20px 10px 51px 20px;
	font-size: 26px;
	margin   : 0;
}
.PREP-CDMEX a{
	text-decoration: underline;
	color: #FFF;
}
.PREP-CDMEX a:hover{
	text-decoration: none;
}

.Computos-CDMEX {
	border               : 2px solid #f1e6d5;
	background-color     : #aa5084;
	-webkit-transition   : background-color 300ms ease-out;
	background-image     : url("/archivos2/portal/img/Computos_CdMex.png");
	background-repeat    : no-repeat;
	   background-position-x: 238px;
    background-position-y: 57px;
    background-size: 31%;
}
.Computos-CDMEX h2 {
	color    : #FFF;
	padding  : 20px 10px 51px 20px;
	font-size: 26px;
	margin   : 0;
}
.Computos-CDMEX a{
	text-decoration: underline;
	color: #FFF;
}
.Computos-CDMEX a:hover{
	text-decoration: none;
}

/* PREP CDMEX */

.PREP-Sin {
	border               : 2px solid #f1e6d5;
	background-color     : #9C51B8;
	-webkit-transition   : background-color 300ms ease-out;
	background-image     : url("/archivos2/portal/img/Logo_PREPSin.png");
	background-repeat    : no-repeat;
	background-position-x: 205px;
    background-position-y: 109px;
    padding: 14px 0;
}
.PREP-Sin h2 {
	color    : #FFF;
	font-size: 26px;
	padding  : 6px 0 10px 20px;
	margin   : 0;
}
.PREP-Sin h3 {
	color    : #FFF;
	padding  : 10px 0 30px 20px;
	font-size: 20px;
	margin   : 0;
}
.PREP-Sin h3 span{
	font-size: 18px;
}
.PREP-Sin a{
	text-decoration: underline;
	color: #FFF;
}
.PREP-Sin a:hover{
	text-decoration: none;
}
.margen-superior{
	margin-top: 25px;
}


.Locales-ordinarias {
	margin-bottom     : 15px;
}
.Locales-ordinarias h2 {
	color    : #4668B2;
	font-size: 26px;
	padding  : 0 0 10px 20px;
	margin   : 0;
}
.Locales-ordinarias a{
	text-decoration: underline;
	color: #4668B2;
}
.Locales-ordinarias a:hover{
	text-decoration: none;
}


/* Estilos para baner locales extraordinarias */
.Locales-ext {
	margin-bottom     : 15px;
}
.Locales-ext h2 {
	color    : #9553B5;
	font-size: 26px;
	padding  : 0 0 10px 20px;
	margin   : 0;
}
.Locales-ext a{
	text-decoration: underline;
	color: #9553B5;
}
.Locales-ext a:hover{
	text-decoration: none;
}



/* Candidatos */
.color-rosa-titulo{
	color: #B43975!important;
}
.candidatos-CDMEX {
	border            : 2px solid #f1e6d5;
	background-color  : #8B87A7;
	-webkit-transition: background-color 300ms ease-out;
}
.candidatos-CDMEX h2 {
	color        : #FFF;
	font-size    : 26px;
	margin-top   : 10px;
	margin-bottom: 0px;
}
.candidatos-CDMEX button.btn{
	background-color  : #8B87A7;
	border            : 1px solid #FFF;
	margin-top        : 12px;
	border-radius     : 6px;
	padding           : 8px 48px;
	-webkit-transition: background-color 300ms ease-out;
}
.candidatos-CDMEX button.btn:hover{
	background-color  : #655BA9;
	-webkit-transition: background-color 300ms ease-out;
	color             : #FFF;
}
.candidatos-CDMEX a{
	text-decoration   : underline;
	color             : #FFF;
}
.candidatos-CDMEX a:hover{
	text-decoration   : none;
	color             : #FFF;
}

.candidatos-CDMEX .row{
	padding-top: 43px;
}

.separador{
	border-right: 3px solid #D8DBFE;
	height      : 117px;
	position    : absolute;
	top         : 8%;
	right       : -12%;
}

.titulo-elecciones-loc-ext{
	color    : #4668B2;
	font-size: 32px;
}
.Colima-img{
	margin-top : 9px;
	margin-left: 10px;
}

/*Ubica tu casilla*/
.casilla {
	background-image  : url('/archivos2/portal/img/bg-rosa.jpg');
	-webkit-transition: background-color 300ms ease-out;
	text-align        : center;
	margin-bottom     : 15px;
}

.casilla h2 {
	color       : #FFF;
	font-family : helvetica;
	font-weight : bold;
	padding     : 20px 0;
	font-size   : 36px;
	margin      : 0;
}
.casilla a{
	color: #FFF;
	text-decoration: underline;
}
.casilla a:hover{
	text-decoration: none;
}

.PREP-Ags{
	padding    : 6px;
	margin-left: 14px
}
.Computos-Ags{
	background-color: #FFF;
	margin          : 9px 8px 8px 20px;
}

.color-fondo-blanco{
	background-color: #FFF;
}


/*----------------------*/
/*        Agenda        */
/*----------------------*/
 .agenda{
	margin-top    : 30px;
	margin-bottom : 30px;
}
.semana{
	padding: 0;
}
.semana .titulo{
	background-color : #630047;
	color            : #ffffff;
	text-align       : center;
	font-family      : open sans;
	margin           : 0;
	padding          : 22px 0 23px 0;
}
.semana .titulo:hover{
	box-shadow : 0 0 1px 1px rgba(133, 11, 92, 0.91);
	background : #890965;
	color      : #FFF;
}
.blanco
,.blanco:hover { color: #FFF;}
i.fa:before {
	display         : inline-block;
	text-decoration : none;
}

.semana .titulo i {
	font-size        : 32px;
	padding          : 10px;
	background-color : #FFF;
	border-radius    : 32px;
	color            : #630047;
	margin-right     : 25px;
}
.dias{
	padding-left  : 0px;
	padding-right : 0;
}
.dias ul li{
	margin-left        : 0;
	padding-right      : 10px;
	padding-left       : 20px;
	width              : 96px;
	-webkit-transition : background-color 300ms ease-out;
}
.dias ul li:hover{
	background-color   : #FFF;
	text-decoration    : underline;
	-webkit-transition : background-color 300ms ease-out;
}
.dias ul{
	margin-left: 0;
}
.dias li *{
	color       : #630047;
	margin-left : 3px;
	font-family : open sans;
	font-weight : 500;
}
.lunes{
	background-color: rgb(240, 226, 251);
}
.martes{
	background-color: rgb(239, 215, 244);
}
.miercoles{
	background-color: rgb(229, 176, 240);
}
.jueves{
	background-color: rgb(237, 162, 242);
}
.viernes{
	background-color: rgb(233, 140, 239);
}
.sabado{
	background-color: rgb(216, 123, 227);
}
.domingo{
	background-color: rgb(203, 97, 201);
}





/*---------------------------------*/
/*        Sevicios para ti         */
/*---------------------------------*/
.serviciosParaTi{
	background-color: #fff7eb;
	margin-top      : 15px;
	margin-bottom   : 40px;
	border-top      : 2px solid #f1e6d5;
	border-bottom   : 2px solid #f1e6d5;
	padding         : 17px 0 25px 0;
}
.serviciosParaTi h3{
	color        :  #8B1722;
	font-family  : 'open sans';
	font-weight  : 600;
	padding-left : 0;
	font-size    : 24px;
}
.servicios {
	margin:20px 0;
}
.servicios li{
	width: 226px;
}
.servicios li a:hover{
	background      : none;
	text-decoration : none;
}
.caja{
	border        : 4px solid #cabca2;
	border-radius : 10px;
	width         : 153px;
	height        : 164px;
	background    : #FFF;
	padding       : 0;
}
.caja:hover {
	box-shadow: 0 0 5px 1px rgba(133, 11, 92, 0.91);
}

.caja:hover .ribbon-front {
	background-color : #cabca2;
	color            : #6C2C2C;
	font-weight      : 600;
}

.caja img{
	padding-top   : 15px;
	padding-left  : 5px;
	padding-right : 5px;
}





/*----------------------------------*/
/*    Lo mÃ¡s reciente       	   */
/*--------------------------------*/
.masReciente{
	font-family   : 'open sans';
	font-weight   : 600;
	--text-align    : center;
	margin-top    : 0rem;
	margin-bottom : 0rem;
	color         : #8B1722;
	padding-left  : 0;
	padding-right : 0;
	font-size     :24px;
}
.linea{
	border-top       : solid 2px #ddd;
	margin-top   : 15px;
	margin-bottom: 40px;
}
.botonVerTodo{
	text-align: right;
}
.botonVerTodo a{
	background-color : #9B5A3A;
	font-size        : 12px;
	padding          : 0.5rem;

}
.botonVerTodo  a i{
	padding-left : 1rem;
	font-size    : 14px;
	font-weight  : bold;
}
/*------------------------------*/
/*    Pensando En       	   */
/*----------------------------*/
.pensandoEn figure{
	text-align: center;
}
.pensandoEn figure p{
	text-align  : left;
	font-size   : 16px;
	font-family : helvetica;
}
.circulo{
	width                 : 120px;
	height                : 120px;
	background            :#901323;
	-moz-border-radius    : 70px;
	-webkit-border-radius : 70px;
	border-radius         : 70px;
	margin-left           : auto;
	margin-right          : auto;
	border                : solid 2px #DECECE;
	-webkit-transition    : background-color 300ms ease-out;
	-moz-transition       : background-color 300ms ease-out;
	transition            : background-color 300ms ease-out;
}
.circulo a{
	color           : #FFF;
	font-size       : 64px;
	padding         : 25px;
	text-decoration : none;
}
.pensandoEn{
	margin-top    : 30px;
	margin-bottom : 30px;
}
.pensandoEn h4{
	font-weight : bold;
	font-size   : 22px;
	font-family : helvetica;
	color       : #000;
}
.pensandoEn h4:hover{
	text-decoration: underline;
}
.pensandoEn div:hover{
	background-color: #ac1f53;
}





/*------------------------------*/
/*    Marco Legal       	   */
/*----------------------------*/
.marcoLegal{
	margin-top   : 0;
	margin-bottom: 15px;
}
.marcoLegal div p{
	font-size   : 16px;
	padding-top : 15px;
}
.marcoLegal div a{
	opacity : 0.7;
	color   : #000;
}
.marcoLegal div a:hover{
	opacity         : 1;
	text-decoration : underline;
}
.marcoLegal h5{
	font-size   : 21px;
	font-family : helvetica;
}
.marcoLegal div h5 img{
	padding-right: 20px;
}





/*--------------------------------*/
/*    Nos interesa tu opinion    */
/*------------------------------*/
.nosInteresaTuOpinion{
	background-color: black;
}
.nosInteresaTuOpinion form {
	font-size : 16px;
}

.nosInteresaTuOpinion form label {
	font-weight : normal;
	margin-top  : 20px;
}

.nosInteresaTuOpinion form textarea{
	height: 100px;
}
.nosInteresaTuOpinion form button{
	background-color   : #E7E7E7;
	padding            : 3px 15px;
	color              : #000;
	font-size          : 20px;
	margin-top         : 15px;
	width              : 30%;
	-webkit-transition : background-color 600ms ease-out;
	text-shadow        : none;
}
.nosInteresaTuOpinion form button:hover{
	background         : #ac1f53;
	color              : #FFF;
	-webkit-transition : background-color 400ms ease-out;
}
.opinionPadding{
	padding: 43px 0 0 0;
}
.letraBlanca, .letraBlanca label, .letraBlanca h5{
	color: #FFF;
}
.letraTamano label{
	font-size  : 14px;
	text-align : right;
}
.letraTamano label a{
	font-size       : 14px;
	color           : #FFF;
	padding-right   : 5px;
	padding-left    : 5px;
	text-decoration : underline;
}
.letraTamano label a:hover{
	color: rgb(77, 119, 191);
}
.letraTamano article img{
	padding : 4px;
	width   : 30px;
}
.tituloOpinion{
	font-family      : Arial;
	font-size        : 22px;
	font-weight      : 400;
	background-color : #C66E3C;
	width            : 284px;
	position         : relative;
	top              : 20px;
	color            : #FFF;
	padding          : 5px;
	text-indent      : 25px;
	margin-left      : 0;
	margin-right     : 0;
}
.nosInteresaTuOpinion section address{
	padding-top: 10px;
}
.nosInteresaTuOpinion section p{
	padding-top : 20px;
	font-size   : 16px;
	font-family : helvetica;
}
.nosInteresaTuOpinion section p.small-1{
	text-align: center;
}
.letraTamano{
	padding-top    : 20px;
	padding-bottom : 5px;
}
.letraTamano article, .letraTamano label{
	padding-top : 24px;
	color       : #BABABA;
	font-size   : 14px;
}
/*contacto*/
.contacto{
	padding-left: 80px;
}
.contacto h3{
	color: #FFF;
}
.contacto p span{
	color    : #999;
	font-size: 28px;
}
.contacto a{
	color: #999;
}
.contacto a:hover{
	color: #FFF;
}
.contacto a i{
	font-size   : 28px;
	padding-top : 5px;
}

.contacto div{

	text-align : center;
	width      : 42px;
	margin-left: 4px;
	padding    : 0;
}
.siguenos div span{
	border-radius      : 31px;
	background-color   : #FFF;
	color              : #999;
	font-size          : 24px;
	width              : 40px;
	height             : 40px;
	padding-top        : 9px;
	-webkit-transition : background-color 300ms ease-out;
}

.facebook span:hover{
	background-color   : #3B5998;
	color              : #FFF;
	border-radius      : 36px;
	-webkit-transition : background-color 300ms ease-out;
}
.twitter span:hover{
	background-color   : #55AAEE;
	color              : #FFF;
	-webkit-transition : background-color 300ms ease-out;
}
.youtube span:hover{
	background-color   : #CC0000;
	color              : #FFF;
	-webkit-transition : background-color 300ms ease-out;
}
.OtrasRedes{
	padding : 0 0 0 20px;
	width   : 58%;
}

/* Interes */
.imagenesInteres{
	padding-top: 25px;
}
.imagenesInteres div{
		text-align: center;
}
.imagenesInteres div a img{

	opacity :0.6;
	filter  :alpha(opacity=40); /* For IE8 and earlier */
}
.imagenesInteres div a img:hover{
	color   : red;
	opacity :1;
	filter  :alpha(opacity=100); /* For IE8 and earlier */
}
  .imagenesInteres .owl-controls .owl-buttons .owl-prev{
		background-color : rgba(255, 255, 255, 0);
		position         : absolute;
		left             : 28%;
		font-size        : 26px;
		top              :70%;
 }
 .imagenesInteres .owl-controls .owl-buttons .owl-next{
		background-color : rgba(255, 255, 255, 0);
		position         : absolute;
		right            : 28%;
		font-size        : 26px;
		top              : 70%;
 }
 @media only screen and (max-width: 600px) {
	.imagenesInteres .owl-controls .owl-buttons .owl-prev{
		left : 25%;
		top  : 67%;
 	}
 .imagenesInteres .owl-controls .owl-buttons .owl-next{
		right : 24%;
		top   : 67%;
 	}
}





/*--------------------------------*/
/*        pie de pagina          */
/*------------------------------*/
.seccionPie{
	background-color : #CDCDCD;
	padding-bottom   : 25px;
	padding-top      : 25px;

}
.seccionPie ul li{
	padding-left  : 0;
	padding-right : 0;
	width         : 150px;
	margin-right  : 10px;
}
.seccionPie .especialPie{
	padding: 0;
}
.seccionPie ul li h6{
	font-weight: bold;
	font-size: 16px;
}
.seccionPie ul li ul a{
	text-decoration: underline;
	font-size      : 13px;
}

.seccionPie ul li ul{
	padding: 16px 0 0 0px;
}
.seccionPie ul li ul li{
	list-style: none;
	padding: 5px;
}
.inline-list{
	margin: 0 auto 1.0625rem auto;
	margin-left: auto;
	margin-right: auto;
}
/* pie propiedades */
.hoverMapa ul li a{
	color: #000;
}
.hoverMapa ul li:hover a,.hoverMapa ul li:hover{
	background: #000;
	color: #FFF;
}






/*--------------------------------*/
/*        slider Principal       */
/*------------------------------*/
.carousel-indicators li{
	width  : 17px;
	height : 17px;
}
.carousel-indicators .active{
	width  : 18px;
	height : 18px;
}
.bannerPrincipal .carousel-inner > .item > a img{
	margin-left: auto;
}
.bannerPrincipal .descripcion {
	left    : 0;
	width   : 41%;
	height  : 100%;
	top     : 0;
	z-index : 0;
}

.bannerPrincipal .titulo {
	font-size     : 29px;
	font-family   : helvetica;
	text-shadow   : #000 2px 1px 5px;
	padding-left  : 45px;
	padding-right : 20px;
	padding-top   : 30px;
	text-align    : left;
}

.bannerPrincipal .btn {
	font-size  : 18px;
	margin-top : 30px;
	padding    : 10px 20px;
}

.bannerPrincipal .carousel-control{
	top     : 36%;
	width   : 3.5%;
	height  : 25%;
	opacity : 0.9;
}
.bannerPrincipal .carousel-control:hover{
	opacity: 1;
}
.bannerPrincipal .carousel-control.left{
	background-image: none;
	z-index: 5;
	background-color: rgba(103, 103, 103, 0.88);
	border-radius: 0 5px 5px 0;
}

.bannerPrincipal .carousel-control.right{
	background-image: none;
	z-index: 5;
	background-color: rgba(103, 103, 103, 0.88);
	border-radius: 5px 0 0 5px;
}
.bannerPrincipal .carousel-control.right span{
	top  : 50%;

}
.bannerPrincipal .carousel-control.left span{
	left : 50%;
	top  : 50%;

}
.bannerPrincipal .carousel-indicators{
	left    : 20%;
	top     : 82%;
	z-index : 1;
}





/*--------------------------------*/
/*        slider Lo mÃ¡s reciente */
/*------------------------------*/
#carrusel-LoMasReciente .item{
	background            : #FFF;
	padding               : 0.5rem 2px;
	color                 : #000;
	-webkit-border-radius : 3px;
	-moz-border-radius    : 3px;
	border-radius         : 3px;
	text-align            : left;
	margin-right          : 10px;
	margin-left           : 10px;
}
.lomasreciente{
	margin-bottom : 30px;
	margin-top    : 30px;
}
.lomasReciente div p{
	font-size   : 16px;
	font-family : helvetica;
}
.owl-prev{
	position : absolute;
	top      : 15%;
	left     : 1.4%;

}
.owl-next{
	position : absolute;
	top      : 15%;
	right    : 1.4%;
}
.lomasreciente .owl-theme .owl-controls .owl-buttons .owl-prev {
	margin       : -5px;
	padding      : 17px 0px;
	font-size    : xx-large;
	border-radius: 0px 5px 5px 0;
	background   : rgba(103, 103, 103, 0.88);
	width        : 48px;
	opacity      : 0.9;
}
.lomasreciente .owl-theme .owl-controls .owl-buttons .owl-next{
	margin       : -5px;
	padding      : 17px 0px;
	font-size    : xx-large;
	border-radius: 5px 0 0 5px;
	background   : rgba(103, 103, 103, 0.88);
	width        : 48px;
	opacity      : 0.9;
}
.lomasReciente h4{
	margin      : 13px 0 0 0;
	font-family : 'open sans';
	font-size   : 24px;
}
.lomasReciente h4 a{
	color: #000;
}
.lomasReciente p a{
	color: #000;
}
.lomasReciente h4 a{
	color: #000;
}
.lomasReciente h6{
	margin    : 10px 0 30px 0;
	font-size : 16px;
}
.ligaArticuloMasReciente{
	text-align : right;
	font-size  : 16px;
}
.ligaArticuloMasReciente a{
	color: #666;
}
.ligaArticuloMasReciente a:hover{
	color           : #000;
	text-decoration : underline;
}
.ligaArticuloMasReciente i{
	margin-left : 0.3rem;
	color       : #9B5A3A;
	width       : 1.2rem;
	text-align  : center;
	font-size   : 18px;
}





/*--------------------------------*/
/*        slider Te Recomendamos */
/*------------------------------*/
.th{
	background-color   : #FFF;
	-webkit-transition : box-shadow 300ms ease-out;
}
.th:hover{
	box-shadow         : 0 0 5px 1px rgba(133, 11, 92, 0.91);
	-webkit-transition : box-shadow 300ms ease-out;
}
.teRecomendamos{

}
.teRecomendamos .owl-theme .owl-controls .owl-buttons .owl-prev {
	margin       : -5px;
	padding      : 17px 0px;
	font-size    : xx-large;
	border-radius: 0px 5px 5px 0;
	background   : rgba(103, 103, 103, 0.88);
	width        : 48px;
	opacity      : 0.9;

}
.teRecomendamos .owl-theme .owl-controls .owl-buttons .owl-next {
	margin       : -5px;
	padding      : 17px 0px;
	font-size    : xx-large;
	border-radius: 5px 0 0 5px;
	background   : rgba(103, 103, 103, 0.88);
	width        : 48px;
	opacity      : 0.9;
}
#carrusel-TeRecomendamos .item{
	padding               : 0.5rem 2px;
	margin                : 5px 0 5px 10px;
	color                 : #000;
	-webkit-border-radius : 3px;
	-moz-border-radius    : 3px;
	border-radius         : 3px;
	text-align            : center;
}
#carrusel-TeRecomendamos{
	padding: 0 8%;
}
.articulo p{
	text-align  : left;
	padding     : 5px 10px;
	font-size   : 16px;
	font-family : 'open sans';
}
.articulo h4{
	text-align  : left;
	font-family : 'open sans';
	font-weight : 400;
	font-size   : 24px;
}
.articulo h4 a{
	color: #000;
}
.articulo h6{
	text-align   : left;
	font-family  : 'open sans';
	font-weight  : 400;
	font-size    : 16px;
	padding      : 5px 0;
	padding-left : 13px;
}
.ligaTerecomendamos a{
	color: #666;
}
.ligaTerecomendamos a:hover{
	text-decoration : underline;
	color           : #000;
}
.ligaTerecomendamos i{
	margin-left : 0.3rem;
	color       : #9B5A3A;
	width       : 1.2rem;
	text-align  : center;
	font-size   : 18px;
}





/*-------------------------------------*/
/*        slider Trasmisiones en Vivo */
/*-----------------------------------*/
.espacioLateral .owl-theme .owl-controls .owl-buttons div {
color     		: #FFF;
margin          : 0;
padding         : 15px 0px;
font-size       : xx-large;
border-radius   : 3px;
background      : #FFF;
width           : 30px;
opacity         : 0.9;

}
.espacioLateral .owl-theme .owl-controls .owl-buttons .owl-prev{
	left          : -40px;
	width         : 40px;
	height        : 73%;
	top           : 0;
	border-radius : 0;
	border: 1px solid rgb(205, 205, 205);
	padding-top   : 27px;
}
.espacioLateral .owl-theme .owl-controls .owl-buttons .owl-next{
	right         : -40px;
	width         : 40px;
	height        : 73%;
	top           : 0;
	border-radius : 0;
	border        : 1px solid rgb(205, 205, 205);
	padding-top   : 27px;
}
.espacioLateral{
	padding: 0 40px;
}
.transmisiones .izq{
	text-align : left;
	margin     : 0;
}
.transmisiones .der{
	text-align : right;
	margin     : 0;
}
.transmisiones .der a{
	color       : #fff;
	font-weight : bold;
	font-family : helvetica;
}
.transmisiones .der a:hover{
	text-decoration: underline;
}
.transmisiones{
	border     : 1px solid rgb(205, 205, 205);
	background : gray;
	color      : #FFF;
	font-size  :20px;
	margin     : 0;
	padding    : 4px 0;
}
.transmisiones i{
	padding : 0 1rem;
	color   : #fff;
}
.nohay {
	text-align     : center;
	padding-top    : 18px;
	font-weight    : bold;
	border         : 1px solid #ccc;
	padding-bottom : 18px;
}
.consejoGeneral{
	margin-left  : 0;
	margin-right : 0;
	border       : 1px solid;
}

.carrusel-compacto section{
	height       : 100px;
}
.carrusel-compacto span{
	height       :100px;
}
.carrusel-compacto div h5{
	font-size: 16px;
}
.carrusel-compacto div h5:hover{
	text-decoration: underline;
}
.carrusel-compacto div p{
	font-size : 16px;
	margin    : 0;
}
.carrusel-compacto .owl-item a:hover{
	color: #000;
}
.carrusel-compacto .item .fa {
	position  : absolute;
	left      : 5px;
	top       : 2.5rem;
	font-size : 24px;
}
.carrusel-compacto .item a {
	color: #000;
}
.carrusel-compacto .item {
	padding-left : 35px;
}
.carrusel-compacto .owl-item{
	border : 1px solid rgb(205, 205, 205);
	height : 140px;
}
.fa-chevron-left, .fa-chevron-right{
	color: #FFFFFF;
}
.carrusel-compacto .fa-chevron-left, .carrusel-compacto .fa-chevron-right{
	color: #000;
}
.fa-chevron-left:hover, .fa-chevron-right:hover{
	color: #FDF8FF;
	text-decoration: none;
}
@media only screen and (max-width: 640px) {
	.carrusel-compacto div p{
		font-size: 13px;
	}
	.carrusel-compacto div h5 {
		font-size: 14px;
	}
}





/*-------------------------------------*/
/*      /* ribbon style               */
/*-----------------------------------*/
.ribbon-wrapper {
	position                     : relative;
	border-top                   : 0px solid #ccc;
	-moz-border-bottom-colors    : rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
	-webkit-border-bottom-colors : rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
	-moz-border-top-colors       : rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
	-webkit-border-top-colors    : rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
}
.ribbon-front {
	background-color : #6C2C2C;	height: 40px;
	width            : 110px;
	position         : relative;
	left             :0px;
	z-index          : 2;
}

  .ribbon-front,
  .ribbon-back-left,
  .ribbon-back-right
{
	-moz-box-shadow    : 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow  : 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow : 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow      : 0px 0px 4px rgba(0,0,0,0.55);
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position     : absolute;
	z-index      : 1;
	border-style :solid;
	height       :0px;
	width        :0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 40px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: 0px;
	border-color: transparent #B1928A transparent transparent;
}

  .ribbon-edge-topleft {
	top: 0px;
	border-width: 0px 0px 0 0;
}
  .ribbon-edge-bottomleft {
	border-width: 0 0px 0px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 100px;
	border-color: transparent transparent transparent #72523D;
}

  .ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 10px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 20px 10px;
}

  .ribbon-back-left {
	position : absolute;
	top      : 0px;
	left     : 0px;
	width    : 0px;
	height   : 40px;
	z-index  : 0;
}
  .ribbon-back-right {
	position : absolute;
	top      : 20px;
	right    : 0px;
	width    : 0px;
	height   : 40px;
	z-index  : 0;
}
/* Mis propiedades */
.ribbon-front{
	position           : relative;
	left               : 0;
	top                : 5px;
	width              : 162px;
	height             : 36px;
	color              : #FFF;
	padding            : 10px 0px 0px 8px;
	font-size          : 14px;
	font-family        : open sans;
	-webkit-transition : background-color 300ms ease-out;
	-moz-transition    : background-color 300ms ease-out;
	transition         : background-color 300ms ease-out;
}
.Especial{
	font-size: 12px;
}
.ribbon-edge-bottomright {
	position : relative;
	top      : 5px;
	left     : 148px;
}
.ribbon-edge-bottomright {
	border-width: 0px 0px 9px 12px;
}




/*-------------------------------------*/
/*      /* Contador        		      */
/*-----------------------------------*/

	.letras-uno-contador{
		font-size   : 36px;
		float       : left;
		margin-left : 15px;
	}

	.letras-dos-contador{
		font-size: 15px;
		padding-top: 20px;
	}

	.color-rosa-contador{
			color:#D73A94;
	}
	.fondo-morado-contador{
		background: #322243 ;
		color     : #ffffff;
		margin-top: 0px;
	}

	.sub-contador{
		padding-top   : 3px;
		padding-bottom: 3px;
	}

	.margin-contador{
		margin-right: 25px;
	}

	.paddin-contador{
		padding-left: 10px
	}

	.margenes-contador{
		border-top  : 1px solid #322243;
		border-left : 1px solid #322243;
		border-right: 1px solid #322243;
	}

	.margin-row-contador{
		margin-top   : 25px;
		margin-bottom: 40px;
	}
	.padding-row-contador{
		padding-left : 14px;
		padding-right: 14px;

	}

/*-------------------------------------*/
/*           Media Object             */
/*-----------------------------------*/

.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media {
    margin-top: 15px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
    width: 20%;
}
.media-object {
    display: block;
}

/*Info visual*/
.infoVisual {
	background-color : #322243;
}
.infoVisual h2 {
	font-size        : 40px;
	color            : #FFF;
	padding-top      : 20px;
	padding-bottom   : 26px;
	font-weight      : normal;
	letter-spacing   : 2px;
}
.infoVisual img {
	padding-top: 22px;
}

.cuadro-morado {
	background-color: #F1F1FA;
	margin-top      : 15px;
	margin-bottom   : 40px;
	border-top      : 2px solid #D9DDF6;
	border-bottom   : 2px solid #D9DDF6;
	padding         : 17px 0 25px 0;
}

.titulo-eleccion-Asamblea{
	background-color: #fff7eb;
	margin-top      : 15px;
	margin-bottom   : 40px;
	border-top      : 2px solid #f1e6d5;
	border-bottom   : 2px solid #f1e6d5;
	padding         : 17px 0 0 0;
}
.titulo-eleccion-Asamblea h3{
	margin   : 0;
	font-size: 32px;
}





/*-------------------------------------*/
/*         Propiedades Movil          */
/*-----------------------------------*/
@media (max-width: 767px) {
	.container{
		width: 501px;
	}
	.bannerPrincipal .carousel-inner > .item > img{
			}
	.navbar-default .navbar-nav > li > a {
		color     : #7a1a26;
		font-size : 16px;
	}
	.navbar-default .navbar-nav > li > a:hover {
		color      : #FFF;
		background : #7a1a26;
	}
  .logoINE {
		width         : 140px;
		padding-top   : 3px;
		margin-bottom : 7px;
	}
	.centrar{
		text-align: center;
	}
	header{
		position: inherit;
	}
	.espacioFixed {
		padding-top: 6px;
	}
	/* slider Pincipal */
	.carousel-caption .masInformacion button {
		background : #ac1f53;
		font-size  : 13px;
	}
	.bannerPrincipal .descripcion{
		width: 100%;
	}
	.bgColor01 {
		background: rgba(100, 38, 39, 0.89);
	}
	.bgColor02 {
		background: rgba(71, 48, 78, 0.89);
	}
	.bgColor03 {
		background: rgba(32, 73, 75, 0.88);
	}
	.bannerPrincipal .carousel-indicators {
		left : 50%;
		top  : 90%;
	}
	.bannerPrincipal .carousel-control.right {
		top: 36%;
	}
	.bannerPrincipal .carousel-control.right span{
		left : -6%;
		top  : 38%;
	}
	.bannerPrincipal .carousel-control.left {
		top: 36%;
	}

	.bannerPrincipal .carousel-control.left span{
		left : -10%;
		top  : 38%;
	}
	.bannerPrincipal .carousel-caption.descripcion p:first-child {
		font-size: 32px;
		padding-top: 0px;
	}
	.credencial {
	background-position : right -82px;
	}
	.credencial h2{
		text-shadow: #FFF -3px 2px 1px;
	}
	/* PEF */
	.PEF {
		background-position-x : 0;
	}
	.PEF h2{
		margin-right: 0;
		margin-left: 38%;
	}
	/* PEExt */

	.PEExt h2{
		margin-right: 0;
		margin-left: 40%;
	}

	/* agenda */
	.dias ul li {
		margin-left   : 0;
		padding-right : 0px;
		padding-left  : 0px;
		width         : 14%;
		text-align    : center;
	}
	.dias ul li:first-child {
		width: 16%;
	}
	/* servicios Para ti */
	.caja{
		margin-left : 23%;
		margin-top  : 10%;
	}
	.caja a{
		text-decoration: none;
	}
	/* Pie de pagiana */
	.contacto {
		padding-left   : 20px;
		padding-top    : 20px;
		padding-bottom : 20px;
	}
	/* Mapa de sitio */
	.seccionPie ul li{
		width: 100%;
	}
	.seccionPie ul li ul {
		padding: 0px 0 40px 0px;
	}
	.seccionPie{
		display: none;
	}
	.bannerPrincipal .btn{
		margin-top : 10px;
		padding    : 2px;
	}
	.computosext-Ags h2 {
		padding  : 26px 0 26px;
		font-size: 28px;
    }

	.Colima-img {
		margin-top : 9px;
		margin-left: 20px;
		width      : 73%;
	}
	.conteo-rapido-col h2 {
		padding    : 25px 0 12px;
	}
	.elecciones2016 h2 {
		font-size  : 42px;
	}
	.elecciones2016 {
	    margin-top: 20px;
	}

	/*Contador*/
	.paddin-contador{
		padding-left: 40px
	}

	.letras-uno-contador{
	font-size: 30px;
	}

	.letras-dos-contador{
		font-size: 15px;
		padding-top: 20px;
	}

	.margenes-contador{
		height: 134px;
	}
	.infoVisual h2 {
	    font-size      : 22px;
	    color          : #FFF;
	    padding-top    : 20px;
	    padding-bottom : 26px;
	    font-weight    : normal;
	    letter-spacing : 2px;
	}



}

@media (min-width: 200px) and (max-width: 380px) {
	.container{
		width: 320px;
	}

	.PEExt {
	background-image: url('/archivos2/portal/img/pef_ext_2015_2.png');
	background-repeat: no-repeat;
	border: 2px solid #f1e6d5;
	background-color: #740047;
	margin-top: 35px;
	margin-bottom: 35px;
	}

	.PECol {
	background-image: url('/archivos2/portal/img/ele_ext_gob_colima_2.jpg');
	background-repeat: no-repeat;
	border: 2px solid #f1e6d5;
	background-color: #303E49;
	margin-top: 35px;
	margin-bottom: 35px;
	}

	.bannerPrincipal .carousel-inner > .item > img{

	}
	.dias ul li{
		width: 80px;
	}
	.dias ul li:first-child {
		width: 80px;
	}
	.bannerPrincipal .carousel-caption.descripcion p:first-child {
		font-size: 22px;
	}



}
@media (min-width: 381px) and (max-width: 500px) {
	.container{
		width: 460px;
	}

	.candidatos-CDMEX .row{
		padding-top: 31px;
	}

	.bannerEleccionUnica{
	    background-size: 25%;
	}

}

@media (min-width: 501px) and (max-width: 767px) {
	.candidatos-CDMEX .row{
		padding-top: 0px;
	}

	.bannerEleccionUnica{
	    background-size: 13%;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	/* .container{
		width: 768px;
	} */
	.bannerPrincipal .titulo{
		padding-top: 0;
	}
	.bannerPrincipal .btn{
		margin-top  : 10px;
		margin-left : 125px;
		padding     : 5px;
	}
	/* .bannerPrincipal .carousel-control.right{
		left: 18%;
	} */

	.bannerPrincipal .carousel-indicators{
		left: 20%;
	}
	.logoINE{
  		padding-top: 0;
  	}
  	.credencial h2{
		text-shadow: #FFF -3px 2px 1px;
		font-size  : 28px;

	}
  	.posicionRight{
		float: right !important;
  	}
  	.menu li a p {
		margin      : 10px 7px 0 6px;
		font-size   : 13px;
		font-family : helvetica;
	}
	.menu .nav{
		padding-right: 0;
	}
	/* Slider Principal */
	/* .bannerPrincipal .carousel-inner > .item > img {
		margin-left : auto;
		width       : 60%;
	} */
	.bannerPrincipal .carousel-inner > .item > a img {
		max-width: 60%;
	}
	.carousel-caption.descripcion p:first-child {
		font-size   : 20px;
		text-shadow : #000 2px 1px 5px;
	}
	.carousel-caption .masInformacion button {
		font-size: 13px;
	}
	/* Agenda */
	.dias ul li {
		padding-right : 0px;
		padding-left  : 0px;
		width         : 62px;
	}
	/* servicios para ti */
	.caja{
		margin-left : 54px;
		margin-top  : 40px;
	}
	/* Pie de pagiana */
	.contacto {
		padding-left   : 20px;
		padding-top    : 20px;
		padding-bottom : 20px;
	}
	/* Mapa de sitio */
	.seccionPie ul li{
		width: 100%;
	}
	.seccionPie ul li ul {
		padding: 0px 0 40px 0px;
	}
	.seccionPie .especialPie {
		padding: 0px 0 40px 0px;
	}
	/* PEF */
	.PEF {
		background-position-x : 22px;
	}
	.PEF h2{
		font-size: 32px;
		margin-right: 0;
		margin-left:

	}
	.casilla h2 {
	    font-size: 20px;
	}

	.conteo-rapido-col h2 {
		font-size: 18px;
		padding  : 22px 0;
	}
	.PREP-col h2 {
	    font-size: 18px;
	}
	.Colima-img {
    	margin-top: 15px;
	}
	.Computos-Ags {
	    margin: 7px 7px 7px 6px;
	}
	.computosext-Ags h2 {
	    font-size: 20px;
	}

	.CredencialExtranjero h2 {
	font-size: 28px;
	}

	/*Contador*/
	.paddin-contador{
		padding-left: 180px
	}

	.margenes-contador{
		height: 140px;
		padding-top: 0px;
	}

	/*Para Media*/
	.infoVisual h2 {
	    font-size        : 24px;
	    color            : #FFF;
	    padding-top      : 20px;
	    padding-bottom   : 26px;
	    font-weight      : normal;
	    letter-spacing   : 2px;
	}
	.infoVisual img {
	    padding-top      : 20px;
	    padding-bottom   : 26px;
	}
	.candidatos-CDMEX .row{
		padding-top: 0px;
	}

	.bannerEleccionUnica{
	    background-size: 10%;
	}


}
@media (min-width: 992px) and (max-width: 1199px) {
	.bannerPrincipal .btn{
		margin-top  : 15px;
		margin-left : 120px;
	}
  	/* .container{
  		width: 992px;
  	} */
  	/* Propiedades del menu */
  	.menu li a p {
		margin    : 10px 8px 0 9px;
		font-size : 14px;
	}
	.posicionRight{
		float: right !important;
  	}
	.menu .nav{
		padding-right: 0;
	}
	.credencial h2{
		text-shadow: #FFF -3px 2px 1px;
	}

	/* Slider Principal */
	.bannerPrincipal .descripcion {
		left: 0;
		width: 41%;
	}
	/* .bannerPrincipal .carousel-inner > .item > img {
		margin-left : auto;
		width       : 60%;
	} */
	.bannerPrincipal .carousel-inner > .item > a img {
		max-width: 60%;
	}
	.carousel-caption.descripcion p:first-child {
		font-size   : 29px;
		font-family : helvetica;
		text-shadow : #000 2px 1px 5px;
	}
	/* Agenda */
	.dias ul li {
		padding-right : 10px;
		padding-left  : 11px;
		width         : 81px;
	}
	.servicios li {
		width: 270px;
	}
	/* pensando en */
	.especialPensandoInternacional{
		padding-top: 28px;
	}
	/* servicios para ti */
	.servicios li {
		width: 270px;
	}
	.caja{
		margin-left : 125px;
		margin-top  : 40px;
	}
	/* Normatividad */
	.marcoLegal div{
		padding-top: 10px;
	}
	/* Sitios de interes */
	.imagenesInteres .owl-controls .owl-buttons .owl-next{
		right : 41%;
		top   : 74%;
	}
	.imagenesInteres .owl-controls .owl-buttons .owl-prev{
		left : 41%;
		top  : 74%;
	}
	/* pie */
	.seccionPie ul li {
		width: 100%;
	}
	/* PEF */
	.PEF {
		background-position-x : -16px;
		background-position-y: -18px;
	}
	.PEF h2{
		font-size: 23px;
		margin-right: 60px;
	}
		/* PEExt */
	.PEExt {
		background-position-x : -8px;
		background-position-y: -4px;
	}
		/* PECol */
	.PECol {
		background-position-x : -22px;
		background-position-y: -6px;
	}

	.casilla h2 {
	    font-size: 30px;
	}

	.conteo-rapido-col h2 {
	    font-size: 22px;
	}

	.PREP-col h2 {
		padding  : 20px 0 20px;
		font-size: 16px;
	}
	.Computos-Ags {
	    margin: 3px 8px 5px 7px;
	}
	.computosext-Ags h2 {
	    padding: 20px 0 10px;
	    font-size: 26px;
	}

	/*Contador*/
	.margin-contador{
		margin-right: 40px;
	}
	.paddin-contador {
	    padding-left: 8px;
	}

	.margenes-contador{

	}

	/*Para media 768 992*/
	.infoVisual h2 {
	    font-size        : 32px;
	    color            : #FFF;
	    padding-top      : 20px;
	    padding-bottom   : 26px;
	    font-weight      : normal;
	    letter-spacing   : 2px;
	}
	.infoVisual img {
		padding-top      : 24px;
	}

	.candidatos-CDMEX .row{
		padding-top: 62px;
	}

	.bannerEleccionUnica{
	    background-size: 30%;
	    background-position-y:50px ;
	    height: 165px;
	}
}
@media (min-width: 1200px) {

	.posicionRight{
		float: right !important;
  	}

	.especialPensandoInternacional{
		padding-top: 28px;
	}
	.especialPensandoJovenes{
		padding-top: 28px;
	}
	/* Sitios de interes */
	.imagenesInteres .owl-controls .owl-buttons .owl-next{
		right : 41%;
		top   : 74%;
	}
	.imagenesInteres .owl-controls .owl-buttons .owl-prev{
		left : 41%;
		top  : 74%;
	}

	/*Contador*/
	.margin-contador{
		margin-right: 40px;
	}
}
/*Cuenta Regresiva*/
/**/

/*Media para resoluciones a 992px*/
@media ( max-width: 992px ) {
    .counter-group {
        margin       : 10px auto;
    }
    .counter-block {
        margin-right : 2px;
    }
    .counter-block .counter {
        width        : 120px;
        height       : 90px;
        overflow     : hidden;
        font-weight  : 700;
    }
    .counter-block .counter .number {
        font-size    : 78px;
        line-height  : 90px;
    }
    .counter-block .counter.with-hundreds {
        width        : 232px;
        margin-right : -18px;
    }
    .counter-block .counter-caption {
        font-size    : 100%;
    }
    .diaslabel {
        margin-right : 42px;
    }
    section.contador p {
        margin-left  : 78px;
        margin-top   : 10px;
    }
    .PEExt {
	background-image: url('/archivos2/portal/img/pef_ext_2015_2.png');
	background-repeat: no-repeat;
	border: 2px solid #f1e6d5;
	background-color: #740047;
	}

	.PECol {
	background-image: url('/archivos2/portal/img/ele_ext_gob_colima_2.jpg');
	background-repeat: no-repeat;
	border: 2px solid #f1e6d5;
	background-color: #303E49;
	}
	.ubicaCasilla h2 {
    	font-size: 21px;
    }
}
/*Media para dispositivos con resolucion de hasta 768px*/
@media ( max-width: 768px ) {
    .counter-group {
        margin       : 0 auto;
    }
    .counter-block {
        margin-right : 8px;
    }
    .counter-block .counter {
        width        : 96px;
        height       : 80px;
    }
    .counter-block .counter .number {
        font-size    : 60px;
        line-height  : 84px;
    }
    .counter-block .counter.with-hundreds {
        width        : 176px;
    }
    .counter-block .counter-caption {
        font-size    : 85%;
    }
    section.contador p {
        margin-left  : 0px;
        margin-top   : 15px;
    }
    .counter-block .counter.with-hundreds {
        margin-right : -28px;
    }
    .PEExt {
		background-image : url('/archivos2/portal/img/pef_ext_2015_2.png');
		background-repeat: no-repeat;
		border           : 2px solid #f1e6d5;
		background-color : #740047;
	}
	.PECol {
		background-image : url('/archivos2/portal/img/ele_ext_gob_colima_2.jpg');
		background-repeat: no-repeat;
		border           : 2px solid #f1e6d5;
		background-color : #303E49;
	}
}
/*Media para dispositivos con resolucion de hasta 480px*/
@media (max-width: 480px) {
    .counter-block .counter {
        width        : 70px;
        height       : 50px;
    }
    .counter-block .counter .number {
        font-size    : 40px;
        line-height  : 50px;
    }
    .counter-block .counter.with-hundreds {
        width        : 91px;
    }
    .counter-block .counter-caption {
        font-size    : 100%;
    }
    .counter-block .counter.with-hundreds {
        margin-right : 1px;
    }
    section.contador p {
        margin-left: 0;
  		margin-top: 15px;
    }
    .PECol h2{
		font-size: 23px;
		padding-left: 63px;
	}
}

/* especiales */
.map-max-area{
    position         : fixed;
    left: 0;
    top              : 0;
    width            : 100%;
    height            : 100%;
}
.map-mid-area{
    height            : 600px;
}


/* ------------------------------
 *         Tamaño de los MODAL
 * ------------------------------ */
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 700px; /* New width for default modal */
  }
  .modal-sm {
    width: 350px; /* New width for small modal */
  }
}
@media screen and (min-width: 1100px) {
  .modal-lg {
    width: 1050px; /* New width for large modal */
  }
}

/*
 * tabla coberturas
 */

  .tabla_coberturas {
       border: 1px solid black;
  }


  /* Generated with Font Squirrel (fontsquirrel.com) on March 12, 2014 */

/*!
 *  Based & inspired in Font Awesome 4.0.3 create by davegandy - fontawesome.io - fontawesome

/* Modificate and adaptive by @elnorberto for IFE Instituto Federal Electoral 2014 MÃ©xico

no commercial use
 * -------------------------- */

@font-face {
    font-family: 'fontiferegular';
    src: url('/global/fonts/sige/fontife-webfont.eot');
    src: url('/global/fonts/sige/fontife-webfont.eot?#iefix') format('embedded-opentype'),
         url('/global/fonts/sige/fontife-webfont.woff') format('woff'),
         url('../fonts/fontife-webfont.ttf') format('truetype'),
         url('../fonts/fontife-webfont.svg#fontiferegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.fi {
  display: inline-block;
  font-family: fontiferegular;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fi-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fi-2x {
  font-size: 2em;
}
.fi-3x {
  font-size: 3em;
}
.fi-4x {
  font-size: 4em;
}
.fi-5x {
  font-size: 5em;
}
.fi-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fi-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fi-ul > li {
  position: relative;
}
.fi-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fi-li.fi-lg {
  left: -1.8571428571428572em;
}
.fi-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fi.pull-left {
  margin-right: .3em;
}
.fi.pull-right {
  margin-left: .3em;
}
.fi-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fi-stack-1x,
.fi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fi-stack-1x {
  line-height: inherit;
}
.fi-stack-2x {
  font-size: 2em;
}
.fi-inverse {
  color: #ffffff;
}

/*------------------los del IFE---------------------*/
.fi-universitario:before {
  content: "\F197";
}

.fi-maestros:before {
  content: "\F198";
}

.fi-antenaIFE:before {
  content: "\F199";
}

.fi-Amas:before {
  content: "\F19A";
}

.fi-Amenos:before {
  content: "\F19B";
}

.fi-IFE:before {
  content: "\F19D";
}

.fi-boleta:before {
  content: "\F19E";
}

.fi-logounicom:before {
  content: "\F500";
}

/*--------------------------------*/
/*        Boton Subir      */
/*------------------------------*/
#toTop {
  background-color: #750042;
  bottom: 12%;
  clear: both;
  color: #FFF;
  cursor: hand;
  cursor: pointer;
  display: block;
  display: none;
  font-size: 35px;
  height: 46px;
  padding-left: 7px;
  position: fixed;
  right: 1%;
  width: 46px;
  z-index: 1;
}
.infogeo-descarga{
	cursor: pointer;
	cursor: hand;
}

#diputados{
	padding:4px;
	color:#000;
}
#diputados td{padding:4px;}
#diputados tr{margin-bottom:6px;}
#diputados a {color:#333;}
#diputados a:hover {color:#E83476;}

.magenta{color: #c31c78 !important;}
#map1,#map2{height:400px;border:3px solid #000;}
#map1 .leaflet-grab,#map2 .leaflet-grab{cursor: auto !important;}
