/* red */
.page_bg {
	background: #640b0f;
}

.wrapper {
		background: #f7f7f7 url(images/mw_shadow_l.png) 0 0 repeat-y;
		margin-left: auto;
	margin-right: auto;
}

.wrapper_r {
	background: url(images/mw_shadow_r.png) 100% 0 repeat-y;
}

.header {
	background: url(images/mw_header_t.png) 0 0 repeat-x;
}

.header_l {
	background: url(images/mw_header_t_l.png) 0 0 no-repeat;
	position: relative;
}

.header_r {
	background: url(images/mw_header_t_r.png) 100% 0 no-repeat;
	height: 105px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}

.footer {
	background: #f7f7f7 url(images/mw_footer_b.png) 0 100% repeat-x;
}

.footer_l {
	background: url(images/mw_footer_b_l.png) 0 0 no-repeat;
}

.footer_r {
	background: url(images/mw_footer_b_r.png) 100% 0 no-repeat;
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
	float: right;
	width: 400px;
	height: 100px;
	background: url(images/mw_joomla_logo.png) 0 0 no-repeat;
	margin-left: 30px;
	margin-top: 25px;
}

.texto_logo{
  margin-left: 30px;
	margin-top: 30px;
}

.tabarea {
	background: #f7f7f7 url(images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}

.tabarea_l {
	background: url(images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

.tabarea_r {
	height: 20px;
	background: url(images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}
.whitebox {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

.whitebox_t {
	background: #fff url(images/mw_content_t.png) 0 0 repeat-x;
}

.whitebox_tl {
	background: url(images/mw_content_t_l.png) 0 0 no-repeat;
}

.whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(images/mw_content_t_r.png) 100% 0 no-repeat;
}

.whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(images/mw_content_b_l.png) 0 100% no-repeat;
	padding-left: 25px;
}

#whitebox_br {
	height: 13px;
	background: url(images/mw_content_b_r.png) 100% 100% no-repeat;
	padding: 1px 8px;
}