/*
 *      This program is free software; you can redistribute it and/or modify
 *      it under the terms of the GNU General Public License as published by
 *      the Free Software Foundation; either version 2 of the License, or
 *      (at your option) any later version.
 *
 *      This program is distributed in the hope that it will be useful,
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *      GNU General Public License for more details.
 *
 *      You should have received a copy of the GNU General Public License
 *      along with this program; if not, write to the Free Software
 *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *      MA 02110-1301, USA.
 *      Autor: Víctor Fernández Rico (cambiadeso.es) vfrico@gmail.com
*/
@import url('archivos/fuentes/fuentes.css');
/*Importar fuentes de Google Font Directory*/
/*Neucha*/
@import url('http://fonts.googleapis.com/css?family=Neucha');
/*Droid Sans*/
@import url('http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold');
/*Molengo*/
@import url('http://fonts.googleapis.com/css?family=Molengo');
/*Yanone Kaffesatz*/
@import url('http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight,light,regular,bold');
/*Orbitron*/
@import url('http://fonts.googleapis.com/css?family=Orbitron:regular,500,bold,900');
@import url('http://fonts.googleapis.com/css?family=Ubuntu');
@import url('http://fonts.googleapis.com/css?family=Neuton:regular,italic');

/**********/
/*Cabecera*/
/**********/
header, section, footer, aside, nav, article, figure {
    display: block;
}
body{
    background-color: #fff;
}
*{
    padding: 0px;
    text-indent: 0px;
}
#header {
    background: -moz-linear-gradient(top, #9ACD32 0%, #ffffff 100%); /*1º- from(#C7B0B4), to(#ffffff)*/
    background: -webkit-gradient(linear, left top,
        left bottom, from(#9ACD32), to(#ffffff)); /*1º- from(#C7B0B4), to(#ffffff)*/
    background-color: #9ACD32;
    margin: -8px -8px 0px -8px;
}
#header h1 , #header h1 a, #header h1 a:link, #header h1 a:hover , #header h1 a:visited {
    font-size: 40px;
    font-family: "Ubuntu";
    color:#FFFFFF;
    margin: 0px 30px 0px 20px;
    padding-bottom: 0px;
    text-decoration: none;
}
nav{
    margin: 8px 14px 10px 20px;
    padding: 3px 0px 10px 0px;
    font-family: "Yanone Kaffeesatz";
    font-size: 19px;
    letter-spacing: 2px;
}
nav li {
    list-style: none;
    float: left;
    margin: 0px 15px 0px 10px;
}
nav ul {
    float: left;
    margin: 0px;
}
nav a {
    color: #C7F347;
    text-decoration: none;
}
nav a:link {
    color: #C7F347;
    text-decoration: none;
}
nav a:hover{
    color: #66CE30;
    text-decoration: underline;
}
nav a:visited {
    color: #A9C45E;
    text-decoration: none;
}
#usuario {
    float: right;
    margin: -42px 30px 0px 0px;
    font-family: "Molengo";
    color:#212121 ;
    text-align: right;
    font-size: 13px;
}
#usuario a {
    color: #66CE30;
    text-decoration: none;
}
#usuario a:link {
    color: #66CE30;
    text-decoration: none;
}
#usuario a:hover{
    color: #66CE30;
    text-decoration: underline;
}
#usuario a:visited {
    color: #6CBC43;
    text-decoration: none;
}
/********/
/*Cuerpo*/
/********/
.entrada-info {
    text-align: right;
    font-size: 12px;
    margin-top: -2px;
}
#cuerpo{
    border-right: #9E9E9E solid 1px;
    border-top: #9E9E9E solid 1px;
    border-left: #9E9E9E solid 1px;
    border-radius:19px;
    -moz-border-radius:19px;
    margin: 25px auto;
    width:1000px;
}
aside{
    border-right: #9E9E9E solid 1px;
    width: 185px;
    padding: 15px;
    margin: -3px -3px 0px -3px;
    text-align: left;
    font-family: "Molengo";
}

.aside {
    margin: 9px 0px 10px 0px;
    font-family: "Molengo";
    font-size: 10px;
}
aside h1 {
    padding: 5px 4px;
    margin: 4px -7px;
    border-top: #B5B5B5 1px solid;
    border-bottom: #B5B5B5 1px solid;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top,
        left bottom, from(#F3F3F3) , color-stop(0.5,#E6E6E6) , to(#F3F3F3));
    background: -moz-linear-gradient(top, #F3F3F3 0%, #E6E6E6 100%);
    font-family: "Orbitron";
    font-size: 16px;
    text-align: center;
    color: yellowgreen;
    font-weight: normal;
}
aside p {
	font-size: 13px;
    text-align: justify;
}
aside a {
	color: yellowgreen;
	text-decoration: none;
}    
aside a:hover {
	color: green;
	text-decoration: underline;
} 
section {
    width:740px;
    margin: 0px 0px 0px 0px;
    padding: 15px 17px 15px 16px;
    font-size: 14px;
    font-family: "cantarell";
}
section h1 {
    text-shadow: rgba(90,90,90,0.6) 2px 2px 6px;
    font-size: 28px;
    font-family: "Neucha";
    letter-spacing: 0px;
    border-bottom: 1px solid #aaaaaa;
    margin: 0px 0px 0px 0px;
    padding-bottom: 4px;
    color: #33B942;    
    text-decoration: none;
}
section h2 {
    font-size: 17px;
    font-family: "Neuton";
    font-weight: normal;
    letter-spacing: 0px;
    border-bottom: 1px solid #aaaaaa;
    margin: 15px 0px 10px 10px;
    padding-bottom: 4px;
    color:#66CE30;
}
section h1 a {
    color: #33B942;
    text-decoration: none;
}
section h1 a:link {
    color: #33B942;
    text-decoration: none;
}
section h1 a:hover{
    color: #66CE30;
    text-decoration: underline;
}
section h1 a:visited {
    color: #35843E;
    text-decoration: none;
}
.admin {
    color: yellowgreen;
}
footer{
/*    background-color: greenyellow;*/
    padding: 10px 0px 10px 15px;
    border-bottom: #9E9E9E solid 1px;
    border-bottom-right-radius:19px;
    border-bottom-left-radius:19px;
    -moz-border-radius:19px;
    background: -webkit-gradient(linear, left top,
        left bottom, from(#C4C4C4) , color-stop(0.5,#E6E6E6) , to(#F3F3F3));
    background: -moz-linear-gradient(top, #C4C4C4 0%, #E6E6E6 100%);
    /*background-color: #F3F3F3;*/
    font-size: 14px;
    font-family: "Droid Sans";
}
footer p {
    margin-top: 3px;
    margin-bottom: 3px;
}
ul {
    margin-left: 40px;
}
section section {
    font-family: "Molengo";
    width: 710px;
    text-align: justify;
    margin-top: -14px;
}
p .serif{
	font-family: "abyssinica-sil";
}
#icono {
	margin-top: 20px;
	margin-left: 20px;
{
