@import url("/css/cssRecetas/recetas.css");
/** ---- ajustamos el div.texto al 100% ya que si sólo existe la tabla en la noticia, coge la anchura de la tabla -------------  **/
/*.pfnoticia .texto {width:100%;}*/
/** ------------ **/
.tabla_datos{border-bottom: 1px solid #C3C3C3;border-right: 1px dotted #C3C3C3; width:100%;background:white; box-sizing:border-box; border-spacing: 0;}
.tabla_datos,.tabla_datos td,.tabla_datos td	{ margin:0; padding:0;}
.tabla_datos caption			    { padding:5px; border-bottom: 1px solid #C3C3C3;}
.tabla_datos th			    	{ background:#f2f2f2; border-bottom:1px solid black !important;}
.tabla_datos thead th		{line-height:2em;}
.tabla_datos tbody th		{ background: #f5f5f5;font-weight: normal;border-bottom: 1px dotted #C3C3C3 !important;}
.tabla_datos tr			    	{ background: rgba(255, 255, 255, .2); border-bottom:1px; width: 100%; /*float: left;*/ }
.tabla_datos td, .tabla_datos th		    { border-left: 1px dotted #C3C3C3; border-bottom: 1px solid #f2f2f2; box-sizing: border-box;vertical-align:top}
.tabla_datos tr.total th, .tabla_datos tr.total td {font-weight:bold;border-top: 1px solid #C3C3C3; background:#f2f2f2; font-weight:bold; border-bottom:1px solid #C3C3C3 !important}
.tabla_datos tr.sumary { font-size:10px; color:#999; font-weight:bold}
.tabla_datos .destacado {font-weight:bold;}