@charset "UTF-8";
/*********************************************************/
/*@Sitio: www.quimek.com
/*@Autor: Ing. John Eric López López
/*@Desc: Hoja de Estilos Principal
/*********************************************************/

body{
    font-size: 12px;
    font-family: Arial;
    color: #263a45;
    background-color: #fff;
}

a{
    text-decoration: none;
    color: #263a45;
}

.fleft{
    float: left;
}

.fright{
    float: right;
}

p{
    color: #263a45;
}

/**************************** C A B E Z E R A ********************************/

#bg_actualizacion{
    text-align: center;
}

#bg_actualizacion h1{
    font-size: 26px;
    color: #004c98;
    margin-top: 40px;
    margin-bottom: -25px;
}

#bg_actualizacion h2{
    font-size: 22px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
}

#bg_actualizacion p{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

#bg_actualizacion strong{
    color: #0079c1;
}

#logo_actualizacion{
    margin-top: 60px;
}

.mailto{
    background: url(../images/contactanos.png) no-repeat top;
    width: 201px;
    height: 35px;
    display: block;
    margin: 0 auto;
}

.mailto:hover{
    background-position: bottom;
}