@charset "utf-8";
/* CSS Document */
table {
	color: #7F7F7F;
	font: 10px "Tahoma",Verdana,sans-serif;
	border-collapse: collapse;
	font-weight:normal;
}
table, #tblConEstilo caption {
	margin: 0 auto;
}
#tblConEstilo caption, #tblConEstilo th, #tblConEstilo td {
	border-bottom:#ececec solid 1px;
	border-top:#ececec solid 1px;
	border-left: 0;
	padding: 10px;
	text-align:left;
}
caption, tfoot th, tfoot td {
	background-color: #E63C1E;
	color: #FFF;
}
thead th {
	text-align: left;
}
tbody th {
	padding: 15px 10px;
}
tbody tr.odd {
	background-color: #fbfbfb;
	color: #666
}
tbody a {
	padding: 1px 2px;
	color: #636363;
	text-decoration: none;
}
tbody tr.odd:hover, tbody tr.sin:hover {
	background-color: #f1f8fd;
	color: #535151;
}
tbody tr:hover a {
	/*background-color: #FFF;*/
	color: #535151;
}
tbody td+td+td+td a {
	color: #C30;
	border-bottom: 0
}
tbody td a[href=""] {
	margin: 0 auto;
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -999em;
	border-bottom: 0
}

#itsthetable {
padding-top:10px;

}
/*Tabla de Clientes*/

#clientes ol { margin:0; padding: 0 1.5em; }
#clientes table { color:#666665; background:#FFF; border-collapse:collapse; width:520px; border:5px solid #f6f7f2; }
#clientes thead th { padding:1em 1em .5em; border-bottom:1px dotted #FFF; font-size:120%; text-align:left; }
#clientes td { padding:.5em 1em; }
#clientes tbody tr.odd td { background:transparent url(tr_bg.png) repeat top left; }
#clientes tfoot td { padding-bottom:1.5em; }
* html #clientes tr.odd td {background:#f4f4f4; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tr_bg.png', sizingMethod='scale'); }
#middle { background-color:#f6f7f2;  }
