﻿/*
	Fecha   : 31/08/2016
	Autor   : Ing. Erick López Martínez
	Sección : estilos por ID
*/
#headerPrecentacion {
    background-color: #ffffff;
    border: 1px solid #F7F7F9;
    border-radius: 0.5rem;
}

#textoISSEG {
    color: #004A81;
    font-size: 5rem;
    font-weight: 300;
}

#nombreInstitucionHeader {
    color: #004A81;
    font-size: 1.5rem;
}
/*
	Fecha   : 31/08/2016
	Autor   : Ing. Erick López Martínez
	Sección : Estilos por clase
*/
.fullLineHeight {
    line-height: 100%;
}
/*
	Fecha   : 31/08/2016
	Autor   : Ing. Erick López Martínez
	Sección : Ajustes de estilos por media querys
*/
@media (min-width: 1170px) {
    #textoISSEG {
        font-size: 10rem;
    }

    #nombreInstitucionHeader {
        font-weight: bold;
        font-size: 2rem;
    }
}

@media (min-width: 970px) {
    #textoISSEG {
        font-size: 10rem;
    }

    #nombreInstitucionHeader {
        font-weight: bold;
        font-size: 2rem;
    }
}

@media (min-width: 750px) {
    #textoISSEG {
        font-size: 8rem;
    }
}

@media (min-width: 0px) {
}
