﻿.divScreen
{
    position:absolute;
    top:0px;
    left:0px;
    width:800px;
    height:auto;
    }
.divHeader
    {
    background-image:url(imagenes/Fondo.jpg);
    background-repeat:no-repeat;
    width:800px;
    height:52px;
        }
.divMenu
{
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:23px;
    }
.divHeaderInfo
{
    border-style:solid;
    border-left:0px;
    border-right:0px;
    border-top:0px;
    border-bottom:1px;
    border-bottom-color: #E0E0E0;
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:17px;
    }
.divPage
{
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:auto;
    }
.divMain
{
    position:relative;
    float:left;
    top:1px; 
    left:0px;
    width:500px;
    height:auto;
    text-align:center;
    }
.divMainCenter
{
    position:relative;
    text-align:center;
    top:1px; 
    height:auto;
    width:800px;
    }
.divMainRight
{   position: relative;
    float:right;
    top: 1px;
    height: auto;
    width: 296px;
    text-align:right;
    }
.divFeeds
{
    background-image:url(imagenes/FondoResultados.jpg);
    background-repeat:no-repeat;
    width:600px;
    height:500px;
    padding:5px;
    }
.divFeedsContent
{
    position:relative;
    width:600px;
    height:500px;
    top:1px;
    }
.divDemanda
{   background-image: url(imagenes/fondoSYellow.jpg);
    background-repeat:no-repeat;
    width:100%;
    height:200px;
}
.SPANheader
{   font-family :Arial;
    font-weight:bold;
    font-size:11pt;
    color:#404040;
    }
.SPANdataheader
{   font-family :Arial;
    font-weight:bold;
    font-size:10pt;
    color:#404040;
    text-align:left;
    }
.TDextrainfo
{   border-style:solid;
    border-color:#d3d3d3;
    border-width:thin;
    background-color:#ffffcc;
    color:#3c3c3c;
    text-align:left;
    }

A:link
{
    text-decoration:none;
}

A
{
    text-decoration:none;
}
