﻿/* =Informe
------------------------------------------------------ */
.informe{
	width:100%;
}
.informe caption{
	color:#000;
	font-size:1.5em;
	height:30px;
	padding:3px;
}
.informe thead{
	background-color:#d4eec7;
}
.informe thead tr{}
.informe thead th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	height:28px;
	padding:3px;
}
.informe tfoot{
	background-color:#d4eec7;
}
.informe tfoot tr{}
.informe tfoot th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	height:28px;
	padding:3px;
}
.informe tbody{}
.informe tbody tr{}
.informe tbody tr:hover, .informe tbody tr.impar:hover{
	background-color:#e9ffc0;
}
.informe tbody tr.impar{
	background-color:#f4fbe6;
}
.informe tbody tr td{
	height:28px;
	padding:3px;
}
.informe tbody tr td a
{
	color:#399;
	text-decoration:none;
}
.informe tbody tr td a:hover
{
	border-bottom:1px dashed #399;
}
.muyCorto{
	width:55px;
}
.corto{
	width:80px;
}
.medio{
	width:150px;
}
.largo{
	width:300px;
}
.numerico{
	text-align:right;
}
.positivo{
	color:#096;
}
.negativo{
	color:#c30;
}
.encabezadoGrupo{
	background-color:#e3f6d9;
	font-weight:bold;
}
.separacionGrupo{
	border-top:1px solid #ccc;
	margin-top:20px;
	height:20px;
}
/* =Búsqueda
------------------------------------------------------ */
.busqueda{}
.busqueda p{ width:670px; }
.busqueda a{ font-size:1.1em; }
.busqueda small{ color:#999; }

/* =AccionesInforme
------------------------------------------------------ */
.acciones-informe{ background:#f5fee2; border-top:1px solid #9c3; margin-bottom:18px !important; padding:10px; width:930px !important; }
.acciones-informe p{ margin-bottom:9px; }
.acciones-informe p.last{ margin-bottom:0px; }

/* =Criterios
------------------------------------------------------ */
.criterios{ background:#f5fee2; border-top:1px solid #9c3; margin-bottom:18px !important; padding:5px; }
.criterios p{ margin-bottom:0px; }
.criterios table{ margin:9px 0px 0px 0px !important; padding:0px !important; }
.criterios table tr td{ border:none !important; margin:0px !important; padding:0px 10px 0px 0px !important; }
