@font-face{
    font-family: "fontello";
    src: url(../font/fontello.eot) format("embedded-opentype");
    src: url(../font/fontello.ttf) format("truetype"),
        url(../font/fontello.woff) format("woff"),
        url(../font/fontello.svg) format("svg");
}
@-webkit-keyframes desaparecer{
    0%{opacity:1}
    80%{opacity:1}
    100%{opacity:0}
}

/*GLOBALES*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
}
body{

     font:1em/1.5 'Comfortaa', cursive;
    background: #222;
}
li{
    list-style: none;
}
a{

    color:#222;
    font-size: .7em;
    text-decoration: none;
}
a.active{
    font-weight: bold;
    font-size: .9em;
}


input:focus{
    outline: none;
    border: 1px solid #fbafe3;
}

/*Login*/

.login {
    width: 600px;
    background: #ccc;
    padding: 20px;
    overflow: hidden;
    margin: 10% auto 20px;
    box-shadow: 0px 0px 20px rgba(255,255,255,.2);
}
.login h1{
    text-align: center;
    letter-spacing: -2px;
    color: #742E46;
    text-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -webkit-text-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -moz-text-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -o-text-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -ms-text-shadow: 0px 1px 1px rgba(0,0,0,.9);
}
.login input{
    display: block;
    width: 70%;
    padding: 8px;
    margin-top: 20px;
    border:1px solid #ddd;
    background: #ededed;
    margin: 20px auto;
}

.login input[type="submit"]{
    background: #742E46;
    color:#fff;
    border:none;
    width: 30%;
    display: block;
    box-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -o-box-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -ms-box-shadow: 0px 1px 1px rgba(0,0,0,.9);
}
.login input[type="submit"]:hover{
    cursor: pointer;
    background:#444;

}

.login a{
    display: inline;
    font-weight: bold;

}
div.enlaces{
    display: none;
}

/*Mensaje*/


span[class^="mng_"]{

    display: block;
    width: 300px;
    margin: 20px auto;
    padding: 5px;
    text-align: center;
    color:#000;
    font-size: .7em;

    -webkit-animation: desaparecer 10s ease;
    -webkit-animation-fill-mode: forwards;
}
.mng_{
    opacity:0;

}
.mng_1{
    border: 2px solid green;
}
.mng_0{
    border: 2px solid orangered;
}

/*Panel*/

.main{
    width: 80%;
    margin: 0 auto;
}

div[class^="col"]{
    float: left;
}
.col80{
    width: 80%;
}
.col20{
    width: 20%;
}
.col50{
    margin-top: 20px;
    width: 50%;
}

.col80 a{
    font-size: 1em;
    font-weight: bold;
}


/*Header*/

header{
    width: 100%;
    background: #444;
    color:#ddd;
    padding: 10px 0;
    overflow: hidden;
    box-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -o-box-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -ms-box-shadow: 0px 1px 1px rgba(0,0,0,.9);
}
header .main{
    width: 100%;
    margin-left: 3px;

}
header .logo{
    float: left;
    font-size: 0.9em;
    font-weight: lighter;
    letter-spacing: -1px;
    line-height: 3em;
    padding: 5px;
    text-shadow: 0px 2px 1px rgba(0,0,0,.2);
    -webkit-text-shadow: 0px 2px 1px rgba(0,0,0,.2);
    -moz-text-shadow: 0px 2px 1px rgba(0,0,0,.2);;
    -o-text-shadow: 0px 2px 1px rgba(0,0,0,.2);;
    -ms-text-shadow: 0px 2px 1px rgba(0,0,0,.2);
}
header .logo span{
    color: #D8C19F;
}

/*Navegador*/

header nav{
 
    float: left;
    padding: 5px 0;

}
header li{
    float: left;
    margin-right: 5px;
    line-height: .8em;
    padding: 5px;

}

header li:first-child{
    padding-left: 0px;
}

header li:last-child{
    border-left: 1px solid rgba(255,255,255,.8);
    padding-left: 10px;
}
header nav li a{
   
    color: #ddd;
    font-size: 1.1em;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -webkit-text-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -moz-text-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -o-text-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -ms-text-shadow: 0px 1px 1px rgba(0,0,0,.9);


}
header nav li a:hover, a.activo{
    color:  #D8C19F;
}


/*Contenido*/

::selection{
    background: #742E46;
    color:#fff;
}
main{
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    min-height: 600px;
    background: #ccc;
    box-shadow: 0px 1px 3px rgba(0,0,0,.9);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.9);;
    -o-box-shadow: 0px 1px 3px rgba(0,0,0,.9);;
    -ms-box-shadow: 0px 1px 3px rgba(0,0,0,.9);
}
main h2{
    color: #742E46;
    text-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -webkit-text-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -moz-text-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -o-text-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -ms-text-shadow: 0px 1px 1px rgba(0,0,0,.9s);

}
/*Perfil*/
.datos{
    border-bottom: 1px solid #777;
    padding: 10px 0;
    overflow: hidden;
    font-size: .9em;
    color:#222;
}


/*Noticias*/
.orden{
    border-bottom: 1px solid  #222;
    padding: 10px 0;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}
.noticias h3{
    color: #222;
}
.noticias p{
    color:#333;
    font-size: .9em;
}
.noticias span{
    font-size: .8em;
    color:#666;
    font-style: italic;
}

/*FORMULARIOS*/
main form{
    overflow: hidden;
}

main form label{
    display: block;
    font-size: .8em;
    color:#222;
    margin-top: 10px;
    width: 100%;
}
main form input{
    width: 100%;
    padding: 5px;
    border:1px solid #ccc;
    margin-bottom: 10px;
}
main form input[type="checkbox"]{
    width: inherit;
}
main form input[type="submit"]{
    background: #742E46;
    color:#ddd;
    width: 130px;
    border:none;
    padding: 10px;
    margin-top: 10px;
    display: block;
    margin: 10px auto;
    box-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -o-box-shadow: 0px 1px 1px rgba(0,0,0,.9);;
    -ms-box-shadow: 0px 1px 1px rgba(0,0,0,.9);
}
main form input[type="submit"]:hover{
    cursor: pointer;
    background:#444;
}
main form textarea{
    width: 100%;
    min-height: 200px;
}

/*BOTONES EDITAR/BORRAR/APROBAR*/

.boton{
    display: inline;
    width: 16px;
    height: 16px;
    font-size: .8em;
    text-decoration: none;
}
.editar:before{
    font-family: "fontello";
    content: "\E800";
    color:#222;
    font-size: 1.2em;


}
.borrar:before{
    font-family: "fontello";
    content: "\E801";
    color:#222;
    font-size: 1.2em;
}
.aprobar:before{
    font-family: "fontello";
    content: "\E804";
    color:#222;
    font-size: 1.2em;
}
.editar:hover, .aprobar:hover, .editar:hover:before, .aprobar:hover:before {
    color: green;
}
.borrar:hover:before, .borrar:hover{
    color: orangered;
}
/*Galería */

.galeria{
    overflow:hidden;
    margin: 20px 0;
}

.galeria_img{

    float:left;
    margin-right: 15px;
}
.galeria_img img{
    height: 100px;
    
}

.galeria_doc{
    float:left;
    margin-right: 15px;
}
.galeria_doc p{
    
    background: #742E46;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
}


/*FOOTER*/

footer{
    color:#666;
    text-align: right;
    font-size: .7em;
    font-style: italic;
}

