/* Estilo Basico */
@import url("basico.css");

#content {
	background: white url(../../imgs/layout/bg-content-inner.png) repeat-x 0 0;	}

.grid-16, .grid-8 { margin-top: 30px;}

.tab-title {
	background-color: white;
	clear: both;
	color: #aacfb7;
	font-size: 8pt;
	font-weight: bold;
	float: left;
	left: 10px;
	line-height: 25px;
	height: 25px;
	margin: 0 0 0; 
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	top: 10px;	}

.text, .gallery {
	margin: 0 10px 30px;	}

.text .title {
	font-size: 2.2em;
	font-weight: bold; 
	line-height: 1.6;
	color: #0b5325;	}

.text .date {
	clear: both;
	display: block;
	margin-top: 10px;	}

.text p {
	line-height: 1.6;	}

.text .list {
	position: relative;
	top: 0;	left: 0;
	margin: 0;	padding: 0;
	list-style-type: none !important;
	list-style-position: outside  !important;
	z-index: 10; }

.text .list .item {
	margin: 0 0 15px; padding:0;
	position: relative;
	z-index: 1;	}

.text .list .item .title {
	font-size: 1.1em;
	margin: 0;	}

.text .list .item .date{
	color:#666; }