﻿body
{
    margin: 0px;
}
.divMenu 
{ 
    position: absolute;
    top: 250px;
    
}
.cabVerde
{
    font-weight: bold;
    font-size: 14pt;
    color: white;
    font-family: 'Arial', Verdana;
    background-color: #217929;
    border-bottom: outset 2px black;
    margin: 0px;
}
#pins
{
    font-size: 12pt;
    border-right: #330033 2px outset;
}
.textoNormal
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
    text-align: justify;
}
.fondoDerecha
{
    background-repeat: repeat-y;
    background-position: right top;
    margin: 0px;
    background-image: url(../images/imgDerecha.jpg);
    background-attachment: scroll;
}
.pie
{
    font-size: 10pt;
    color: white;
    font-family: Arial;
    text-align: center;
}
.divTextoProd
{
    position: absolute;
    width: 430px;
    height: 310px;
    overflow: hidden;
    text-align: justify;
    margin-left: 20px;
}
.textoCabProd
{
    font-size: 12pt;
    color: #E70A0A;
    border-bottom: solid 1px #217929;
    font-family: Arial;
    text-align: justify;
    font-weight: bold;
}
.aEmpresa
{
    font-size: 11pt;
    color: #217929;
    font-family: Arial;
    text-decoration:none;
    font-weight:bold;
}
.aEmpresa:hover
{
    font-size: 11pt;
    color: #217929;
    font-family: Arial;
    text-decoration:underline;
    font-weight:bold;
}
.boton
{
    border-right: #217929 2px outset;
    border-top: #217929 1px outset;
    font-weight: bold;
    font-size: 10pt;
    border-left: #217929 1px outset;
    color: #e70a0a;
    border-bottom: #217929 2px outset;
    font-family: Arial;
    cursor: hand;
    background-color: white;
}
.textoVerde
{
    font-size: 11pt;
    color: #217929;
    font-family: Arial;    
}