﻿@font-face { /* icomoon */
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
    src:url('../fonts/icomoon.eot?ldq7ra');
	src:url('../fonts/icomoon.eot?#iefixldq7ra') format('embedded-opentype'),
		url('../fonts/icomoon.woff?ldq7ra') format('woff'),
		url('../fonts/icomoon.ttf?ldq7ra') format('truetype'),
		url('../fonts/icomoon.svg?ldq7ra#icomoon') format('svg');
}
@font-face {  /* Poiret */
		font-family: Poiret;
		src: url('../fonts/PoiretOne-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal
	}
@font-face { /* Lato */
	font-family: Lato;
	src: url('../fonts/Lato-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face { /* LatoHairline */
	font-family: LatoHairline;
	src: url('../fonts/Lato-Hairline.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

/* iconos moon */
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    font-size: 30px;
    font-style: normal;
    font-weight: lighter;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    background-color: transparent;
}

.icon-home:before {content: "\e600"; }
.icon-calendar:before {content: "\e64e"; }
.icon-asistentes:before {content: "\e671"; }
.icon-agenda:before {content: "\e63f"; }
.icon-acuerdos:before {content: "\e6b5"; }
.icon-eliminar:before {content: "\e701"; }
.icon-agregar:before {content: "\e702"; }

.icon-arrowleft:before {content: "\e736"; }
.icon-arrowright:before {content: "\e732"; }
.icon-aceptar:before {content: "\e6fe"; }
.icon-remove:before {content: "\e6fd"; }
.icon-remove2:before {content:"\e6a8";}
.icon-pencil:before {content: "\e605";}
.icon-envelope:before {content: "\e640";}
.icon-box-remove:before {content: "\e65d";}
.icon-globe:before {content: "\e6c1";}
.icon-binoculars:before {content: "\e67e";}
.icon-buscar:before {content:"\e67f";}
.icon-thumbs-up:before {content:"\e6d4";}
.icon-thumbs-up2:before {content:"\e6d5";}
.icon-guardar1:before {content:"\e7b1";}
.icon-minuta1:before {content:"\e607";}
.icon-minuta2:before {content:"\e608";}
.icon-revisar:before {content:"\e6c3";}
.icon-atender:before {content:"\e71e";}
.icon-responsables:before {content:"\e673";}
.icon-history:before {content:"\e647";}
.icon-profile:before {content:"\e623";}
.icon-upload:before {content:"\e65f";}
.icon-download:before {content:"\e65e";}
.icon-signup:before {content:"\e6b3";}
.icon-checkmark2:before {content:"\e6ff";}
.icon-exit:before {content:"\e704";}
.icon-loop2:before {content:"\e71c";}
.icon-paint-format:before {content:"\e60b";}
.icon-file3:before {content:"\e625";}
.icon-filter:before {content:"\e73f";}
.icon-plus:before {content:"\e702";}
.icon-print:before {content:"\e650";}
.icon-clock:before {content:"\e648";}
.icon-rechazo:before {content:"\e6b5";}


.imggridpequeño {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size:contain;
    margin: 0px 5px;
    padding: 0px;
    background-repeat: no-repeat;
}


.icon-modificar {
    background-image:url(../images/modificar.png);
}

[class^="icon-"]:hover, [class*=" icon-"]:hover {
     color:#016988;
}

.izquierdo {
   float:left;
}

.derecho {
     float:right;
     right:10px;
}

.chico{
     font-size:20px;
}

.icon-inactivo {
    background: transparent !important;
    color:#999 !important;
    cursor: not-allowed !important;
}