/*----------------------------------------------- CONTENEDOR CENTRAL INFORMACION --------------------------------------------------*/
.contenedor_cen_contenido_inf {
	height: auto;
	position: relative;
	margin-right: 20px;
	margin-left: 175px;	
}
/*----------------------------------------------- CONTENIDO --------------------------------------------------*/
.cont_barrasup {
	background: url(../img/barra-sup-cen.png) repeat-x;
	width: 100%;
	float: left;
	line-height: 35px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.cont_barrasup_izq {
	background: url(../img/barra-sup-izq.png);
	width: 2px;
	height: 35px;
	float: left;
}
.cont_barrasup_der {
	background: url(../img/barra-sup-der.png);
	width: 2px;
	height: 35px;
	float: right;
}
.cont_barrasup_cen {
	background: url(../img/barra-sup-cen.png) repeat-x;
	width: auto;
	float: left;
	padding-left: 10px;
}
.cont_barrasup_cen2 {
	background: url(../img/barra-sup-cen.png) repeat-x;
	width: auto;
	float: right;
	padding-right: 10px;
}
.cont_barrasup_der a {
	text-decoration: none;
}
.cont_barrasup_cen2 a:hover {
	text-decoration: underline;
}
/*----------------------------------------------- CONTENIDO TEXTO--------------------------------------------------*/
.cont_txt {
	background-color:#fff;
	color: #000;
	padding-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
/*----------------------------------------------- BARRA INFERIOR --------------------------------------------------*/
.cont_barrainf {
	background: url(../img/barra-sup-cen.png) repeat-x;
	height: 35px;
	width: 100%;
	float: left;
}
.cont_barrainf_izq {
	background: url(../img/barra-sup-izq.png);
	width: 2px;
	float: left;
}
.cont_barrainf_der {
	background: url(../img/barra-sup-der.png);
	width: 2px;
	float: right;
}
.tabla_aditivos {
	border-collapse:collapse;
}
.tabla_aditivos td{
	padding: 5px 5px 5px 30px;
	vertical-align:top;
}
.tabla_aditivos li {
	display: block;
}
.celda_sbl {
	border-width: 0 0 3px 0;
	border-color: #FF6600;
	border-style: solid;
	padding-left: 20px;
}

