html,body{

    margin:0px;


}

#top {
    position: relative;
    background-color: #036fab;
    color: white;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

#bottom {
    position: relative;
    background-color: #c2dfef;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

#left {
    float: left;
    background-color: #ece3a5;
    padding: 0px;
/*    width: 170px;*/
}

#right {
    float: right;
    background-color: #ece3a5;
    padding: 0px;
/*    width: 150px;*/
}

.center_content {

    
    position: relative;
    padding: 0px;
    height: 100%;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);  /*FF3.6+*/ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));  /*Chrome,Safari4+*/ 
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.left_content {
    background-color: #DDDDDD;
/*    padding: 5px;*/
/*    margin-left: 170px;*/
}

.content {
    background-color: #DDDDDD;
    padding: 0px;
    margin: 0 auto;
    min-width: 1450px;
    width: 1450px;

}

#top a:link, #top a:visited {
    color: white;
    font-weight : bold;
    text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}

.largoPag  {
    overflow: auto;
    height:auto;
    min-height: 600px;
    margin: 0 auto;
}

.degradado {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #98A7C1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#98A7C1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#98A7C1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#98A7C1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#98A7C1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#98A7C1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#98A7C1',GradientType=0 ); /* IE6-9 */



}
