body{
background: #97b2c7 url("../img/bg05a.jpg") no-repeat 50% 50% fixed;
margin:0;
padding:0;
line-height: 1.0em;
}

#maincontainer{
width: 866px; /*Ancho de la Capa Contenedora*/
background: transparent;
margin: 0 auto; /*Centra la Capa en la Pagina*/
}

#topsection{
background: white url("../img/head.jpg") no-repeat 50% 50%;
height: 183px; /*Height of top section*/
}

#topsection h5{
margin: 0;
padding-top: 145px;
padding-left: 18px;
color: white;
}

#contentwrapper{
float: left;
width: 100%;
background: white;
}

#contentcolumn{
margin-right: 260px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 260px; /*Width of right column*/
margin-left: -265px; /*Set left margin to -(RightColumnWidth) */
background: #e4e4e4 url("../img/bgcolumright.jpg") repeat-y 50% 0;
}

#footer{
clear: left;
width: 100%;
height: 36px;
background: white url("../img/footer01.jpg") no-repeat 0 100%;
color: white;
padding: 4px 0;
}

#footer h5{
margin: 2px;
text-align: center;
color: white;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
font-family: Arial;
color: #8f0000;
font-size: 12px;
}

.innertube a{
font-family: Arial;
color: #8f0000;
text-decoration: none;
}

.innertube a:hover{
color: #8f0000;
text-decoration: underline;
}

.imagen{
float: right;
padding: 5px 0 0 10px;
}

#barmenu{
clear: left;
width: 100%;
background: white;
padding: 0;
/*border-width: thin 0;
border-color: white;
border-style: outset;*/
text-align: left;
}

#bartrans{
clear: left;
width: 100%;
background: white;
padding: 4px 0;
/* border-width: thin 0;
border-color: white;
border-style: outset; */
text-align: right;
}

/* Tipos de Fuentes */

#textogris{
color: gray;
font-family: Arial;
font-size: 12px;
font-weight: normal;
padding: 0 10px;
}

#textoazul{
color: navy;
font-family: Arial;
font-size: 12px;
font-weight: normal;
padding: 0;
}

#textorojo{
color: #8f0000;
font-family: Arial;
font-size: 1em;
font-weight: normal;
padding: 0;
}

.headerbar{
font: bold 12px arial;
color: white;
background: transparent url(../img/titlebar.gif) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 5px 10px; /*header text is indented 10px*/
}

.headerbar2{
font: bold 14px arial;
color: #8f0000;
background: transparent;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 5px 10px; /*header text is indented 10px*/
border-width: 1px 0;
border-color: gray;
border-style: dotted;
}
