@charset "utf-8";
/* CSS Document */

   .share{
    	display: none;
    }
    .btn_social{
          width: 43px;
    }

    .btn-acceso-rapido{
    	width: 45px;
    	margin-right: 10px;
    }

    .container-acceso-rapido{
		width: 100%;
	    height: 50px;
	    
	    margin-bottom: 5px;
	    text-align: center;
    }

    .ath-samsungAndroid {
        bottom: 1.8em;
        left: 50%;
        margin-left: -9em;
    }

    .ath-stockAndroid {
        right: 1.5em;
        top: 1.8em;
    }

    .ath-samsungAndroid:after {
        content: '';
        background: #eee;
        background: -webkit-linear-gradient(135deg, rgba(238,238,238,0) 0%,rgba(238,238,238,0) 50%,rgba(238,238,238,1) 50%,rgba(238,238,238,1) 100%);
        position: absolute;
        width: 2em;
        height: 2em;
        bottom: -1.5em;
        left: 0;
    }

    .ath-stockAndroid:after {
        content: '';
        background: #eee;
        background: -webkit-linear-gradient(-45deg, rgba(238,238,238,0) 0%,rgba(238,238,238,0) 50%,rgba(238,238,238,1) 50%,rgba(238,238,238,1) 100%);
        position: absolute;
        width: 2em;
        height: 2em;
        top: -1.5em;
        right: 0;
    }

    .ath-container.ath-stockAndroid:before {
        float: left;
        margin: -0.7em 0.5em 0 -0.6em;
    }

    .ath-container.ath-stockAndroid.ath-icon:before {
        position: absolute;
        right: auto;
        left: 0;
        margin: 0;
        float: none;
    }

    .about p{
        color: #000 !important;
        text-align: justify !important;
    }

    #footer {
        position: fixed;
        left: 0px;
        bottom: 0px;
        padding: 25px 0px;
        width: 100%;
        background: rgba(102,102,102,.9);
        z-index: 9999;
    }

    /* IE 6 */
    * html #footer {
       position:absolute;
       top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
    }

    .nombre_representante{
        font-weight: bold;
        font-size: 36px;
        color: #0A4852 !important;
    }
    .titulo_representante{
        margin-bottom: 45px;
        font-size: 26px;
        color: #0A4852 !important;
    }

    .text_inicial{
        
        text-align: center !important;
        color:#000;
        font-size: 14px;
        float: left;

    }
    .text_inicial>p{
        text-align: center !important;

    }

