/*************************************
      Hoja de estilos de solicites
**************************************/

html,body {
	color: #333;
	padding: 0;
	margin: 0;
	font-family: "Gill Sans MT","Gill Sans",GillSans,"Trebuchet MS","Lucida Grande", Verdana, sans-serif;
	height: 100%;
	background-color: #F5F3EC;
}

table {
	font-family: Arial,"Lucida Grande", Verdana, sans-serif;
	border-collapse: collapse;
	font-size: 11px;
	empty-cells: show;
	width: 4000px;
	background: #FFF;
}

th {
	background: #584829;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
}

td {
	padding: 6px 11px;
	border-bottom: 1px solid #EEE;
	vertical-align: top;
}

td * {
	padding: 6px 11px;
}

tr.alt td {
	background: #F7F7F7;
}

tr.over td {
	background: #E0F0FA;
}

#container {	
	margin: 30px 0;
}

#paneles{
	padding-bottom: 30px;
	border-bottom: 1px solid #C8C3BA;
	background: #FFF;
}
#precarga {
	height:32px;
	left:50%;
	position:absolute;
	top:50%;
	width:32px;
	z-index:1;	
}

table .texto { width: 300px; }
table .fecha  { width: 130px; }
table .infor { width: 500px; }