/*============================================================
Icon loadig.
==============================================================*/

#loadig-dialog {
    display: none;
}

div#overlay {
	height: 100%;
	width: 100%;

	position: fixed;
    background-color: #ffffff;
    opacity: 0.7;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999998;
    display: block;
}

div#cargando {
    width: 350px;
    height: 200px;

    top: 50%;
    left: 50%;
    position: fixed;
    margin-left: -175px;
    margin-top: -100px;
    z-index: 9999999;
    overflow: hidden;
    display: block;
    text-align: center;
}

/*============================================================
footer.
==============================================================*/

.links {
    margin-top: 10px;
}

.links a {
    color: #808080;
}

/*============================================================
mensaje de envio de mensaje principal.
==============================================================*/

.msjEnviadoPrincipal {
    width: 100%;
    text-align: center;
}

.msjEnviadoPrincipalGracias {
    font-weight: bold;
    font-size: 20px !important;
}
