@charset "utf-8";
/* CSS Document */
#itsthetable table {
	color: #7F7F7F;
	font: 11px "Tahoma",Verdana,sans-serif;
	border-collapse: collapse;
	font-weight:normal;
	width:700px;
}
#itsthetable 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: 5px;
	text-align:center;
}
#itsthetable caption, #itsthetable tfoot th, #itsthetable tfoot td {
	/*background-color: #E63C1E;*/
	color:#690;
	font-size:18px;
	padding-top:60px;
}
#itsthetable thead { text-align:center; }
#itsthetable thead th { background-color:#690; color:#fff; padding-bottom:10px;
	padding-top:10px;}
#itsthetable tbody th { padding: 15px 10px;margin-bottom:10px;
	margin-top:10px;}
#itsthetable tbody tr.odd {
	background-color: #ffffff;
	color: #666;	
	padding-bottom:10px;
	padding-top:10px;
}
#itsthetable tbody { text-align:left; }
#itsthetable tbody a {
	padding: 1px 2px;
	color: #db8136;
	font-weight:bold;
	text-decoration: none;
}
#itsthetable tbody tr.odd:hover, tbody tr.sin:hover {
	background-color: #f4f4f4;
}
#itsthetable tbody tr.odd, tbody tr.sin {
	background-color: #f4f4f4;
	padding-bottom:10px; 
	padding-top:10px;
	border-bottom:1px #CCC solid;
	border-top:1px #CCC solid;
}
#itsthetable tbody tr:hover a { color: #db8136; }

#itsthetable tbody td+td+td+td a ;{
	color: #C30;
	border-bottom: 0
}
#itsthetable tbody td a[href=""] {
	margin: 0 auto;
	display: block;
	width: 15px;
	height: 5px;
	text-indent: -999em;
	border-bottom: 0
}

#itsthetable { 	 }