@charset "UTF-8";
/*********************************************************/
/*@Sitio: www.genotipo.com
/*@Autor: Ing. John Eric López López
/*@Desc: Hoja de Estilos Principal
/*********************************************************/
@font-face {
font-family: "Lobster";
src: url("Lobster.ttf") format("opentype");
}

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: 30px;
    color: #364a56;
    margin-top: 40px;
}

#bg_actualizacion h2{
    font-size: 24px;
    color: #364a56;
    font-weight: normal;
    margin-bottom: 20px;
}

#bg_actualizacion p{
    font-size: 20px;
    color: #364a56;
    margin-bottom: 20px;
}

#logo_actualizacion{
    margin-top: 60px;
}

.mailto{
    background: url(../images/boton_contacto.jpg) no-repeat top;
    width: 220px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

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