@charset "utf-8";
/* CSS Document */
table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 40px;
	background-color: transparent;
}
.table-bordered {
	border: 0px;
	border-style: none;
}
td {
	padding: 8px;
	color: #CCC;
}
th {
	text-align: center;
	background-color: #e85344;
	font-weight: bold;
	color: #fff;
	padding: 3px;
}

/*/====================================================================================================================/*/
.fdo_encG {
	background-color: #e85344;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 8px;
}
.fdo_enc {
    background-color: #e85344;
	color: #fff;
    font-weight: bold;
    padding: 8px;
}
.arriba {
    font-size: 16px;
    color: #fff;
    float: right;
    padding-right: 20px;
}
.fdo_enc > a:hover {
	color: #fff;
}
.arriba {
	font-size: 16px;
	color: #fff;
	float: right;
	padding-right: 20px;
}
.arriba a, a:focus, a:hover {
	text-decoration: none;
}

#letra {
	padding-top: 80px;
}
#arriba {
	padding-top: 330px;
}
.derecha {
	float: right;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.page-header {
	color: #CCC;
	padding-bottom: 9px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

/*CLUB HIPICO DE SANTIAGO*/
.chs {
	background-color: #135C37;
    color:#000;
   font-weight: bold;
}
.chs a:link {
	color: #000;
	font-weight: bold;
}
.chs a, a:focus, a:hover {
	color: #000;
}
.chs-r {
	background-color: #135C37;
	color: red;
	font-weight: bold;
	
}
.chs-r a:link {
	color: red;
	font-weight: bold;
}
.chs-r a, a:focus, a:hover {
	color: red;
}
/*CLUB HIPODROMO CHILE*/
.hch {
	background-color: #D67827;
	color: #000;
	font-weight: bold;
}
.hch a:link {
	color: #000;
	font-weight: bold;
}
.hch a, a:focus, a:hover {
	color: #000;
}
.hch-r {
	background-color: #D67827;
	color: #F00;
	font-weight: bold;
}
.hch-r a:link {
	color: #F00;
	font-weight: bold;
}
.hch-r a, a:focus, a:hover {
	color: #F00;
}
/*VALPARAISO SPORTING*/
.vsc {
	background-color: #86BD4A;
	color: #000;
	font-weight: bold;
}
.vsc a:link {
	color: #000;
	font-weight: bold;
}
.vsc a, a:focus, a:hover {
	color: #000;
}
.vsc-r {
	background-color: #86BD4A;
	color: #F00;
	font-weight: bold;
}
.vsc-r a:link {
	color: #F00;
	font-weight: bold;
}
.vsc-r a, a:focus, a:hover {
	color: #F00;
}
/*CLUB HIPICO DE CONCEPCION*/
.chc {
	background-color: #8A8B8A;
	color: #000;
	font-weight: bold;
}
.chc a:link {
	color: #000;
	font-weight: bold;
}
.chc a, a:focus, a:hover {
	color: #000;
}
.chc-r {
	background-color: #8A8B8A;
	color: red;
	font-weight: bold;
	
}
.chc-r a:link {
	color: red;
	font-weight: bold;
}
.chc-r a, a:focus, a:hover {
	color: red;
}
/*SIMULCASTING*/
.sim {
	background-color: #00A4D8;
	color: #000;
	font-weight: bold;
}
.sim-r {
	background-color: #00A4D8;
	color: red;
	font-weight: bold;
}
.sim a:link {
	color: #000;
	font-weight: bold;
}
.sim a, a:focus, a:hover {
	color: #CCC;
}
/*DOMINGOS Y FERIADOS*/
.dom {
	color: #F00;
	font-weight: bold;
}
.fer {
	color: #F00;
	font-weight: bold;
}

/* ****************** Organigrama ****************** */


.organigrama * {
	margin: 0px;
	padding: 0px;
}
.organigrama ul {
	padding-top: 20px;
	position: relative;
}
.organigrama li {
	float: left;
	text-align: center;
	list-style-type: none;
	position: relative;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}
.organigrama li::before, .organigrama li::after {
	content: '';
	position: absolute;
	top: 0px;
	right: 50%;
	border-top: 1px solid #333;
	width: 50%;
	height: 20px;
}
.organigrama li::after {
	right: auto;
	left: 50%;
	border-left: 1px solid #333;
}
.organigrama li:only-child::before, .organigrama li:only-child::after {
	display: none;
	border-left: 1px solid #fff;
}
.organigrama li:only-child {
	padding-top: 0;
}
.organigrama li:first-child::before, .organigrama li:last-child::after {
	border: 0 none;
}
.organigrama li:last-child::before {
	border-right: 1px solid #333;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.organigrama li:first-child::after {
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}
.organigrama ul ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
.organigrama li a {
	border: 1px solid #333;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	background-color: #0c3c08;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
	margin-bottom: 3px;
	text-align: left;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-top-color: rgba(255,255,255,0.5);
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
.organigrama > ul > li > a {
	font-size: 1em;
	font-weight: bold;
}
.organigrama > ul > li > ul > li > a {
	width: 100%;
}