﻿body
{ 
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 0.7em; /*background-color: #e7e6e2;*/
    /*background: url(images/container.gif) #e7e6e2 repeat-y center top;*/
    background-color : #e7e6e2; 
 }


/*
  Para el boton y el copyright
  Tahoma a 11pt color: #464646
*/
#poster h2
{
    font-size: 13px;
    font-weight: bold;
    color: #50700E;
}

#poster
{
    background: url(images/header.gif) no-repeat;
    margin-right: auto;
    margin-left: auto;
    /*width: 826px;*/
    /*width: 778px;*/
    width: 870px;
    height: 185px;
    /*height: 201px;*/
    margin-top: 1px;
}

.none
{
    display: none;
}

/* Navigation strips */
#navtop, #navbottom
{
    background: url(images/background_nav_main.gif) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    /*width: 778px;*/
    width: 870px;
    height: 35px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    background: url(images/footer.png) no-repeat; /*repeat-x*/
    /*width: 778px;*/
    width: 870px;
    height: 35px;
    margin-right: auto;
    margin-left: auto;
    /*text-align: center;*/
    /*margin-top: 10px;*/
    /*padding-bottom: 22px;*/
    /*color: #464646;*/
    /*font-size: 8pt;*/
}


#TwoContents
{
    /*width: 778px;*/
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding-bottom: 22px;
    
}

#Contentleft
{
    float: left;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding-bottom: 22px;    
}

#Contentrigth
{
    margin-left: 90px;
    position: relative;
}
/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/* Main part of the page that holds contents */
#body
{ 
    /*width: 778px;*/
    width: 870px;
    margin-top: 1px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
   /*background-color: white;*/
    /*height : 200px; */
}
    /*width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;*/



/* A full width block on the page */

.fullwidth, #loginbanner
{
    /*width: 794px;*/
    width: 728px;
    margin-right: auto;
    margin-left: auto;
    /*background: #336699 url(images/background_fullwidth.jpg) repeat-y;*/
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    border-right: #330099 1px solid;
    border-top: #330099 1px solid;
    border-left: #330099 1px solid;
    border-bottom: #330099 1px solid;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 80px;
    /*position: relative; */
}

#columnright
{
    margin-left: 100px;
  /*  position:relative; */
}


.leftblock
{
    /*border: 1px solid #330099;*/
    /*padding: 15px;*/
    margin-bottom: 10px;
    /*background: #FEFAAB url(images/background_columnleft.gif) repeat-y;*/
    vertical-align: top;
}

 .rightblock
{
    /*border: 1px solid #330099;*/
    /*padding: 15px;*/
    margin-bottom: 10px;
    /*background: #FEFFAB url(images/background_columnright.gif) repeat-y;*/
    position: relative;
    width:400px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

.TitlesBox
{
    font-size: 8pt;
    color: white;
    font-family: Tahoma;
}

