.tab-container {
	border: 0.01em solid #8f3336;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 95%;
	background: #fff;
}
.tab-content {
	padding: 1.5em;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	outline: none;
	list-style: none;
	height: 2em;
	border-bottom: 0.5em solid #8f3336;
	width: 59.9em;
}
ul.tabs li {
	float: left;
	text-decoration: none;
	outline: none;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 2em;
	/*line-height: 2em;*/
	margin-bottom: -0.01em;
	overflow: hidden;
	position: relative;
	background: url("/imagenes/pest_gris.gif") no-repeat right;
}
html ul.tabs li.active{
	text-decoration: none;
	outline: none;
	background: url("/imagenes/pest_roja.gif") no-repeat right;
	border-bottom: 0.01em solid #8f3336;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0.2em 1em;
	outline: none;
	background: url("/imagenes/flecha_gris.png") no-repeat 0.3em;
}
ul.tabs li:hover{
	text-decoration: none;
	outline: none;
	background: url("/imagenes/pest_roja.gif") no-repeat right;
}
ul.tabs li a:hover {
	text-decoration: none;
	outline: none;
	background: url("/imagenes/flecha_roja.png") no-repeat 0.3em;
	color:#fff;
}
html ul.tabs li.active a:hover {
	text-decoration: none;
	outline: none;
	background: url("/imagenes/flecha_roja.png") no-repeat 0.3em 0.5em;
	border-bottom: 0.01em solid #8f3336;
	padding-top:0.2em;
}
html ul.tabs li.active a{
	text-decoration: none;
	outline: none;
	color:#fff;
	padding-top:0.2em;
	background: url("/imagenes/flecha_roja.png") no-repeat 0.3em 0.5em;
}
.tabla-parcelas{
	width:52em;
	border:0.08em solid #595959;
	padding:0.2em;
}
.encabezado{
	text-align:center;
	font-weight:bold;
	font-size:1em;
	background:#8f3336;
	color:#fff;
}
.fila-1{
	background:#f1f1f1;
	border:0.01em solid #fff;
	text-align:center;
}
.fila-2{
	background:#e1e1e1;
	border:0.01em solid #fff;
	text-align:center;
}
.fila-1-1{
	background:#f1f1f1;
	border:0.01em solid #fff;
	text-align:right;
}
.fila-2-1{
	background:#e1e1e1;
	border:0.01em solid #fff;
	text-align:right;
}
.imagen-thumb{
	width:38em;
	float:left;
	padding:0.5em;
	text-align:center;
}