/* CSS Document */
/* HOJA DE ESTILOS PARA LA PÁGINA DE VISUALIZACION DE AVISOS */

img {border:none;}
.tablas_specs {
	border:#333333 solid 1px;
	margin:0 auto;
	width: 60%;
}
.celda_encabezado {
	background:#8AA4D5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #343434;
	height: 26px;
	border-bottom:#343434 solid 1px;
}
.celda_especificaciones {
	background:#D0DAEE;
	width:140px;
	}
.celda_sub_encabezado {
	background:#D0DAEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:Bold;
	color: #343434;
	height: 25px;
	border-bottom:#343434 solid 1px;
}
.celda_info_adicional {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#343434;
	font-style: normal;
	font-variant: normal;
	padding-bottom: 10px;
}


