body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFF;
	color: #333;
	text-align: center;
	}
	
/* Enlaces */

a {
	color: #1D53A1;
	}

a img {
	border: none;
	}

a:visited {
	color: #1D53A1;
	}

a:hover {
	color: #C00;
	}
	
/* div */

#page {
	margin: 10px auto;
	padding: 0;
	width: 760px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 233px;
	width: 100%;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	background: url(../../../../imagenes/layout/header-m.jpg) no-repeat top;
	}

#frame {
	margin: 5px 0 5px 0;
	padding: 0;
	text-align: left;
	}

#content {
	float: left;
	margin: 5px 0 5px 0;
	padding: 0 20px 20px 0px;
	width: 530px;
	text-align: left;
	}
	
#rightcolumn {
	margin: 0 0 0 560px;
	text-align: left;
	padding-left: 10px;
	border-left: 1px solid #CCC;
	}
	
#footer {
	padding-top: 3px;
	margin-bottom: 20px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	text-align:center;
	clear: both;
	background-color: #EEE;
	}

div.subheader {
	/* logo de la jccm y del quixote en algunas competiciones */
	margin: 20px auto 20px auto;
}
	
/* Menú principal de navegación */

#navmenu {
	margin: 0;
	height: 32px;
	width: 100%;
	background-color: #C00;
	border-top: 1px solid #FFF;
	}

#navmenu ul.menu {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	}

#navmenu li {
	display: inline;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	}

#navmenu li.activo a {
	padding: 2px 6px 9px 6px;
	text-decoration: none;
	color: #C00;
	background: #FFF;
	}	

#navmenu li.inactivo a {
	padding: 3px 6px 0px 6px;
	text-decoration: none;
	color: white;
	}	

#navmenu li.inactivo a:hover {
	padding: 2px 5px 9px 5px;
	text-decoration: none;
	color: white;
	background: #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}	

/* Texto */

h2.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #333;
	margin: 15px 0 0 0;
	padding-bottom: 4px;
	}
	
h3.subtitle {
	margin: 0;
	color: #1D53A1;
	font-size: 14px;
	padding-top: 0;
	}
	
h3.subtitle-b {
	margin: 25px 0 15px 0;
	color: #1D53A1;
	font-size: 14px;
	line-height: 20px;
	border-bottom: dotted 1px #CCC;
	}
	
h3.subtitle-caption {
	margin: 0 0 20px; 0;
	color: #1D53A1;
	font-size: 14px;
	padding: 0;
	}
	
h4 {
	margin: 25px 0 7px 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	}

p {
	line-height: 16px;
	}

p.list {
	margin:0;
	padding-bottom: 3px;
	line-height: 16px;
	}

	
p.subtitle {
	margin: 0;
	padding: 0;
	color: #666;
	}
	
p.notas {
	color: #666;
	line-height: 11px;
	padding: 0;
	}
	
p.notas-d {
	color: #999;
	line-height: 16px;
	text-align: right;
	}

span.gris {
	color: #666;
	}

/*  Imágenes */

img.post-center {
	display: block;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	}

img.post-left {
	float: left;
	margin: 5px 15px 15px 0;
	}

/* Formularios */

input {
	font-family: verdana, "lucida grande", geneva, helvetica, arial, sans-serif;
	font-size: 11px;
	}

input[type=submit] {
	margin-top: 5px;
	padding: 3px 3px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	}

input[type=radio] {
	margin: 0 7px 0 0;
	padding: 0;
	vertical-align: text-top;
	}

input[type=text] {
	padding: 3px 0 3px 0;
	border: solid 1px #999;
	background-color: #EEE;
	color: #666;
	}
	
select {
	font-family: verdana, "lucida grande", geneva, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0 0 10px 0;
	}

table.frm {
	padding: 10px 10px;
	background-color: #EEE;
	border: solid 1px #CCC;
	margin: 0;
	text-align: left;
	}

table.frm td {
	padding: 5px 0;
	}

table.frm td.boton {
	text-align: center;
	}

/* Competiciones */

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

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

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;
	}

table.clasificacion {
	margin: 0 auto 20px 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: #C00;
	font-weight: bold;
	}

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

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

table.cm-static caption {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}

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

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

table.cm-static thead th.res {
	width: 40px;
	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;
}

/* Federación */

table.federacion {
	margin: 5px 0 30px 0;
	line-height: 16px;
	}

table.federacion thead {
	background-color: #EEE;
	}

table.federacion thead th.nombre {
	width: 290px;
	border-bottom: solid 1px #CCCCCC;
	}

table.federacion thead th.cat {
	width: 140px;
	border-bottom: solid 1px #CCCCCC;
	}

table.federacion thead th.loc {
	width: 80px;
	border-bottom: solid 1px #CCCCCC;
	}

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

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

table.federacion td.up {
	vertical-align: top;
	border-bottom: solid 1px #CCCCCC;
	}
	
/* Downloads */

div.download-item {
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	}

/* Menú derecha */

div.menu-right {
	margin: 20px 0 10px 0;
	}

div.menu-right ul {
	text-align: left;
	padding: 0 0 5px 0;
	margin-left: 15px;
}

div.menu-right ul li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: square;
	color: #CCC;
	line-height: 19px;
}	

div.menu-right ul li a {
	text-decoration: none;
}

div.menu-right h2 {	
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0 5px 6px 0;
	border-bottom: 1px solid #CCC;
}

/* Cursos */

table.cursos {
	margin: 5px 0 0 0;
	line-height: 16px;
}

table.cursos thead {
	background-color: #EEE;
}

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

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

table.cursos thead th.updated {
	width: 85px;
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
}

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

table.cursos td.derecha {
	text-align: right;
	border-bottom: solid 1px #CCCCCC;
}

li.listas-cursos {
	line-height: 16px; 
}

/* Historico */

div.historico ul {
	text-align: left;
	padding: 0 0 5px 0;
	margin-left: 15px;
}

div.historico ul li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: square;
	color: #CCC;
	line-height: 19px;
}	

