@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 {
	margin-top:15px;
	margin-bottom:15px;
}