/* ----- estilos para etiquetas ----- */

body
{
    background-color: #06331e;
    background-image: url(../img/bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    font-family: 'Righteous', Arial;
    font-size: 16px;
    text-align: center;
    padding-top: 1em;
}

header
{
    text-align: left;
}

h2
{
    text-align: right;
    color: yellow;
    font-size: 2em;
    padding: 0.4em;
}

h3
{
    color: yellow;
    font-size: 1.8em;
    padding-top: 0.4em;
    padding-bottom: 0.2em;
}

h4
{
    color: yellow;
    font-size: 1.2em;
    padding-bottom: 0.2em;
}

form
{
    color: yellow;
    line-height: 2em;
    padding-bottom: 1em;
    text-align: right;
}

form input
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(/PIE.htc);
    border-radius: 5px;
    background-color: white;
    border: 2px solid white;
    height: 1.5em;
    width: 200px;
}

form textarea
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(/PIE.htc);
    border-radius: 5px;
    background-color: white;
    border: 2px solid white;
    height: 2.4em;
    margin-top: 0.3em;
    width: 196px;
}

p
{
    line-height:1.2em;
    padding-top: 0.3em;
    padding-bottom: 0.5em;
}

img
{
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(/PIE.htc);
    border-radius: 5px;
}

footer
{
    text-align: right;
    font-size: 0.8em;
    padding: 0.6em;
}

/* ----- fin estilos para etiquetas ----- */

/* ----- estilos para id ----- */

#container
{
    height: 100%;
    margin: auto;
    overflow: hidden;
    text-align: left;
    width: 700px;
}

#container-left
{
    float: left;
    width: 252px;
}

#container-right
{
    margin-left: 252px;
    margin-top: 1em;
    width: 448px;
}

#container-right ul
{
    list-style: square url("../img/biohazard.png");
}

#container-right li
{
    padding-bottom: 0.3em;
}

#menu
{   
    position:absolute; 
    top:210px;  
    right:47%;  
    margin-right:275px;  
    width:140px;
    z-index: 99999;
    font-size: 1.5em;
}

#menu li
{
    border-bottom: 2px solid yellow;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    width: 180px;
    line-height:1.2em;
}

#menu a
{
    color: yellow;
}

#menu a:hover
{
    color: gray;
}

/* ----- fin estilos para id ----- */

/* ----- estilos para clases ----- */

.amarillo
{
    color: yellow;
}

.botones
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(/PIE.htc);
    border-radius: 5px;
    background-color: yellow;
    border: 2px solid yellow;
    color: black;
    font-size: 1em;
    height: 30px;
    margin-left: 0.8em;
    width: 75px;
}

.botones:hover
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(/PIE.htc);
    border-radius: 5px;
    background-color: gray;
    border: 2px solid gray;
    color: black;
    font-size: 1em;
    height: 30px;
    margin-left: 0.8em;
    width: 75px;
}

.mercadeo
{
    text-align: right;
    font-size: 1.4em;
    color: yellow;
}

.mini
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(/PIE.htc);
    border-radius: 5px;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.section
{
    border-bottom: 2px solid yellow;
}

/* ----- fin estilos para clases ----- */