@charset "UTF-8";
/* CSS Document */
.texto_azul{
	color:#36C !important;
}
.texto_rojo{
	color:#C00 !important;
}
.texto_gris{
	color:#999999 !important;
}
.caja_roja{
	border:2px solid #F00 !important;
}
.solo_lectura{
	style=background:#FFF !important;
	border:solid 1px #999 !important;
}
.precio_menu {
	color : #C00;
	height : 21px;
}
.nombre_negocio{
	display:block;
	width:100%;
	height:32px;	
	font-size:14px;
	color:#000000;
}
.texto_negocio{
	display:block;
	width:100%;
	font-size:12px;
	color:#000;
}
.input_lectura{
	background:none;
	border:none;
}