a {
	color: #03C;
	}

a:visited {
	color: #03C;
	}
	
h2 { 
	font-size: 24px;
	margin: 10px 0 0 0;
	padding: 0; 
	color: #A8550E;
	}
	
h3 { 
	font-size: 20px;
	margin: 0;
	padding: 0;
	}

h4 { 
	font-size: 16px;
	margin: 0;
	padding: 0;
	}

#frame {
	width:760px;
	background-color: #FFF;
	color: #333;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 20px;
	padding-top: 3px;
	text-align:left;
	font-family: verdana, "lucida grande", geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	}
	
#title {	
	clear: both;
	margin: 0 0 20px;
	padding: 10px;
	text-align: left;
	background-color: #FFC;
	border: 1px dotted #ccc;
	}
	
#title p {
	margin: 0;
	padding-top: 3px;
	}
	
/* ---------------------------------------------------------------
   >> tabla competiciones 
   --------------------------------------------------------------- */

.com-notas {
	color: #80664D;
	font-size: 11px;
	line-height: 11px;
	padding: 0;
}

table.competiciones {
	margin-bottom: 15px;
}

table.competiciones caption {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin-top: 15px;
}

table.competiciones thead th.equipos {
	width: 400px;
}

table.competiciones thead th.titulo {
	border-bottom: solid 1px #CCCCCC;
}

table.competiciones thead th.cancha {
	width: 200px;
	border-bottom: solid 1px #CCCCCC;
}

table.competiciones thead th.tanteo {
	width: 220px;
	border-bottom: solid 1px #CCCCCC;
}

table.competiciones td {
	border-bottom: solid 1px #CCCCCC;
}

table.competiciones td.centrado {
	text-align: center;
}	

/* ---------------------------------------------------------------
   >> tabla clasificación
   --------------------------------------------------------------- */


#tabla-clasificacion {
	margin: 20px 0 10px 0;
}

table.clasificacion {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

table.clasificacion td {
	border-bottom: solid 1px #CCCCCC;
}

table.clasificacion td.num4 {
	width: 40px;
	text-align: right;
}

table.clasificacion td.num2 {
	width: 25px;
	text-align: right;
}

table.clasificacion th.orden {
	width: 25px;
}

table.clasificacion th.num4 {
	width: 40px;
	text-align: right;
	border-bottom: solid 1px #CCCCCC;
}

table.clasificacion th.num2 {
	width: 25px;
	text-align: right;
	border-bottom: solid 1px #CCCCCC;
}

table.clasificacion td.equipos, th.equipos {
	width: 300px;
}

table.clasificacion tr.primero {
	color: #A8550E;
}

table.clasificacion caption {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

/* ---------------------------------------------------------------
   >> tabla competiciones estática
   --------------------------------------------------------------- */
   
table.cm-static {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

table.cm-static caption {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 15px;
}

table.cm-static thead th.equipos {
	width: 300px;
	border-bottom: solid 1px #CCCCCC;
}

table.cm-static thead th.titulo {
	border-bottom: solid 1px #CCCCCC;
}

table.cm-static thead th.tanteo {
	width: 210px;
	border-bottom: solid 1px #CCCCCC;
}

table.cm-static td {
	border-bottom: solid 1px #CCCCCC;
	vertical-align: top;
	line-height: 16px;
}

