/*******************************************************************************
* main - layout
*******************************************************************************/

#wrapper {
 margin: 0 auto;
 width: 989px;
}

#header {
height: 128px;
}

#headerleft
{
float: left;
height: 128px;
width: 198px;
}

#headerright
{
float: left;
height: 128px;
width: 791px;
background-image: url(../images/layout/fondo_header_right.jpg);
}

#toolbar {
 clear: both;
 color: #000;
 border: 1px solid #FFF;
 background: #F60;
 height: 20px;
 padding: 10px;
}

#leftcolumn {
 margin: 0px;
 padding: 0px;
 width: 198px;
 float: left;
 background-image: url(../images/layout/fondo_left_main.jpg);
 background-repeat: no-repeat;
}

#content {
 float: left;
 margin: 0px;
 padding: 0px;
 width: 791px;
 display: inline;
 background-image: url(../images/layout/fondo_content_main.jpg);
 background-repeat: no-repeat;
}

#banner
{
height: 212px;
}

.contenido
{
padding: 8px 24px;
}

#footer {
 clear: both;
 border-top: 3px solid #D9D9D9;
 height: 80px;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size: 0.8em;
}

#footertoptop
{
text-align: right;
color: #5f91c2;
}

#footerleft
{
float: left;
width: 650px;
}

#footerleft .logopie
{
margin-right: 15px;
}

#footertop
{
float: right;
margin-top: 15px;
color: #5F91C2;
}

#footertop a
{
text-decoration: underline;
font-weight: normal;
}

#footerbottom
{
float: right;
margin-top: 15px;
}

#footerbottom a
{
text-decoration: underline;
font-weight: normal;
color: #676767;
}

#footerbottom .logopie
{
margin-left: 10px;
}