/* CONTENT */
#content {
	text-align: left;
}
#content #contentTop {
	width: 670px;
	height: 8px;
	padding: 0;
	margin: 0;
	background-image: url(/img/site/prototipo03_10.png);
	background-repeat: no-repeat;
}
#content #contentMiddle {
	width: 670px;
	padding: 0;
	margin: 0;
	background-image: url(/img/site/prototipo03_14.png);
	background-repeat: repeat-y;
}
#content #contentBottom {
	width: 670px;
	height: 8px;
	padding: 0;
	margin: 0;
	background-image: url(/img/site/prototipo03_17.png);
	background-repeat: no-repeat;
}


#content h1 { font-size: 18px; border-bottom: 1px solid #555; line-height: 20px;}
#content h2 { font-size: 15px; border-bottom: 1px solid #555; }
#content h3 { font-size: 13px; border-bottom: 1px solid #555; font-weight: bold; }


/* TABLES */
#content table.grid {
	width:100%;
	border-collapse: collapse;
	border: 0;
}

#content table.grid th {
	margin: 0 0 0 0; 
	padding: 4px;
	border: 0;
	background-color: #788D9A;
	color: #fff;
}

#content table.grid th a, #content table.grid th a:visited{
	color: #fff;
	text-decoration: underline;
}

#content table.grid td {
	margin: 0 0 0 0;
	padding: 4px;
	border: 0;
}

#content table.grid tr {
	border-bottom: 1px solid #efefef;
}

#content table.grid tr:hover {
	background-color: #DDEEBB;
}