/* 
    Document   : style
    Created on : 06-ene-2015, 14:48
    Author     : gambess
    Description:
        Estilo de la pagina syox
*/

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position: 50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%9 !important;
}
/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
#content, .fullscreen{
    background-color:#FFFFFF;
    position: fixed;
    top:0px;
    bottom:0px;
    width:100%;
    min-height:100%;
}

h1
{
color: #3E78FD;
text-shadow: 5px -2px 7px #ffffff;
} 

h2
{
text-shadow: 3px -1px 6px #D6D2D0;
}

h4
{
text-shadow: 3px -1px 3px #277AFC;
}