#panes_header {
	background: transparent url(imagenes_css/top_body.png) no-repeat left top;
	width: 901px;
	margin: 0 auto;
	position:relative;
	z-index:0;
	clear:left;
	padding-top:17px;
}

#panes {
	background: transparent url(imagenes_css/body.png) repeat-y left top;
	width: 901px;
	margin: 0 auto;
}

#dnn_LeftPane, #dnn_ContentPane, #dnn_RightPane{
	margin: 11px 10px;
	margin-top:0;
    padding-top:0;
	position: relative;
}
#dnn_LeftPane {
	float: left;
	min-height:400px;
	width: 264px;
	left:5px;
}
#dnn_ContentPane {
	float: left;
	left:12px;
	width: 377px;
}
#dnn_RightPane {
    display:table-cell;
    height:580px;
    padding-left:24px;
    vertical-align:middle;
    width:182px;
}

#footer 
{
    height:71px;
    clear:both;
    width:100%;
    position:relative;
}
#info_footer {
    height:71px;
    margin:auto;
    width:920px;
    position:relative;
    left /*\**/: -1px\9; /* ie 8 hack */
    //left: -1px; /* ie 7 hack */
}
.footer_izq_sup {
    height:148px;
    left:-46px;
    position:absolute;
    top:-162px;
    width:56px;
}
.footer_izq_inf {
    height:112px;
    left:-23px;
    position:absolute;
    top:-55px;
    width:199px;
    z-index:100;
}
.footer_derecha {
    height:180px;
    left:834px;
    position:absolute;
    top:-122px;
    width:169px;
    z-index:100;
}
.footer_data {
    bottom:0;
    height:15px;
    left:193px;
    overflow:hidden;
    position:absolute;
    text-align:center;
    width:504px;
    color:#FFFFFF;
}

/* Browser support message */
.bs_browsersupport 
{
    display: none;
    width:730px;
    margin:0 auto;
    background-color: #DADDDE;
    padding:10px;
    margin-bottom:10px;
}
.bs_message
{
    margin-right:24px;
    font-size:large;
}
.bs_closebtn
{
    cursor:pointer;
    margin-left:30px;
    vertical-align:top;
}
.bs_logo 
{
    display: inline-block;
    vertical-align:top;
    width: 98px;
    text-align: center;
    font-size:smaller;
}
.bs_logo *
{
    display:block;
    margin:0 auto;
    border:0px;
}