﻿body
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    overflow:auto;
}
body.contenido
{
    background-color: #dfdbdb;
    /*background-color: White;*/
}
.portada
{
    
    background-repeat: no-repeat;
    position: relative;
}
a
{
    font-family: 'Serifa BT';
    font-weight: bold;
    font-size: 12pt;
    color: black;
    text-decoration: none;
    
}
a:hover
{
    font-family: 'Serifa BT';
    font-weight: bold;
    font-size: 12pt;
    color: black;
    text-decoration: underline;
    
}
.aSubmenu
{
    font-family:  'Serifa BT';
    font-weight: bold;
    font-size: 10pt;
    color: black;
    text-decoration: none;
}
.aSubmenu:hover
{
    font-family:  'Serifa BT';
    font-weight: bold;
    font-size: 10pt;
    color: black;
    text-decoration: underline;
    list-style-type: none;
}
.bordeAmarillo
{
    border-top: #f39d22 2px solid;
    border-left: #f39d22 2px solid;
    border-bottom: #f39d22 2px solid;
    background-repeat: no-repeat;
    background-color: white;
}
.bordeVerde
{
    border-top: #046022 2px solid;
    border-left: #046022 2px solid;
    border-bottom: #046022 2px solid;
    background-repeat: no-repeat;
}
.cuadroAmarillo
{
    border-right: #f39d22 3px ridge;
    border-top: #f39d22 2px solid;
    border-left: #f39d22 2px solid;
    border-bottom: #f39d22 3px ridge;
}
.huecoPagina
{
    border-top: #dfdbdb 2px solid;
    border-left: #f39d22 2px solid;
    border-bottom: #f39d22 2px solid;
    border-right: #f39d22 2px solid;
    background-color: #dfdbdb;
}
.huecoPaginaCantera
{
    border-top: #dfdbdb 2px solid;
    border-left: #046022 2px solid;
    border-bottom: #046022 2px solid;
    border-right: #046022 2px solid;
    background-color: #dfdbdb;
}
.textoAmarillo
{
    color: #f39d22;
    font-family: 'Serifa BT';
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
}
#submenu
{
    font-size:10pt;
}
.textoVerde
{
    font-family: 'Serifa BT';
    font-weight: bold;
    font-size: 12pt;
    color: #046022;
}
.textoVerdeTit
{
    font-family: 'Arial Narrow' , 'Serifa BT';
    font-weight: bold;
    font-size: 18pt;
    color: #046022;
}
.textoNormal
{
    font-family:  Arial;
    font-size: 10pt;
    color: black;
    text-align: justify;
}
.imagenLogo
{
    background-image: url("images/logo-cantera.png") !important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo-cantera.png');
}
.divEmpresa
{
    width:350px;
    height:265px;
    overflow:auto;    
    padding-right:5px;
}
.divProductos
{
    width: 545px;
    height: 290px;
    overflow: auto;
    padding-right: 10px;
    padding-left: 10px;
    line-height:18px;    
}
.pie
{
    border-bottom:solid 1px #f39d22;
    border-left:solid 1px #f39d22;
    font-family:  Arial;
    font-size: 8pt;
    color: black;
}
#Cantera
{
    border-bottom:solid 1px #046022;
    border-left:solid 1px #046022;
}
.pieDiseño
{
    border-bottom:solid 1px #f39d22;
    border-right:solid 1px #f39d22;
    font-family:  Arial;
    font-size: 8pt;
    color: black;
}
#CanteraD
{
    border-bottom:solid 1px #046022;
    border-right:solid 1px #046022;
}
.aPie
{
    font-family:  Arial;
    font-size: 8pt;
    color: #000033;
    text-decoration:none;
}
.aPie:hover
{
    font-family:  Arial;
    font-size: 8pt;
    color: #000033;
    text-decoration:underline;
}