div.tarea {
	
	position: relative;
	width: 100%;
	height: 207px;
	
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
	background-color: #102352;
}

div.tarea div.contact {
	
	position: absolute;
	width: 161px;
	height: 344px;
	margin-left: 530px;

	background-color: #E5CE5D;
	
	text-transform: uppercase;
	color: #5D5426;
	font-size: 90%;
	font-weight: bold;
	
	padding: 10px;
}

div.tarea div.contact img.fix {
	
	float: right;
	margin: 0;
}

div.tarea img.bottom {
	
	position: absolute;
	clear: both;
	float: right;
	margin: 0 0 0 -10px;
}

div.tarea img {
	
	margin-left: 160px;
	margin-top: 8px;
}

div.dblogo img {
	position: absolute;
	width: 180px;
	height: 60px;
	margin-left: 530px;
	margin-top: 140px;
}

div.tarea a {
	
	margin: 3px 10px 0 0;
	float: right;
	
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	color: #535760;
}

div.tarea a:hover {
	
	text-decoration: none;
	color: #000000;
}

div.infobody {
	
	height: 266px;

	background-color: #707681;
	background-image: url(../images/infoarea_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	padding: -10px 0;
}

div.infobody  ol {
	
	margin: 3px 0 0 10px;
	padding: 0;
	position: relative;
	list-style: none;
	width: 380px;
}

div.infobody  ol li {
	
	margin-top: 4px;
	padding: 0 0 2px 0;
	border-bottom: solid #D1D1D1 2px;		
}

div.infobody  ol li span {
	
	font-weight: bold;
	color: #102352;
	font-size: 80%;	
}

div.infobody  ol li div {
	
	float: right;
	width: 200px;
	
}

div.info {
	
	position: absolute;
	left: 50%;
	margin-left: -346px;
	
	width: 506px;
	
	background-image: url(../images/info_bg.gif);
	background-position: top right;
	background-repeat: repeat-y;

	background-color: #e3e4e2;
}

div.info img.crt {
	
	float: right;
	margin: 0;
}

div.info img.clt {
	
	float: left;
	margin: 0;
}

div.info img.jig {
	
	float: right;
	clear: both;
	margin: 0;
}

div.info img.header {
	 
	 margin: 0;
}

div.info img.pic {
	 
	 margin: 0 5px 0 0;
	 float: right;
}

info img.bottom {
	
	position: absolute;
	top: 80px;
	clear: both;
	float: left;
	margin: 0;
}

div.info img.bottom {
	
	clear: both;
	float: right;
	margin: 0;
}
