/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11/07/2017, 03:50:27 PM
    Author     : jssalgado
*/
 *{font-family: Arial, Helvetica, sans-serif;}
a {border:none;}

body{
    margin:0;
    padding:0;
    height:100%; 
    background:  #ececec url(../img/background.png) center no-repeat;
    border-top: 5px solid #008C4A;
}

#wrapper {
    margin-top: 3em;
    margin-bottom: 2em;
}
#logo a{
    background: url(../img/logo-coomeva.png) top no-repeat;
    width:100%;
    height:150px;
    text-indent:-9999px; display:block; 
}

#alerta {
    overflow: hidden;
    text-align: center;
    width: 30%;
    margin: auto;
}
#tituloAlerta h1 {
    color: #232323;
}
#iconoAlerta {
        background: url(../img/error.svg) center no-repeat;
        height:117px;
}

#parrafo {
    color: #535353;
    text-align: center;
}
#parrafo .mensaje {font-size: 1em;}
#parrafo a{
        color: #FFFFFF;
        background: #8BC43F;
        padding: 10px 25px;
        margin: 10px 0 0 0;
        text-decoration: none;
        border-radius: 25px;
        display:  inline-block;
}
#parrafo a:hover {
    background: #008C4A;
}
