/* ---------------------------- Color Change Area -----------------------*/


/* Container "title_white_bk" background */
.titleArea_shade
{
	background-color: #184796;
}

/* Conatiner "title_blue_bk" background */
.titleArea_blue_bk
{
	background-color: #184796;
}

/* Container Titles */
.title
{
	color: #FFF;
}

/* Container Title of "title_blue_line" */
.title_02
{
	color: #FFF;
	background-color: #184796;
}



/* ------------------------------*/



img {
	margin: 0px;
	padding: 0px;
}

.content_area_b
{
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}



/* Title DNN, styles */

.title
{
	font-size: 27px;
	font-weight: bold;
	font-family: 'nevis-Bold';
}

.title_02
{
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	font-family: 'nevis-Bold';
}

/* ---------------------- */


.titleArea_shade
{
	display: block;
	padding: 8px 8px 1px 8px;
	line-height: 27px;
	margin-bottom: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background-image: url(white_transp.png);
	background-repeat: repeat-y;
	background-position: right top;
}

.titleArea_blue_bk
{
	display: block;
	padding: 8px 8px 1px 8px;
	line-height: 27px;
	margin-bottom: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.blue_line {
	background-image: url(line_title.png);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
}


/* ======================
container
==========================*/


.container_rentas_04
{
	margin-bottom: 10px;
	clear: both;
}

.container_rentas_05
{
	margin: 0px;
	padding: 0px;
}


@media only screen and (max-width: 760px) { 

.titleArea_shade
{
	background-image:none;
}

}

.title a {
	color: white !important;
}

.title a:hover {
	text-decoration: underline !important;
}


