@charset "iso-8859-1";

/* CSS Document */

.icon {
    display: inline-block;
    font-size: 1.3em;
}

.icon2 {
    display: inline-block;
    font-size: 1.2em;
    cursor: pointer;
}

.icon1 {
    display: inline-block;
    font-size: .9em;
    cursor: pointer;
}

.icon3 {
    display: inline-block;
    font-size: 2em;
    cursor: pointer;
}

.active-simple-verde {
    color: #390;
}

.active-simple-azul {
    color: #1a8cff;
}

.active-simple-azul2 {
    color: #094a8c;
}

.active-simple-rojo {
    color: #c5541d;
}

.active-simple-naranja {
    color: #f9c833;
}

.active-simple-gris-obscuro {
    color: #464646;
}

.active-simple-blanco {
    color: rgba(255, 255, 255, 0.5);
}

.active-simple-blanco-barra {
    color: #fff;
}

.active-simple-naranja:hover {
    color: #6bd800;
}

.disabled-simple {
    color: #999;
    cursor: default;
}

[data-icon]:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
    position: relative;
    top: .1em;
    margin-right: .4em;
}

.button-icon {
    /*line-height:1.2em;*/
    height: : auto;
    width: auto;
    margin-top: 0;
    margin-right: .2em;
    padding: 0;
    top: .1em;
    border: none;
    cursor: pointer;
    background-color: inherit;
    position: relative;
    font-family: "icons-font";
}

.button-icon2 {
    /*line-height:1.4em;*/
    height: : auto;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: .2em;
    padding: 0;
    top: .1em;
    border: none;
    cursor: pointer;
    background-color: inherit;
    position: relative;
    /*}
	input[type="submit"] {*/
    font-family: 'Open Sans';
    font-weight: 400;
}

.button-icon2 {}

button[type="submit"]:hover,
input[type="submit"]:hover {
    color: #6bd800;
    background-color: inherit;
}

button[disabled],
button[disabled]:hover,
input[disabled],
input[disabled]:hover {
    color: #999;
    cursor: default;
}