html,body{

    margin:0px;
    
    
    
    


}

#top {
    position: relative;
    background-color: #083458;
    color: white;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

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

#left {
    float: left;
    background-color: #407FC3;
    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: 0px 5px 0px 5px;
    margin-left: 170px;
}

.right_content {
    background-color: #DDDDDD;
    padding: 0px;
    margin: 0 auto;
    min-width: 1400px;
    width: 1400px;
    
}

#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;
    min-height: 625px; 
    height: auto;
    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 */



}
