.divcampeonatos {	
		padding: 0px;
		margin: 5px 0 0 0;
		text-align: left;
		width:100%;
}

.divcampeonatos .tbllcampeonatos , .divcampeonatos .tbllaccesoarbitros , .divcampeonatos .tbllformularioinscripciones{	
	border-collapse: separate;
    border-spacing: 1px 2px;
	margin:auto;

	padding:5px 10px 5px 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
	width:100%;
}

.divcampeonatos .tbllcampeonatos tr:nth-child(even) {background: #eeeecc}
.divcampeonatos .tbllcampeonatos tr:nth-child(odd) {background: #FFF}
.divcampeonatos .tbllcampeonatos tr .rompe:nth-child(odd) {background: #FFF}
.divcampeonatos .tbllcampeonatos tr .rompe:nth-child(even) {background: #FFF}

.divcampeonatos .tbllcampeonatos th , .divcampeonatos .tbllformularioinscripciones th
{	
	padding:3px 10px 3px 10px;
    color: #FFF;
	white-space: nowrap;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73880a+0,73880a+100;Olive+Flat */
	background: #73880a; /* Old browsers */
	background: -moz-linear-gradient(top, #73880a 0%, #73880a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #73880a 0%,#73880a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #73880a 0%,#73880a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73880a', endColorstr='#73880a',GradientType=0 ); /* IE6-9 */

	border-radius: 3px;		
	border-top: 1px solid #cccccc;	
	border-right: 1px solid #aaaaaa;	
	border-bottom: 1px solid #aaaaaa;	
	border-left: 1px solid #cccccc;	
}

.divcampeonatos .tbllcampeonatos  td, divcampeonatos .tbllformularioinscripciones td
{	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding:5px;
	border-bottom: 1px #eeeeee solid;
    font-size: 1em;
	white-space: nowrap;
}

.divcampeonatos .tbllformularioinscripciones th {
	width:50%;
}
.divcampeonatos .tbllformularioinscripciones td {
	width:50%;
}

.divcampeonatos .tbllformularioinscripciones td  input[type="text"] {
	width:100%;
}


.divcampeonatos .filtros
{	
	border-collapse: separate;
    border-spacing: 20px 1px;
	margin:auto;

	padding:5px 10px 5px 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.divcampeonatos .tbllcampeonatos .camp
{
	cursor:pointer;
	border: 1px solid transparent;	

}
.divcampeonatos .tbllcampeonatos  .camp:hover
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#627d4d+37,1f3b08+100 */
background: #627d4d; /* Old browsers */
background: -moz-linear-gradient(top, #627d4d 37%, #1f3b08 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #627d4d 37%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #627d4d 37%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
	color:#fff;
}

.divcampeonatos .tbllcampeonatos th.cabcat
{
	text-align:center;
	padding:5px;
	margin:0;
background: rgba(38,77,4,1);
background: -moz-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(38,77,4,1)), color-stop(100%, rgba(38,77,4,1)));
background: -webkit-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
background: -o-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
background: -ms-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
background: linear-gradient(to right, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264d04', endColorstr='#264d04', GradientType=1 );
}
.divcampeonatos .tbllcampeonatos th.totales
{
	text-align:center;
	padding:5px;
	margin:0;
	color:#FFF;
background: rgba(38,77,4,1);
background: -moz-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(38,77,4,1)), color-stop(100%, rgba(38,77,4,1)));
background: -webkit-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
background: -o-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
background: -ms-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
background: linear-gradient(to right, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264d04', endColorstr='#264d04', GradientType=1 );
}
.divcampeonatos .tbllcampeonatos td.sep
{
	padding:8px 5px 8px 5px;
}

.confirmains {	
			margin: 0 auto;
			border-width: 1px;
			border-style: solid;
			border-color: #959595;
			padding: 15px 15px 15px 15px; 
			z-index: 5370;
			background-color: rgba(243, 245, 129, 0.90);
			visibility:hidden;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-khtml-border-radius: 10px;
			border-radius: 10px;
			position: absolute;
			left: 250px;
			top: 80px;	
}

.confirmains .botcerrar{
		cursor:pointer;
		padding: 5px;	
		text-align:right;
		border-bottom: 1px solid #228B22;
		margin-bottom:10px;
		color:#006400;
}	
.confirmains .lit{
		padding-bottom: 15px;	
		border-bottom: 1px solid #228B22;
		margin-bottom:10px;
		font-weight: bold;
		color:#006400;
}	
.confirmains .botconf{
		cursor:pointer;
		padding: 5px;	
		text-align:center;
		margin-top:20px;
		color:#006400;
		border: 1px solid #228B22;
	}		
.confirmains .botconf:hover{
	background: rgba(38,77,4,1);
	background: -moz-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(38,77,4,1)), color-stop(100%, rgba(38,77,4,1)));
	background: -webkit-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
	background: -o-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
	background: -ms-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
	background: linear-gradient(to right, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264d04', endColorstr='#264d04', GradientType=1 );
	text-decoration:underline;
	color:#fff;
}
.confirmains .botcerrar:hover{
	text-decoration:underline;
}

.confirmains table{
	border-collapse: collapse;
}
.confirmains table th{
	text-align: left;
}	

/* Estilos pantalla previa TPV */
.divTpv	{

}

.divTpv table{
	border-collapse: separate;
    border-spacing: 10px 2px;
	margin:auto;
}

.divTpv table td {
	vertical-align: text-top;
}	

.divTpv table td div {
	text-align: justify;
	color:gray;
	padding:20px;
}	


.divTpv table td img{
	border:  0.2em  solid transparent;
	cursor:pointer;
	vertical-align: text-top;
}

.divTpv table td img:hover{
	border: 0.2em solid #999999;
	border-radius: 4px;	
}

.divcampeonatos .tbllcampeonatos .rompe
{
	text-align:left;
	padding:10px;
	color:#474747;

	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.subcabcuadros
{
	text-align:left;
	padding:5px;
	color:#fff;
	border-bottom: 1px solid #999999;

	background: rgba(38,77,4,1);
	background: -moz-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(38,77,4,1)), color-stop(100%, rgba(38,77,4,1)));
	background: -webkit-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
	background: -o-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
	background: -ms-linear-gradient(left, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
	background: linear-gradient(to right, rgba(38,77,4,1) 0%, rgba(38,77,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264d04', endColorstr='#264d04', GradientType=1 );
}
.notasigcu
{
	text-align:left;
	padding:10px;
	color:gray;
	 font-style: italic;
}