﻿@charset "utf-8";


/** Deshacer estilos por defecto **/
* {margin:0 0px 0 0; 
padding:0; }
ul, ol {list-style-type:none;}
/*img { display:block;}*/


/** Equivalendcia 10px = 1em **/
/*html {font-size:62.5%;}
body {font-size:101%;}
html>body {font-size:100%}
*:first-child+html body {font-size:101%;}*/

div:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	}

* html div {
	height:1%;
	}
	
* :first-child + html div {
	height:auto;
	}
	
/*---------------------------------------------------------------------------------------------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	scrollbar-face-color: #8f001a; 
    scrollbar-shadow-color: #8f001a; 
    scrollbar-highlight-color: #8f001a; 
    scrollbar-3dlight-color: #c20023;  
    scrollbar-darkshadow-color: #c20023; 
    scrollbar-track-color: #DFE0DD;
    scrollbar-arrow-color: #ebc302;
	}
	
.wrapper{
	width:1000px;
	height:760px;
	margin:0 auto;
	background-color:#c20023;
}

img, div  {
 behavior: url(../estilos/iepngfix.htc);
}
	
/*html, body{height:100%;}*/
/*-menu superior--------------*/

ul.menu_sup{
	width:98%;
	height:20px;
	background-color:#8F001A;
	font-size:11px;
	padding:12px 0 4px 20px;
	}
	
ul.menu_sup li{
	display:inline;
	float:left;
	color:#c6848e;
	margin-right:22px;}
	
ul.menu_sup li.fecha{float:right; color:#fff; margin-right:44px;}
	
ul.menu_sup li a{color:White; text-decoration:none;}

ul.menu_sup li a:hover{color:#ebc302;}

ul.menu_sup li.otromargen{margin-right:12px; }

input.log{
	width:139px;
	height:16px;
	background: transparent url(../images/bg_input.gif) no-repeat left top;
	outline:none;
	border:none;
	color:#fff;
	padding-left:4px;
	position:relative; top:-2px;}
	
input.but_enviar{
	width:58px;
	height:22px;
	background: transparent url(../images/but_enviar.jpg) no-repeat left top;
	border:none;
	color:#fff;
	text-align:left;
	padding-left:8px;
	padding-bottom:2px;
	position:relative; top:-2px;
	}
	
/*----------------------------------------------------------------------------------*/



/*------CONTENIDO--------------------------*/
.contenido{}

/*---------------Menú Lateral------------------------------------------------*/
div.columna_izda{
	width:210px;
	height:410px;
	background: transparent url(../images/bg_lateral.png) no-repeat center top;
	float:left;
	margin-top:0; 
	*margin-top:22px;
	margin-left:15px;
}

*html div.columna_izda{margin-left:8px;}

ul.menu_lateral{
	width:100%;
	margin-top:168px;
	*margin-top:166px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;}
	
ul.menu_lateral li{
	margin-bottom:4px;
	padding-left:56px;
	line-height:14px;}
	
ul.menu_lateral li.titulo{padding-left:50px; margin:0;}

ul.menu_lateral li.linea_sub{padding-left:8px; line-height:6px; margin-top:4px;*margin-top:-3px; *margin-bottom:2px;}

ul.menu_lateral li a{
	color:#fff;
	text-decoration:none;}
	
ul.menu_lateral li a:hover{color:#ebc302;}

p.par_rot{ margin:52px 0 0 14px; *margin:44px 0 0 14px;}

p.par_promo01{
	margin:40px 0 0 2px;}

/*p.par_promo02{
	margin:16px 0 0 2px;}*/
/*--------------------------- MAPA ----------------------------------*/
ul.mapa{
	width:100%;
	margin-top:20px;
	*margin-top:0px;
	margin-left:-56px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;}
	
ul.mapa li{
	margin-bottom:4px;
	padding-left:56px;
	line-height:14px;}
	
ul.mapa li.titulo{padding-left:50px; margin:0;}

ul.mapa li.linea_sub{padding-left:8px; line-height:6px; margin-top:4px;*margin-top:-3px; *margin-bottom:2px;}

ul.mapa li a{
	color:Black;
	text-decoration:none;}
	
ul.mapa li a:hover{color:#ebc302;}

/*-----------------------------------------------------------------*/

/*-------Bloque Contenido-------------------------------------------*/

div.bloque_contenido{
	width:750px;
	height:655px;
	/*float:right;*/
	margin-left:235px;
	margin-top:24px;
	background: #fff url(../images/bg_central.jpg) repeat-x left top;
	position:relative;
    top: 0px;
}

/*-----------------------------------------------------------------*/


.esq01{
	width:100%;
	height:100%;
	background: transparent url(../images/esq01.gif) no-repeat left top;
	}
	
.esq02{
	width:100%;
	height:100%;
	background: transparent url(../images/pala_estrella.png) no-repeat right top;
	}


.esq03{
	width:100%;
	height:100%;
	background: transparent url(../images/esq03.gif) no-repeat left bottom;
	}


.esq04{
	width:100%;
	height:100%;
	background: transparent url(../images/esq04.gif) no-repeat right bottom;
	}

.home_img{
	width:729px;
	height:396px;
	/*background: transparent url(../images/home_img.png) no-repeat left top;*/
	top:-24px;
	margin-left:12px;
	position:absolute;
    left: 0px;
}

.home_img_post{
	width:729px;
	height:396px;
	top:-24px;
	margin-left:12px;
	position:absolute;
    left: 0px;
}

p.boton_ins{
	width:203px;
	height:45px;
	margin:380px 0 0 0px;
	}

p.boton_ins img{border:none;}
/*p.boton_ins a{	
	width:203px; 
	height:45px; 
	background: transparent url(../images/bg_boton_ins.png) no-repeat left top;
	display:block;
	}*/

/*p.boton_ins a:hover{
	background: transparent url(../images/bg_boton_ins2.png) no-repeat left top;
	width:100%; 
	height:100%;}*/
	

.columna01{
	width:390px;
	position:absolute;
	top:390px;
	left:12px;
	height : 260px;
	overflow :hidden;
	}
	
.PortadaItemCol1
{
    margin-top:0px;
    overflow:hidden;
    height:95px;
    font-size: 12px;
}
.columna02{
	position:absolute;
	width:300px;
	top:388px;
	right:12px;
	}

.columna01 p{
	font-size:11px;
	margin:12px 12px 0 12px;
    
}

.columna02 p{
	font-size:11px;
	margin:8px 12px 0 10px;
	}	
.columna02 p.txtresult{
	font-size:11px;
	margin:5px 12px 0px 10px;
	height:85px;
	overflow: auto;
	}
	
.columna01 p.par_link
{
    height:10px;
	text-align:right;
	margin-top:0px;
	margin-bottom:5px;
	color:#006185;}
	
.columna02 p.par_link{
	text-align:left;
	margin-top:-80px;
	color:#006185; 
	float:left;
	width:65px;}
	
.columna01 p.par_link a,
.columna02 p.par_link a{color:#006185;}

.columna01 div.item
{
    height:257px;
    overflow:hidden;
}
.columna02 img.fotoresult
{
    float:right;
	width :150px;
	height:100px;
	}
.PortadaItemCol2
{
    overflow:hidden;
    height:190px;
}	
h2{
	color:#275c11;
	font-size:12px;
	margin:12px 0 0 12px;
	font-weight:bold;
	}
	
h2 a{
	color:#275c11;
	font-size:12px;
	margin:12px 12px 0 12px;
	font-weight:bold;
	text-decoration:none;
}

h2 a:hover{
	color:#ebc302;
	font-size:12px;
	margin:12px 12px 0 12px;
	font-weight:bold;
	}
	

.noResult
{
	color:#275c11;
	font-size:12px;
	margin:12px 0 0 12px;
	font-weight:bold}

ul.resultados{font-size:11px; margin-left:12px;}

ul.resultados li{line-height:16px;}

img.flotar_izda{float:left; margin:12px; }

img.flotar_dcha{float:right; margin-right:8px; }

.imagenesContenDch
{
    float:right;
    height:545px;
    width: 280px;
    overflow : auto;
    scrollbar-face-color: #8f001a; 
    scrollbar-shadow-color: #8f001a; 
    scrollbar-highlight-color: #8f001a; 
    scrollbar-3dlight-color: #c20023;  
    scrollbar-darkshadow-color: #c20023; 
    /*scrollbar-track-color: #f0f3ef; */
    scrollbar-track-color: #DFE0DD;
    scrollbar-arrow-color: #ebc302;
}
.imagenesContenDch img
{
    margin: 1px 31px 7px 50px;
    width:140px;
    height:93px;
}

.listadoResultados
{
    margin: 0 5px 13px 6px;
    width: 294px;
    height: 220px;
    float: left;
    font-size: 10px;
    overflow-y :auto;
    overflow-x : none;
    scrollbar-face-color: #8f001a; 
    scrollbar-shadow-color: #8f001a; 
    scrollbar-highlight-color: #8f001a; 
    scrollbar-3dlight-color: #c20023;  
    scrollbar-darkshadow-color: #c20023; 
    /*scrollbar-track-color: #f0f3ef; */
    scrollbar-track-color: #DFE0DD;
    scrollbar-arrow-color: #ebc302;
}


.noResultados
{
    float:left;
    margin-top : -540px;
    margin-left : 40px;
    
}

.listadoResultadosPremios
{
    margin: 8px 5px 13px 20px;
    float: left;
    font-size: 10px;
   
}

/*.listadoResultados p a{color:#000; font-weight:bold; text-decoration:none;}

.listadoResultados p a:hover{text-decoration:underline;}
*/
tr.CabListado th
{
    border-bottom : solid 2px black;
    text-align:left;
}

tr.CabListadoResultados th
{
    text-align:left;
}

tr.separaFilaResultados td
{
    border-bottom : solid 2px black;
}

tr.filaseparadoraCat td
{
    padding-top:30px; 
    border-top : solid 2px black; 
}

tr.filaseparadoraMod td
{
    padding-top:15px;
    border-top : solid 1px black;
}

tr.filaseparadoraPuesto td
{
    border-top : solid 1px gray;
}


.textoSobreInput
{
    font-variant:small-caps;
    font-size:10px;
}
p.textoSobreInputElige
{
font-variant:small-caps; font-family:Arial; font-size:9px; text-align: left; font-weight:bold;
}
.seleccionCampeonato
{
    margin-left:15px;
    margin-top: 18px;
    height: 83px;
}




/*-------FOOTER---------------------------------*/
ul.footer{font-size:11px; color:white; clear:both; margin:20px 0 0 180px;  height:30px; text-align:center;}

ul.footer li{display:inline; border-right:1px solid #e19ca8; padding-right:8px; margin-right:8px;}

ul.footer li.sinmargen{border:0;margin:0;}

ul.footer li a{color:White; text-decoration:none;}

ul.footer li a:hover{color:#ebc302; text-decoration:underline;}
/*-----------------------------------------------*/





/*prueba*/
/*b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
/*b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
/*b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}*/





/*---INSCRIPCION-------------------------------*/
ul.link_bases{
		text-align:right;
		font-weight:bold;
		font-size:14px;
		margin-top:20px;
		padding-top:20px;
		*padding-top:0;
		margin-right:25px;
		margin-left:-60px;
		padding-left:-60px;
}


ul.link_bases li{display:inline;  }

ul.link_bases li.sep{
	border-right:1px solid #000;
	padding-right:6px;
	margin-right:10px;  }

ul.link_bases li a{color:#000; font-weight:bold; text-decoration:none;}

ul.link_bases li a:hover{text-decoration:underline;}

h1.tit_campeonato{
	background-color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:32px 0px 12px 14px;
	padding:0 6px;
	font-weight:bold;
    width: 439px;
    float:left;
}                                  
		
	
h1.tit_campeonato_insc,
h1.tit_campeonato_insc02,
h2.tit_campeonato_insc{
	/*background-color:#fff;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	margin:6px 0 8px;
	padding:0 6px;
	font-weight:bold;
	color:#C20023; 
	
	}
	
	
h1.tit_campeonato_insc02{margin:0 40px 8px 36px;}

h1.tit_campeonato_insc02{color:#C20023; background:none;}


h2.tit_campeonato_insc,
h2.tit_campeonato_insc02{  
	font-size:12px;
	margin:6px 0 12px;
	font-weight:normal;
	background-color:transparent;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h2.tit_campeonato_insc02{margin:0 0 4px 36px;}

h2.tit_campeonato_insc02.dos{margin:12px 0 4px 8px;}
    
h3{

	color:#8d9788;
	text-align:center;
	font-size:12px;
	}

h3 span{color:#000;}

td.titulo_tablaContacto span.aviso_campos
{	float:right;
    font-size:10px;     
    margin:0 2px 0 0;
	position:relative;
	right:-100px;
	*right:120px;
	*top:-12px;
	font-weight:normal;
	

}


/*--------tablas formularios---------------------------*/
div.formularios{margin:0 30px; border-bottom:1px dotted #000;}

div.formularios table{
	width:330px;
	font-size:12px;}
	
div.formulariosContacto{position:absolute; top:120px; left:120px;}

*div.formulariosContacto{position:absolute; top:120px; left:0px;}
	
div.formulariosContacto table
{
    /*margin-top:60px;*/
	width: 100%;
	font-size:12px;}

table.part1,
table.part2{
	float:left;
	border:none;
	margin-bottom: 5px;
	}
table.part1contacto
{
  	border:none;
  	width:100%;

}	
td.titulo_tabla{
	font-weight:bold;
	font-size:14px;
	padding-bottom:6px;}
	
td.titulo_tablaContacto{
	font-weight:bold;
	font-size:14px;
	padding-bottom:12px;
	}
	
td.n_campo{text-align:right; padding-right:6px; height:24px;}
.n_campo{text-align:right; padding-right:6px; height:24px;}
td.n_campo2{text-align:right; padding-right:6px; padding-top:6px; vertical-align:top;}

div.formularios table td input{
	width:202px;
	height:18px;
	border:1px solid #315d1b;}
	
div.formulariosContacto table td input{
	width:202px;
	height:18px;
	border:1px solid #315d1b;}
input.inputaBuscar
{
    color:Gray;
    text-align: center;
    padding-right:6px;
    height:24px;
    width:202px;
	height:18px;
	border:1px solid #315d1b;}
div.formularios table td input.campo_observaciones{
	width:202px;
	height:118px;
	border:1px solid #315d1b;}
	
div.formulariosContacto table td input.campo_descripcion{
	width:202px;
	height:118px;
	border:1px solid #315d1b;}
	
table.part2{margin-left:12px;}

.boton_enviar_form{
	width:58px; 
	height:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold;
	background-color:#c1021f;
	color:White;
	border:none;}
a.link_form
{
    width:58px; 
	padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold;
	background-color:#c1021f;
	color:White;
	border:none;
	text-decoration:none;
	}
    
	
p.par_boton_form{text-align:center; clear:both;margin:19px 0 12px 0; 
color:White;
    
}
p.par_mensaje_form {text-align:center; clear:both;margin: -5px 0px 0 8px;}

.inputSelect
{
    width:202px;
	height:20px;
	border:1px solid #315d1b;
	margin-bottom:1px;
}
/*--------------------------------------------------------------------------*/



p.texto1{font-size:11px; margin:5px 30px 10px; text-align:center;}

div.bloque_pat{text-align:center; width:700px; margin:0 auto;}

.caja01{
	text-align:right;
	width:330px;
	font-size:11px;
	float:left;
	margin-right:40px;
	}
	
.caja01 p.par_nombre{ font-weight:bold; font-size:12px;}
.textocaja01 {float:left;width:275px;
}

.caja01 div.imgclub{float:right; margin-left:6px; width:74px;}

.caja02{
	text-align:left;
	width:330px;
	font-size:11px;
	float:left;
	}
	
.caja01 p.par_nombre{ font-weight:bold; font-size:12px;}

.caja01 a,
.caja02 a{color:#000;}

.caja01 a:hover,
.caja02 a:hover{text-decoration:none;}

.caja02 img{float:left; margin-right:6px;}

p.text_av{text-align:center;  font-size:10px; color:#666;}

.MensajeForm
{
    font-size: 16px;
    font-weight: bold;
    color:#E9C400;
}

.MensajeFormError
{
    font-size: 16px;
    font-weight: bold;
    color:Red;
}

/* Gallery Styles */
.contenedorCabecera 
{
    height: 60px;
    padding:30px 60px 20px 50px;
    
}

p.cabecera
{
    color :White;
    height:35px;
    padding: 6px 0 0 60px;   
    float:left;
	margin-top:16px!important;
}
p.cabecerageneral
{
	color :White;
    height:35px;
    padding: 6px 0 0 200px;   
    float:left;
}

p.cabeceraNoticia
{
    color :White;
    height:35px;
    padding: 6px 0 0 5px;   
    float:left;
}
p.cabeceraLarga
{
    color :White;
    height:35px;
    padding: 6px 0 0 10px;   
    float:left;
}

.contenedorCabecera p.enlaces
{
    font-family: arial;
    font-size:11px; 
    text-align: left; 
    font-weight:bold; 
     margin-top:-20px;
}

.contenedorCabecera p.enlaces a
{
    color:#C20023;
    text-decoration:none;
}
.contenedorCabecera p.enlaces a:hover
{
    color:#ebc302;
	text-decoration:none;
}
.contenedorCabecera p.enlaces a.selec
{
    
    color:black;
    text-decoration:underline;
}

.blur 
{
   position:relative;
   background-color: #ccc; /*shadow color*/ 
   color: inherit; 
   margin: 0 auto;
} 

.blur, .shadow, .areafoto{ 
   position: relative; 
   bottom: 2px; 
   right: 2px;
} 
.shadow{ 
   background-color: #666; /*shadow color*/ 
   color: inherit; 
} 
.areafoto{ 
   background-color: #fff; /*background color of content*/ 
   color: #000; /*text color of content*/ 
   border: 1px solid #000; /*border color*/
   padding: .5em 2ex;
   text-align:center;
   
} 
/*.areafoto IMG{ 
   border: 1px solid #000000; 
} */


.cabmotioncontainer 
{
    position:absolute;
    float:left;
    margin: 0px 0px 0 0px ;
    top: 550px;
    left: 23px;    
}
#motioncontainer {
margin: 550px 0px 0 145px ; /* Uncomment this line if you wish to center the gallery on page */
width: 646px; /* Set to gallery width, in px or percentage */
height: 80px; /* Set to gallery height */
}

#motioncontainer img
{
    /*width:117px;*/
    height:78px;
    margin-right:0px;
}
#motioncontainer img {
border: 1px solid #C20023; /* Set image border color */
}

#motioncontainer img:hover{
border: 1px solid orange; /* Set image border hover color */
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
#statusdiv {
/*background-color: lightyellow;*/
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}


/* End Gallery Styles */


/*---Estrella Damm y El Deporte---------------*/
div.left_deporte{
    width:300px;
    float:left;
    margin:30px 0 0 12px;}
    

div.left_deporte p
{
    font-size:0.9em;
    margin-bottom:10px;}
    
    
div.left_deporte p a
{
        color:#c20023;
        text-decoration:underline;}
        
p.columna03{clear:both; margin:12px 0 0 12px;}
        
div.left_deporte p a.extralink,
p.columna03 a
{
    background-color:#c20023;
    color:#fff;
    text-decoration:none;
    padding:2px 6px;
    font-size:0.8em;
}

p.columna03 a{font-size:0.7em;}

div.left_deporte p a.extralink:hover,
p.columna03 a:hover
{
     background-color:#fff;
    color:#c20023;
    border:1px solid #c20023}


div.right_deporte
{
    width:320px;
    float:left;
    margin:30px 0 0 40px;}
    
    
div.right_deporte#extraimagenes p{margin-bottom:12px;}
    
    
    
    
    
#ex_deporte, #ex_deporte02{margin-top:80px;}
    
ul.links_deporte
{
   font-size:0.9em;
   color:#c20023}

ul.links_deporte li
{
  margin-bottom:12px;
    background: transparent url(../images/bola_li.png) no-repeat left 0.4em;
    line-height:1.8em;
    padding-left:18px;}
    

ul.links_deporte#listaequipos li
{
        background: transparent url(../images/bola02.png) no-repeat left 0.4em;}

ul.links_deporte li a
{
   font-style:italic;
   color:#c20023;
   text-decoration:none;
   border-bottom:1px dotted #fff;
   padding-bottom:2px;
   }
        
 ul.links_deporte li a:hover{border-bottom:1px dotted #c20023;}




ul.links_deporte li ul
{
        font-size:0.8em; 
        color:#000;
        margin:6px 0 0 32px;
        border-left: 1px dotted #c20023;
        padding-left:6px;
        font-style:italic;}


ul.links_deporte li ul li
{
        background:none;
        margin-bottom:6px;}



h2.tit_deporte
{
        font-size:0.9em;
        font-weight:normal;
        text-transform:uppercase;
        color:#c20023;
   
        width:90%;
        padding-top:70px;
        *padding-top:0;
        *margin-top:120px;
        border-bottom:1px solid #c20023;

        }
        
        
h2.tit_deporte span
{
        margin-left:22px; 
        font-weight:bold; 
        text-transform:none;
        }
        
        
p.back{
   clear:both;
   text-align:center;
   margin-top:12px;
   position:absolute; bottom:6px; left:320px}
     
p.back a{
     background: transparent url(../images/tiki02.gif) no-repeat left 0.4em;
     padding-left:8px;
     text-decoration:none;
     line-height:24px;
     font-family:Verdana;
     font-size:10px;
     color:#c20023;
     font-weight:bold;
     }
     
p.back a:hover{text-decoration:underline;}
      

        
p.par_flotar{float:left;}    

p.par_flotar02{float:left; margin-left:6px;}  


/*--------------------------------*/
div.parrafo_new {
	font-size:14px;
	margin:8px 12px 0 36px;
	
	
	}	
	
	
div.parrafo_new a,
a.info{
     color:#c20023;
     font-weight:bold;
     font-size:11px;
     margin:0 0 0 36px;
     background: transparent url(../images/tiki.gif) no-repeat right 0.4em;
     padding-right:8px;
     text-decoration:none;
     }
    
div.parrafo_new a:hover{text-decoration:underline;}


div.para_cuerpo{width:96%;}

div.para_cuerpo p{font-size:12px; font-style:normal;}

 #Loading_Img p,  #Loading_Img span{
	 color:#fff!important; 
	 font-weight:normal!important; 
	 text-transform:uppercase; 
	 font-family:Arial, Helvetica, sans-serif!important; 
	 font-size:12px!important;
	 background-color:#000; 
	 padding:6px 12px;
	 margin:0 auto;
	 letter-spacing:1px;
	 width:100%;}
	 
table.tab_campeonato{
	clear:both;
	width:640px;
	font-family:Arial, Helvetica, sans-serif; 
	position:absolute;
	top:58px;
	font-size:10px;
	margin-top:12px;}
	
	
	
table.tab_campeonato td p.enlaces{font-size:10px;}
	
table.tab_campeonato td{text-align:left; padding:0;}

table.tab_campeonato td.tduno{padding:2px 4px 0;}

table.tab_campeonato td.tduno span{line-height:10px; text-align:right; display:block;}

table.tab_campeonato td.tduno a{line-height:10px; text-align:right; color:#000; display:block;text-decoration:none;}
	
table.tab_campeonato input.riTextBox riEnabled{width:60px!important;}

div.contenedorCabecera h1.tit_tor{
		background: url('../images/barraFondoRoja635.gif') no-repeat;
		width:635px;
		height:27px;
		padding-top:8px;
		text-align:center;
		color:#fff;
		margin: 0 auto;
		font-size:18px;
		font-weight:normal;}
		
div.listadoResultados table{width:300px; padding:20px;}
		
div.listadoResultados table td{padding:4px; width:auto!important;}

div.RadPicker_Default table{width:98px!important}

div.RadPicker_Default table a.rcCalPopup{margin-left:8px!important;}

select#ctl00_ContentPlaceHolder1_ddlCampeonatosTerminados{width:230px!important}

table.tab_campeonato td input.but_limpiar{
	border:0;
	font-size:10px!important;
	background-color:#C20023;
	color:#fff;
	text-transform:uppercase;
	padding:2px!important;
	cursor:pointer;
	width:inherit!important;
	
}

div.RadPicker_Default {width:auto!important; display:inline!important}

input#ctl00_ContentPlaceHolder1_btlimpiar{width:50px!important;}


hr.margenlinea{margin-bottom:12px;}