.c_container {
	padding-bottom: 0px;
}
.LeftPane .c_container,
.ContentPane .c_container { padding:0 10px 20px 20px; }
.RightPane .c_container   { padding-bottom: 20px;     }

/*---------- To align the Actions, Icon and Title ---------*/
.c_actions, h2.c_title{
	float: left;
}

.c_title img {
	float:left; 
}
H2.c_title {
	margin: 0; 
	padding-bottom: 20px;
}

.c_actions { 
	margin-top: -19px;
	position: relative;
	top: 19px;
}
.c_actions .root .icn { 
	background: #836781; 
	padding: 5px 3px 0px 3px;
	position: relative; 
	top: 0; 
}
.c_actions .root .icn IMG {
	margin: 2px 4px;
}

.title_vis {
	float: right;
}

.c_content {
	clear: both;
}

.c_contentpane {
	padding: 0;
}
.c_footer {
	clear: both;
	display: none;
	margin-bottom: 0px;
	padding: 0;
	text-align:right;
}

/*---------- default style for head & normal -----------*/
.Normal P {
	margin-top: 0px;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg {
	background-color: #DAE7F2;
	border: solid 1px #4F839F;
}
.c_content .eipbackimg {
	margin-left: -20px;
	margin-top: 0;
}

/* default title */
.TitleHead {
	color: #2B0E72;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}





/* container Blank */





/* container Blank NoTitle */

/* hide all */
.blank .title_vis {
	display: none;
}

.blank_notitle .title_vis { 
	display: none;
}




/* container Avisos */

.avisos {
	background: url(images/bg_avisos.png) no-repeat;
	height: 94px;
}

.avisos .Normal {
	color: #69637c;
	font-size: 12px;
}
.avisos .c_title { 
	padding-bottom: 0; 
	padding-top:2px;
}
.avisos H2.c_title {
	width: 100%;
	text-align: center;	
}

.avisos .TitleHead {
	color: #5e5372 !important;
	font-size: 20px;
	font-weight: normal;
}
.avisos .c_actions .root .icn {	
	top: 0;
}
.avisos .c_contentpane {
	padding: 0 20px;	
}
.avisos .c_contentpane > DIV.DNN_HTMLContent { height: 57px; overflow: auto; }


.side .c_title {
	padding-left: 20px;
	padding-bottom: 0;
}
.side .TitleHead {	
	color: #FFF;
	display: block;		
	font-size: 18px;
	font-weight: bold;
	height: 31px;
	margin-bottom: 0;
	padding-top: 10px;
	text-align: center;
	width: 280px;	
}
.side .gray   { background: url(images/bg_side_gray.png) no-repeat; }
.side .brown  { background: url(images/bg_side_brown.png) no-repeat; }
.side .orange { background: url(images/bg_side_orange.png) no-repeat; }
.side .purple { background: url(images/bg_side_purple.png) no-repeat; }

.side .c_contentpane { 
	margin: 0 20px; 
}




/* container Avisos_Orange */

.avisos_orange {
	background: url(images/bg_avisos_orange.png) no-repeat;
}

.avisos_orange .Normal {
	color: #fff;
}

.avisos_orange .TitleHead {
	color: #fff !important;
}


.blank_orange .head_title {
	background: url("images/bg_tents.png") no-repeat left bottom;
	padding-bottom:10px;
}

