﻿body {
    height: 100%;
    margin: 0;
}
#footer {
    background-color: #efefef;
    color: #000000;
    width: 100%;
    margin-top: 10px;
    overflow-x: hidden !important;
}
a.link1 {
    color: #000000;
    text-decoration: none;
}
a.link2 {
    color: #ffffff;
    text-decoration: none;
}
.FondoAplicacion {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.popupAlerta {width:400px;
}
header {
    background: #1289a4;
    color: #ffffff;
    padding: 10px;
    margin: 0px;
}
.lineaMenu {
    height: 4px;
}
.verdeTecMedica {
    background-color: #01d3a1;
}
.alertaMensaje {
    color: #007bff;
}
.btn-ancho {
    width: 90px;
}
.btn-ancho1 {
    width: 50px;
}
.bg-verdeAgua {
    background-color: #92f5e3;
}
.bg-rojo {
    background-color: #ff3c52;
}
.bg-verde {
    background-color: #05d5a1;
}
.bg-amarillo {
    background-color: #fff1a8;
}
.bg-azul {
    background-color: #1189a4;
}
.parpadea {
    animation-name: parpadeo;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
