/*-------- Generales --------*/

body {
	/*background-color : #9da099;
	background-image : url("../images/BG.jpg");*/
}

.text-right {
	text-align: right;
}

.with-icon i {
	text-decoration : none;
	padding-right   : 10px;
}

.btn-download{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#83a94c;background-image:-moz-linear-gradient(top, #95bf52, #678943);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#95bf52), to(#678943));background-image:-webkit-linear-gradient(top, #95bf52, #678943);background-image:-o-linear-gradient(top, #95bf52, #678943);background-image:linear-gradient(to bottom, #95bf52, #678943);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95bf52', endColorstr='#ff678943', GradientType=0);border-color:#678943 #678943 #40562a;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#678943;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#ffffff;background-color:#678943;*background-color:#5a783b;}
.btn-download:active,.btn-download.active{background-color:#4d6732 \9;}
.btn-download:hover,.btn-download:focus,.btn-download:active,.btn-download.active,.btn-download.disabled,.btn-download[disabled]{color:#ffffff;background-color:#678943;*background-color:#5a783b;}
.btn-download:active,.btn-download.active{background-color:#4d6732 \9;}


/*-------- Pagina --------*/

.pagina {
	background-color : #FFF;
	position         : relative;
	margin           : 64px auto;
	/*box-shadow       : 0px 4px 12px #000;*/
}

 .pagina
,.menu-accesos {
	border-radius : 5px 5px 0 0;
}

/*-------- Encabezado --------*/

header nav {
	margin-bottom : 15px;
}

header h1 {
	display        : inline-block;
	margin-top     : 16px;
	line-height    : 45px;
	font-size      : 32px;
	margin-left    : 10%;
	/*margin-bottom  : 0;*/
	vertical-align : top;
}

 header a 
,header a:hover  {
	color : black;
}

header .logo {
	background-color  : #ad4d35;
	width       : 45px;
	margin-left : 6%; 
}
header .logoIfe {
	
	width       : 87px;
	margin-left : 6%; 
	margin-top: 0.5%;
}

/*-------- Menu de accesos --------*/

#menu-accesos {
	margin-bottom    : 5px;
	font-size        : 0.9em;
	background-color: #EDEDED;
	text-align: center;
	/*border-bottom: 3px solid #EDEDEDED;*/
}

#menu-accesos ul {
	float         : right;
	margin-bottom : 0;
}

#menu-accesos li {
    /* float: right; */
    display: inline-block;
    /* padding: 24px; */
    /* margin-top: 0px !important; */
    padding-top: 12px;
    padding-bottom: 14px;
    padding-right: 36px;
    padding-left: 30px;
    /* margin-right: 2px; */
    line-height: 14px;
}

#menu-accesos > li:hover > a {
	background-color : #FFFFFF;
	border-radius: 0;
	color:black
}

#menu-accesos a {
	color           : gray;
	font-size		: medium;
	font-family		: inherit;
	/*font-weight		: bold;*/
	/*text-decoration : underline;*/
}

#menu-accesos li.disabled a {
	text-decoration : none;
}

#menu-accesos > li.disabled > a:hover {
	background-color : #EEE;
}

/*-------- Contenido --------*/

.contenido {
	margin-top : 37px;
	padding    : 0 6%;  
}

/*-------- Cuadro de bÃºsqueda --------*/

.busqueda {
	/*background-color : #E6D9C6;
	border           : 1px solid #baab94;*/
	padding: 29px 80px 20px !important;
    margin: 20px 0px;
	
	background-color: white;
    border: 1px solid #EDEDED;
    border-radius: 12px;  
}

.busqueda label{
	text-align : left;
}

.busqueda section {
	padding : 10px; 
}

.busqueda section.sombreado {
	/*background-color : #feeee1;*/
	background-color : white;
	padding: 10px 10px 20px;
}

.busqueda .controls-row {
	margin-top : 20px;
	position   : relative;
}

.busqueda form {
	margin : 0;
}

/*-------- Footer --------*/

footer {
	margin  : 20px 0;
	padding : 0 6%;
}

footer p {
	text-align: center;
}

footer div {
	text-align: center;
}
/*-------- mensajes tipo pop --------*/

.busqueda .infopop {
	background : url("../images/icon-info.png");
	width      : 35px;
	height     : 35px;
	position   : absolute;
	top        : -2px;
	right      : 1%;
	cursor     : pointer;
}

/* responsive */
@media (max-width: 979px) and (min-width: 768px){

	.busqueda .infopop {
		right : -4%;
	}

}

@media (max-width: 767px) {

	.busqueda .infopop {
		top : -9px;
	}

	.busqueda label {
		text-align : left;
	}

	.busqueda .controls-row {
		margin-top : 4px;
	}


}

/*-------- Correo y telefono --------*/

.correo {
	margin-bottom : 20px;
	margin-left   : 25px;
	position      : relative;
}

.telefono {
	position    : relative;
	margin-left : 25px;
}

 .telefono i 
,.correo i {
	font-size : 18px;
	left      : -25px;
	position  : absolute;
	top       : 2px;
}

.telefono ul {
	margin : 0;
}

.telefono li {
	list-style : none;
}

.telefono span {
	display     : block;
	font-weight : bold;
	margin-top  : 5px;
}

.telefono .extension {
	display: inline;
}

@media (max-width: 979px) and (min-width: 768px) {
	.telefono .extension {
		display: block;
	}
}

/*-------- Caja que tienen contenido colapsable --------*/

.colapsable {
	padding: 0 !important;
}

.colapsable .inicio {
	padding: 10px 30px;
}

.colapsable .control {
	color  : #D5007F;
	cursor : pointer;
}

.colapsable .control span {
	text-decoration: underline;
}

.colapsable .info >	h2 {
	/*background-color : #EEE;*/
	/*box-shadow       : inset 0px 10px 16px -9px #BEBEBE;*/
	font-size        : 19px;
	font-weight      : bold;
	/*padding          : 20px;*/
	padding-top: 20px;
    padding-left: 20px;
    color: black;
    margin-left: 37px;

}

.colapsable .info > h2 i {
	cursor    : pointer;
	float     : right;
	font-size : 1.4em;
}

.colapsable .data {
	padding: 10px 30px;
}

.colapsable .sombra {
	/*background-color : #EEE;*/
}

/*-------- Elementos tipo checks --------*/

.checks [class*="span"] {
	padding-left : 20px;
	position     : relative;
}

.checks .row-fluid {
	margin-bottom : 10px;
}

.checks i {
	color    : #008000;
	left     : 0px;
	position : absolute;
	/*top      : 1px;*/
}

.checks span {
	border-bottom : 1px dotted #000; 
	cursor        : pointer;
	margin-bottom: 10px;
}

.checks .disabled span {
	color       : #979797;
}

@media (max-width: 767px) {
	.checks .row-fluid {
		margin-bottom : 0px;
	}
}

/*parche imagen INE*/
.ineLogo{
	padding-left: 10px;
}
/*-------- Iconos --------*/

.with-icon .icon-excel {
	background-image : url("../images/icon-excel.png");
	margin-left      : 11px;
	padding-right    : 22px;
	padding-top      : 7px;
	vertical-align   : bottom;
	width            : 22px;
}

 [class^="icon"].negro
,[class*=" icon"].negro {
	background-image: url("../images/icons-negro.png");
	width: 14px ; height: 14px;
	display: inline-block;
}

 [class^="icon"].mediano
,[class*=" icon"].mediano {
	width: 26px ; height: 23px;
}

.icon-winzip         { background-position : -103px -14px}
.icon-real-player    { background-position : -192px -14px}
.icon-acrobat-reader { background-position : -282px -14px}

.icon-nueva-ventana  { background-position : -17px -17px }  
.icon-enlace-externo { background-position : -106px -17px }  
.icon-anterior       { background-position : -191px -13px }  
.icon-siguiente      { background-position : -280px -13px }  
.icon-carpeta        { background-position : -370px -13px }  
.icon-banderin       { background-position : -459px -13px }
.icon-dialogo        { background-position : -547px -13px }
.icon-trompeta       { background-position : -639px -13px }
.icon-engrane        { background-position : -728px -13px }
.icon-usuario        { background-position : -821px -13px }
.icon-refrescar      { background-position : -9px -100px }
.icon-cerrar         { background-position : -97px -99px }
.icon-carita-feliz   { background-position : -186px -99px }
.icon-portapapeles   { background-position : -277px -96px }
.icon-arbol          { background-position : -367px -99px }
.icon-direcciones    { background-position : -456px -97px }
.icon-listados       { background-position : -548px -99px }
.icon-imagenes       { background-position : -635px -97px }
.icon-etiquetas      { background-position : -728px -103px }
.icon-herramientas   { background-position : -813px -96px }
.icon-reloj          { background-position : -7px -188px }
.icon-calendario     { background-position : -97px -186px }
.icon-gente          { background-position : -182px -187px }
.icon-compartir      { background-position : -279px -189px } 
.icon-cartera        { background-position : -369px -190px }


/*-------- pie --------*/ 
#pie p {
	margin: 0;
	padding: 14px;
	font-size: 14px;
	color: #FFFFFF;
}

#pie p:first-child {
	background-color: #000000;
}
/*--- pie con la posición persistente en la parte inferior de la página */

/* Margen negativo que lo que mide el pie */
#superior {	
	margin: 0 auto 40px;
}

/* Tamaño del pie y el elemento que lo conserva abajo */

#pie {
	height: 120px;
	background-color: #000000;
}

#txtAreaNO {
    display: block;
}

.validacion {
  color: #a94442;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
  display: none;
}

.btnbuscar:hover, .btnbuscar:focus {
    text-decoration: none;
    background: #ac1f53;
    color: #FFF;
    -webkit-transition: background-color 400ms ease-out;
}

.liNav:hover {
    background-color: white;
    border-bottom: 5px solid #d5007f;
    padding-bottom: 9px !important;
    color: black;
    cursor: pointer;
    padding-right: 36px !important;
}


.bordeHeader{
	border-bottom: 7px solid;
	border-color: #D5007F;
}

.ajusteLogo{
	margin-top: 12px;
}


#topbar .social-icons {
    float: right;
    height: 100%;
    overflow: hidden;
}

#topbar .social-icons li a {
    border-radius: 0;
    border-right: 1px solid hsla(0,0%,71%,.2);
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 35px;
    overflow: hidden;
    margin: 0;
}


#topbar .social-icons li, #topbar .social-icons li a {
    float: left;
    list-style: outside none none;
}

.social-icons.social-icons-colored-hover .social-facebook a:hover, .social-icons.social-icons-colored .social-facebook a {
    background-color: #5d82d1;
}

.social-icons.social-icons-colored-hover a:hover, .social-icons.social-icons-colored a {
    color: #fff;
    border: 0;
}
.social-icons li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icons.social-icons-colored-hover .social-twitter a:hover, .social-icons.social-icons-colored .social-twitter a {
    background-color: #40bff5;
}

.social-icons.social-icons-colored-hover a:hover, .social-icons.social-icons-colored a {
    color: #fff;
    border: 0;
}

.social-icons.social-icons-colored-hover .social-youtube a:hover, .social-icons.social-icons-colored .social-youtube a {
    background-color: #ef4e41;
}

.social-icons.social-icons-colored-hover .social-rss a:hover, .social-icons.social-icons-colored .social-rss a {
    background-color: #faa33d;
}

.social-icons li:hover i{
	-webkit-animation:c .3s forwards;
	-o-animation:c .3s forwards;
	animation:c .3s forwards;
}

#topbar .social-icons li:first-child a {
    border-left: 1px solid hsla(0,0%,71%,.2);
}

#topbar {
    position: relative;
    z-index: 200;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@-webkit-keyframes c{
	49%{
		-webkit-transform:translateY(-100%)
	}
	50%{
		opacity:0;
		-webkit-transform:translateY(100%)
	}
	51%{
		opacity:1;
	}
}
@-o-keyframes c{
	49%{
		-o-transform:translateY(-100%);
		transform:translateY(-100%)
	}
	50%{
		opacity:0;
		-o-transform:translateY(100%);
		transform:translateY(100%)
	}
	51%{
		opacity:1;
	}
}
@keyframes c{
	49%{
		-webkit-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%)
	}
	50%{
		opacity:0;
		-webkit-transform:translateY(100%);
		-o-transform:translateY(100%);
		transform:translateY(100%)
	}
	51%{
		opacity:1;
	}
}

body .contenido .aviso  li, 
body .contenido .busqueda label, 
body .contenido .busqueda input, 
footer .contenido .busqueda .colapsable .inicio .control span,
.ajustaEnviaComents form{
	font-size : 17px;
}

.ajustaFooter{
	/*padding: 0 16%;*/
	padding: 0% 26% 0% 26%;
}


.anchoBtn{
    padding: 10px 12px;
    background: #D5007F;
    color: #FFF;
}

.ajustaEnviaComents{
	margin-left: 22px;
}

.ajustaBtnEnviar{
	margin-left: 26%;
}

.btnEnviar:hover, .btnEnviar:focus {
    text-decoration: none;
    background: #ac1f53;
    color: #FFF;
    -webkit-transition: background-color 400ms ease-out;
}

.ajustaContenedorOp{
	padding: 29px 80px 61px;
}


.ajusteDivContenedor{
	padding: 0% 27% 0% 26%;
}


/* width */
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px grey; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d5007f; 
}

.copyright-content  {
    text-align: center;
    margin: 0 20px;
}

.copyright-content {
    border-top: 1px solid #eee;
    background-color: #fff;
    padding: 50px 0;
}

@media (min-width: 1200px)
.rowFoot {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px)
.rowFoot {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px)
.rowFoot {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 576px)
.rowFoot {
    margin-right: -15px;
    margin-left: -15px;
}
.rowFoot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.containerFoot {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10%;
    padding-left: 10%;
}

.contact-phone{
    width: 30%;
    max-width: 60%;
	text-align: center;
}

.copyright-content .contact-phone h4 {
    font-size: 18px;
    color: #111;
    font-weight: 600;
}

.copyright-content .contact-phone p {
    font-weight: 400;
    font-size: .8rem;
	color: #696f6f;
    margin-bottom: 20px;

    margin-top: 0;
    margin-bottom: 1rem;
    box-sizing: inherit;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-align: center;
    margin: 0 20px;
}

.ajusteTextoOpinionLabel{
	margin-top: -16px;
}


.centraBotonesFiltro{
	margin-left: 34%
}

.ajusteLinkINE{
	margin-top: 14px;
}

.bordeDerecho{
	border-right: 1px solid #6D6D6D;
}


.ajustaEspacioFiltro21px{
	margin-top: 21px !important;
}

.ajustaEspacioFiltro18px{
	margin-top: 18px !important;
}

.ajustaBtnBuscarFiltro{
	margin-top: 36px;
	margin-bottom: 14px;
}

.colorDescarga{
	color: #D5007F !important;
}

.cursorPointer{
	cursor: pointer !important;
}

.ajustaItemFooter{
	margin-left:5px !important;
}

.ajustaTopItems{
	margin-top: 3px;
}

.imagenDir{
    width: 35px;
    background-image: URL('../images/directorio-gris.svg');
    height: 31px;
}

#urlNotificion:hover{
    color: #005580 !important;
    text-decoration: underline;
}

.ajustaPDescarga{
    text-align: center;
    border: 1px solid #d5007f;
    border-radius: 7px;
    padding-bottom: 4px;
    color: #D5007F !important;
}

.ajustaImgDescarga{
    font-size: 30px;
    color: #D5007F !important;
}

.ajustaImgDescarga:hover{
    background-color: #d5007f;
	color: white !important;
}

.letraDescarga{
	font-size: 15px;
}

.ajustaPDescarga:hover{
	background-color: #d5007f;
	color: white !important;
}

.ajustaDatosInc{
	font-size: unset !important;
    font-weight: bold !important;
}

.ajustaCaptchaInc{
	margin-top: 4px !important;
}

.ajustaHeaderRedes{
	width: 78%;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.controls-row-st {
    margin-top: 5px;
    position: relative;
}