﻿/* guía de Colores

Azul: #202c52
Verde: 
Gris:
**************************************************/

*
{
    font-family: Verdana,Georgia, Arial, Sans-Serif;
    font-size: 10pt;
    
    margin: 0px;
    padding: 0px;
}

img
{
    border: 0px;
}

a
{
    border:0px;
    text-decoration: none;
}

body
{
    background-image: url("../img/sitebackground.png");
    background-position: bottom;
}

h1
{
    color: #202c52;
    font-size: 1.8em;
    text-decoration: underline;
}

h2
{
    color: #202c52;
    font-size: 1.6em;
}

h3
{
    color: #202c52;
    font-size: 1.2em;
}

p
{
    text-align: justify;
}

.embody
{
    width: 875px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header
{
    width: 100%;
    min-width: 875px;
    height: 120px;
    background-image: url("../img/headerbackground.png");
    background-repeat: repeat-x;
}

.navigation
{
    width: 100%;
    min-width: 875px;
    height: 30px;
    background-image: url("../img/menubackground.png");
    background-repeat: repeat-x;
}

.content
{
    width: 100%;
    height: auto;
    min-height: 300px;
    background-color: #ffffff;
}

.footer
{
    width: 100%;
    min-width: 875px;
    height: 40px;
    background-color: #222222;
    background-image: url("../img/footerbackground.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
}

.sponsors
{
    width: 100%;
    height: 100px;
    background-color: #ffffff; 
    display: table;   
}

.orphan
{
    position: relative;
    margin-left: 750px ;
    margin-top: -170px;
    height: 150px;
    width: auto;
    z-index: 100;
    top: 0px;
    left: 0px;
}
