/* CSS Document */
/* CONTENIDOS
-------------------------------------------------- */


div#content {
	padding-bottom: 35px;
}



div.areas {
	position: relative;
	width: 697px;
	margin: 29px auto 3px auto;
	background: url(images/contentbg.gif) left top no-repeat;
}



div.areas h5 {
	display: inline;
	margin-bottom: 2px;
	height: 0;
	margin-left: 17px;
	padding-top: 5px;
	background-position: left top;
	background-repeat: no-repeat;
}


div.areas p {
	display: block;
	margin: 0 60px 0 17px;
	line-height: 17px;
}


div.areas p a {
	display: inline;
	right: 13px;
	bottom: 13px;
	margin-left: 26px;
	color: #fff;
}

div.areas dl,
div.areas ul {
	position: relative;
	padding: 0 0 27px 83px;
	background: url(images/contentbottom.gif) left bottom no-repeat;
}



div.areas ul {
	margin-top: 20px;
}

div.areas dt {
	margin: 25px 0 2px 0;
	font-weight: bold;	
}

div.areas dd {
	margin-left: 6px;
	padding-left: 15px;
	line-height: 18px;
	background: url(images/bullet.gif) left center no-repeat;
}

div.areas li {
	padding-left: 15px;
	line-height: 18px;
	background: url(images/bullet.gif) left center no-repeat;
}



div.areas a {
	position: absolute;
	z-index: 10;
	right: 19px;
	bottom: 19px;
	font-size: 14px;
	color: #1ebbf6;
}

