
    /* style.css */
    /* style.css by Giménez, Christian N. */
    /* This work is licensed under the Creative Commons Atribución-CompartirIgual 2.5 Argentina License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/ar/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. */

    /* Viernes 03 De Mayo Del 2013 */

body {
    background-color: #FFFFFF;
    margin-bottom: 0px;
    font-family: serif;
}

h2:hover {
    color: #55f;
    text-shadow: 2px 2px 2px;
}

h1 {
    color: #55f;
    text-shadow: 1px 1px 3px;
    z-index: 1;
    position: fixed;
    background-color: rgba(255,255,0,0.5);
    border-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 0px;
    right: 50%;
    margin-top: 0px;
    padding: 5px;
    box-shadow: 2px 2px 4px;
}


h2 {
    color: #55f;    
}

h3 {
    color: #88f;
}

h3:hover {
    color: #88f;
    text-shadow: 2px 2px 2px;
}

h4 {
    color: #aaf;
}

h4:hover {
    color: #aaf;
    text-shadow: 2px 2px 2px;
}

#postamble {
    border-top-style: solid;
    background-color: rgba(255,255,0,0.7);
    border-left-style: solid;
    border-width: 1px;
    border-right-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: small;
    padding: 5px;
}

.org-info-js_header-navigation {
    color: #aaa;
}
.org-info-js_header-navigation a {
    color: #aaa;
}

a {
    color: #444;
}

a:hover {
    text-shadow: 2px 2px 2px #88f;
}

#org-info-js_console-container {
    visibility: hidden;
}

.license {
    font-size: small;
}
