/*  
Client: LONDON CONSULTING GROUP
Client URL: http://londoncg.com
Description: London Consulting Group fue fundado en 1991. Actualmente tenemos operaciones en las Américas. Contamos con 9 oficinas regionales y un corporativo en Monterrey, México.
Version: 1.0
Autor: Ministerio
Autor URL: http://ministerio.mx
*/


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

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}


.txt-light {
    font-family: "DINProLight", Arial, Helvetica, sans-serif;
}

.txt-regular {
    font-family: "DINProRegular", Arial, Helvetica, sans-serif;
}

.txt-medium {
    font-family: "DINProMedium", Arial, Helvetica, sans-serif;
}

.txt-bold {
    font-family: "DINProBold", Arial, Helvetica, sans-serif;
}

.txt-black {
    font-family: "DINProBlack", Arial, Helvetica, sans-serif;
}


.txt-verde {
    color: #007464;
}

.txt-verdeclaro {
    color: #3abc7a;
}

.txt-rojo {
    color: #cc0000;
}

.txt-rojoclaro {
    color: #ff4e4e;
}

.txt-amarillo {
    color: #ffff00;
}