h1.content_header, h1.content_header_big {
	margin: 5px 0 0;
	padding: 10px 0 10px 10px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	color: #fff;
	background: url(../images/general/bg_h1.png);
	}
h1.content_header_big { background: url(../images/general/bg_h1_big.png); }

.content_left h2 {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	background:url("../images/home.png") no-repeat scroll -230px -91px #376c0a;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px;
	padding: 6px 0 6px 10px	
	}
	.content_left h2 a {
		color: #fff;
		text-decoration: none;
		}
		.content_left h2 a:hover {
			text-decoration:  underline;
			}
	
.content_box {
	border: 1px solid #B4B1B1;
	background: #F2F2F2;
	}

.section_introduction {
	margin: 2px 0 10px;
	padding: 10px 15px;
	}
	.section_introduction p {
		margin: 0 0 10px;
		}
	
.search_box {
	padding: 7px;
	border: 1px solid #aeabab;
	background: #f9f9f9;
	overflow: hidden;
	margin: 1px 0 0;
	}
	.search_box p {
		float: left;
		width: 55%;
		margin: 3px 0 0;
		font-weight: bold;
		color: #504b4b;
		}
	.search_box form {
		width: 45%;
		float: right;
		text-align: right;
		}
		.search_box form select {
			padding: 1px;
			font-size: 11px;
			}
		.search_box form select.season { width: 160px; }
		.search_box form select.matchday { width: 86px; }
	
table.competition_data {
	width: 100%;
	margin:  20px 0 0;
	border: 1px solid #ccc;
	}
	table.competition_data th {
		font-size: 10px;
		font-weight: bold;
		color: #646463;
		border-bottom: 1px solid #fff;
		background: #CCC8C8;
		}

		table.competition_data td div {
			text-decoration: underline;
			color: #669900;
			font-weight: normal;
			cursor: pointer;
			}
			table.competition_data td div:hover {
				color: #7dbb00;
				}
		
table.competition_data tr td, table.competition_data tr th {
		padding: 5px 4px;
		text-align: center;
		}

#tabla_ordenada thead tr .header {
	background-image: url(../images/general/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#tabla_ordenada thead tr .headerSortUp {
	background-image: url(../images/general/asc.gif);
}
#tabla_ordenada thead tr .headerSortDown {
	background-image: url(../images/general/desc.gif);
}

#tabla_ordenada thead tr .headerSortDown, table.competition_data thead tr .headerSortUp {
	background-color: #B2ACAC;
	background-position: 95% center !important;
	padding-right: 10px;
}

.alignleft { text-align: left !important; }
.alignright { text-align: right !important; }
.aligncenter { text-align: center !important; }

.fontsize10 { font-size: 10px !important; }

.width100 { width: 100% !important; }
.width75 { width: 75% !important; }
.width50 { width: 50% !important; }
.width25 { width: 25% !important; }
.width5 { width: 5% !important; }

tr.betis {
	border-top-color: #b7deb4 !important;
	border-bottom-color: #b7deb4 !important;
	}

tr.betis td {
	font-weight: bold !important;
	color: #386a33 !important;
	border-left-color: #b7deb4 !important; 
	background: #cfebcd !important;
	}
	tr.betis td.points { background: #b7deb4 !important; }

table.calendar_matchs table { margin: 0 0 20px; }
	table.calendar_matchs h2 {
		font-size: 18px;
		color: #0c7e04;
		padding: 20px 0;
		}
	table.calendar_matchs h3 {
		font-size: 14px;
		padding: 0 0 5px;
		}

		
#tinybox .shade { display: none; }

#tinybox #player-data {}

	#tinybox #player-data img {
		float: left;
		margin: 0 20px 0 0;
		border: 1px solid #ccc;
		padding: 1px;
		}
		
	#tinybox #player-data ul  {
		position: relative;
		top: 25px;
		}
		#tinybox #player-data ul li {
			margin: 0 0 10px;
			}

		table .card {
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		width: 14px;
		height: 17px;
		background: url(../images/club/card-yellow.png) 0 bottom no-repeat;
		}
		
		table .tarjeta-amarilla {
			background-image: url(../images/club/card-yellow.png);
		}
		table .tarjeta-dobleamarilla {
			background-image: url(../images/club/card-yellow2.png);
		}
		table .tarjeta-roja {
			background-image: url(../images/club/card-red.png);
		}
