
.item_dos_columnas {
	float: left;
	width: 49.9%;
}

ul#errores {
	color:#F00;
	list-style-position:inside;
	list-style-type:square;
}

form.formulario {
	padding: 0.5em 0;
}
form.formulario div {
	margin: 0.4em 0;
}
form.formulario label {
	width: 10em;
	margin-right: 0.5em;
	text-align:right;
	float:left;
}
form.formulario .item_dos_columnas label {
	width: 7em;
}
form.formulario span {
	margin-left: 0.5em;
}
form.formulario input {
	width: 20em;
}
form.formulario textarea {
	width: 30em;
}
form.formulario .item_dos_columnas input {
	width: 17em;
}
form.formulario .item_dos_columnas textarea {
	width: 25em;
}
form.formulario textarea {
	height: 6em;
}
form.formulario option {
	padding-right: 0.5em;
}
form.formulario div.botones {
	padding-top: 2em;
	clear: both;
	text-align: center;
}
form.formulario div.botones input, form.formulario .check, form.formulario .fecha {
	width:auto !important;
}
form.formulario label.checkLargo {
	text-align: justify;
	font-size: 0.8em;
	width: auto;
}
form.formulario div.botones input {
	padding: 0.2em 0.5em;
}

table.gestion {
	margin: 1em 0;
	border-collapse:collapse;
}
table.gestion thead th {
	background-color: #F9D3B2;
	color: #EC6B00;
}
table.gestion * * {
	padding: 0.2em 0.3em;
	border: 1px solid #EC6B00;
}
table.gestion * * * * {
	padding: 0;
	border: 0;
}

ul.sugerencias li {
	border-bottom: 1px dashed #666;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
ul.sugerencias p.fecha {
	font-style: italic;
}
ul.sugerencias a {
	margin-left: 2em;
}
ul.sugerencias div.texto {
	font-weight: normal;
}


/********** estadisticas **********/

#estadisticas table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
#estadisticas table thead th, #estadisticas table tfoot th {
	background-color: #F9D3B2;
	color: #EC6B00;
}
#estadisticas table tbody th {
	text-align: left;
}
#estadisticas table td, #estadisticas table th {
	border: 1px solid #EC6B00;
	padding: 3px 8px;
}
#estadisticas table tr.foot td, #estadisticas table tr.foot th {
	border-top-width: 2px;
}
#estadisticas table td {
	text-align: center;
}

#estadisticas ul {
	margin-bottom: 1em;
}
#estadisticas ul li {
	background: url("imgs/flecha.gif") center left no-repeat;
	display: inline;
	padding-left: 13px;
	padding-right: 13px;
}

#estadisticas form.filtro {
	margin-bottom: 1em;
}
#estadisticas form.filtro a {
	margin-right: 1.5em;
}
#estadisticas form.filtro p {
	padding: 0;
}
