/*
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:  #F2F2F2;
    border-top: 5px solid #3366CC;
}

#wrapper {
    margin: 2em auto;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.05);
    width: 90%;
    max-width: 800px;
    padding: 15px 15px 45px 15px;
}
#logo a{
    width:100%;
    display:block; 
    text-align: center;
}

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

#parrafo {
    color: #535353;
    text-align: center;
    padding: 0 30px;
}
#parrafo .mensaje {font-size: 1em;}
#parrafo a{

        padding: 10px 25px;
        margin: 10px 0 0 0;
        text-decoration: none;
        border-radius: 25px;
        display:  inline-block;
        color: #ffffff;
}
.btn-default{
    background: #3366CC;
}
.btn-default:hover{
    background: #008C4A;
}
