.protegido {
	background-color: #F5F5F5;
    pointer-events: none;
}

tr.alert td,
tr.alert a {
	color: #cc0000;
}

tr.green td,
tr.green a {
	color: green;
}

tr.red td,
tr.red a {
	color: red;
}

td, th{
	max-width: 300px;	
}

td.importe{
	min-width:80px;
}

.ocultar_pedido{
	display: none;
}

ul#accions .alerta{
	border-radius: 2px;
	padding: .7ex;
	margin-left: 1em;
	font-weight: bold;

	border: 1px solid #c63527;
	background-color: #cc0000;
}

ul#accions .alerta:HOVER{
	background-color: #c63527;
}

ul#accions .alerta a{
	text-decoration: none;
	color: #ffffff;	
}

/* Boton configuración tabla*/
div.botonera_tabla{
	width: 98%;
	margin: 0.5ex 0 28px 0;
	padding-left: 2ex;
}

div.boton_config {
	color: #555555;
	background-color: #dddddd;	
	padding: 3px 0 3px 0;
	line-height: 16px;	
	border: 1px solid #aaaaaa;
	border-radius: 2px;	
	text-align: left;	
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer; 
	text-decoration: none;	
	display: inline;
	float: left;
} 

div.boton_config:HOVER{
	background-color: #cccccc;	
}

div.boton_config a{
	padding: 5px 1em 5px 1em;
	text-decoration: none;	
}

td.tab {
	width: 20px;
}

td.tab.borde {
	border-right: 1px dotted #666;
	width: 30px;
}

tr.seleccionable {
	cursor: pointer;
}

tr.seleccionable:hover{
	background-color: #9FC4E7;
}

.search_button {
	margin-left: 5px;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 4px;
	cursor: pointer;
}

div#boton_buscar {
	cursor: pointer;
}

tr.seleccionable td.codigo, tr.seleccionable td.desc {
	text-decoration: underline;
}

span.resaltado {
	font-weight: bold;
	background-color: #d7e5ff;
}

div#informacion {
	text-align: center;
	margin-bottom: 10px;
}

div#no_resultados {
	text-align: center;
	margin-bottom: 10px;
	background-color: #dddddd;
}
