/* CSS Document */

#left_content .img_left
{
	border: 1px solid #3B80C2;
	float: left;
	margin-right: 15px;
}
#left_content .img_right
{
	border: 1px solid #3B80C2;
	float: right;
	margin-left: 15px;
}

#left_content p
{
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: justify;
}
#left_content p strong, #left_content ul strong, #left_content ol strong {
	color: #3B80C2;
}

#left span
{
	background-image: url(../images/bordeazul_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	padding-left: 7px;
	padding-top: 5px;
	
}

#left h2
{
	background-color: #2e679e;
	background-image: url(../images/bordeazul_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	height: 27px;
	overflow: hidden;
}
#left h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2E679E;
	background-color: #FFF;
	border: 1px solid #2E679E;
	border-bottom-width: 2px;
	border-right-width: 2px;
	padding: 3px;
}
#left {
height: 100%;
overflow: hidden;
}
