@font-face {
    font-family: 'gobCL';
    src: url(/fonts/gobcl_regular.eot);
    src: url(/fonts/gobcl_regular.eot?#iefix) format("embedded-opentype"),
    url(/fonts/gobcl_regular.woff) format("woff"),
    url(/fonts/gobcl_regular.ttf) format("truetype"),
    url(/fonts/gobcl_regular.png#gobCL) format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face{
    font-family: 'Titulo';
    src: url(/fonts/gobCL_Heavy.otf)format("opentype");
    font-weight: bold;
}
@font-face{
    font-family: 'Textos';
    src: url(/fonts/gobCL_Regular.otf)format("opentype");
    font-weight: normal;
}
@font-face{
    font-family: 'gobCl_Bold';
    src: url(/fonts/gobCL_Bold.otf)format("opentype");
    font-weight: normal;}
	
    body {
        background-image: url("../img/Fondo_puntos.png");
        
       
       }
    #logo{
        max-width: 80%;
        max-height: 80%;
        margin-left: auto;
    margin-right: auto;
    display: block;
    }
	p {
		/* font-family: 'gobCl'; */
        color: #233d4d;
        text-align: left;
	}
    #imgPerson {
        vertical-align: middle;
        max-width: 125%;
        max-height: 95%;
    }
    #tercer{
        margin-left: 25px;
        margin-right: 25px;
    }
    .men1{
        /* font-family: gobCl_Bold; */
    }
    #imgBoton{
        max-width: 80%;
        max-height: 80%;
        margin-left: auto;
    margin-right: auto;
    display: block;
        
    }
    #pie{
        /* position:fixed;  */
        bottom:0;
        height: 20px;
    }