/* ----------- General -----------*/
p {
	margin: 0px;
	padding: 0px;
}
h2 {
	padding: 0px;
	color: #50801C;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
/* ----------- Tabla deportes -----------*/
.dep_tabla {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.dep_tabla td {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 7px;
	padding-right: 7px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CACACA;
	text-align: center;
	font-size: 12px;
}
.dp_titulo {
	color: #FFF;
	padding-top:3px;
	padding-bottom: 3px;
	padding-left:5px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/dp_titulo.png);
	background-repeat: no-repeat;
	cursor: pointer;
	border-top-style: solid;
	border-top-color: #FFF;
	border-top-width: 4px;
	width:275px;
	text-align:left;
}
.dp_color1 {
	font-weight: bold;
	color: #6E6E6E;
	background-image: url(../images/notitab-fondo.gif);
	background-repeat: repeat-x;
	background-position: 0px 14px;
	background-color: #EEE;
}
.dp_content {
	margin-bottom: 14px;
}
.dp_active {
	background-image: url(../images/dp_titulo.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
.dep_tabla .dp_equipo {
	font-weight: bold;
	text-align: left;
	color: #0D64B4;
}
