/*
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 : 20-mar-2017, 8:08:54
    Author     : jairogarciarincon
*/

body{
    margin: 0 auto;
    max-width: 1024px;
    background-color: #000;
    color: #fff;
}

a:hover{
    cursor: pointer;
}

.cabecera{
    margin: 1em 0;
    text-align: center;
    color: #fff;
    padding-top: 1em;
}

.cabecera img{
    max-width: 40%;
}

.cabecera h2{
    color: #fff;
}

.imagen{
    text-align: center;
    margin-bottom: 2em;
}

.imagen img{
    width: 70%;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
}

.imagen img:hover {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
}

.imagen span{
    font-size: 1.3em;
}

a,
.imagen a{
    color: #2875d0;
}

.titulo{
    font-size: 1.2em;
    margin-bottom: 2em;
    text-align: right;
}

.titulo img{
    width: 3em;
    border-radius: 50%;
}

a:hover,
.imagen a:hover{
    text-decoration: none;
    color: #ffea31;
}

.ayuda{
    background-color: #2875d0;
    color: #fff;
    border-radius: 50%;
    padding: 0 0.3em;
    cursor: pointer;
}

.ayuda:hover{
    cursor: pointer;
    background-color: #ffea31;
    color: #000;
    text-decoration: none;
}

.texto_ayuda{
    display: none;
    margin: 1em 0;
    padding: 2em 1em 1em 1em;
    background-color: #444;
}

.texto_ayuda h3{
    line-height: 0;
}

.texto_ayuda h4{
    line-height: 30px;
}

textarea{
    resize: none;
    width: 100%;
    height: 15em;
    margin-bottom: 1em;
    background-color: #000;
}

hr{
    margin: 0;
    padding: 0;
    border-top: 1px solid #aaa;
}

strong{
    color: #aaa;
}

.preview img{
    width: 15%;
    float: right;
    margin: 1em;

}

.preview h1, h2, h3, h4, h5, h6{
    color: #2875d0;
    margin: 0;
}

.preview h3{
    text-align: center;
    font-weight: bolder;
    text-decoration: underline;
}

footer{
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 1em 0;
    margin: 6em auto 0 auto;
    font-size: 0.8em;
    border-top: 1px solid #eee;
}
