/*
ESTILOS LIGA DEL NOROESTE DE TRAINERAS
JUAN GARCÍA 2006 ®
*/
p{
	padding-left:10px;
	padding-right:10px;
}
form{
	margin: 0 0 0 0;
	border:none;
	padding:0 0 0 0;
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 10px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#FFFFFF;
}
/*ESTILOS DE ESTRUCTURACIÓN DE LA PÁGINA DE CONTENIDOS*/
.fondoDerecha{
	/*background-image:url(../img/fondoDerecha.jpg);*/
	background-image:url(../img/nuevas/azul.jpg);
/*	background-repeat:repeat-x;*/
	background-position:left top;
	border-left: 2px SOLID #000077;
}
.fondoIzquierda{
/*	background-image:url(../img/fondoIzquierda.jpg);*/
	background-image:url(../img/nuevas/azul.jpg);
	/*background-repeat:repeat-x;*/
	background-position:right top;
	border-right: 2px SOLID #000077;
}
.cabeceraContenido{
/*	background-image:url(../img/cabeceraContenido.jpg);*/
	background-image:url(../img/nuevas/cabecera.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-align:center;
}
.pieContenido{
	/*background-image:url(../img/pieContenido.jpg);*/
	background-image:url(../img/nueva/linea.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-align:left;
	
}
.textoPieContenido{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1C4300;
	padding-top:5px;
}
.pieContacto{
	background-color:#DDE6FF;
}
.contenidoDinamico{
	background-image:url(../img/esquina.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	vertical-align:top;
	padding:5px;
}

/* BLOQUE IZQUIERDA */
.cabeceraLateral{
	background-image:url(../img/cabeceraLateral.jpg);
	background-position:right bottom;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	height:12px;
}
.fondoLateral{
	background-color:#DDE6FF;
}
.bloqueIzquierdaCabecera{
	background-image:url(../img/bloqueIzquierdaFondoCabecera.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.bloqueIzquierdaContenido{
	background-image:url(../img/bloqueIzquieraFondoContenido.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-size:8px;
	font-weight:bold;
	color:#000044;
	padding-left:10px;
}
.bloqueIzquierdaPie{
	background-image:url(../img/bloqueIzquierdaFondoPie.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/**************************************************************/

/* BLOQUE CENTRAL CONTENIDO DINÁMICO */
.tablaCabeceraContenido{
	/*background-image:url(../img/fondoContenidoCabecera.jpg);*/
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	color:#1C4300;
	/*padding-right:20px;
	padding-top:2px;*/
}
.tablaCuerpoContenido{
	/*background-image:url(../img/fondoContenidoCuerpo.jpg);*/
	background-position:right;
	background-repeat:repeat-y;
	/*padding-left:13px;
	padding-right:17px;*/
}
.tablaPieContenido{
	background-image:url(../img/fondoContenidoPie.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/**************************************************************/
/* ESTILOS DE LINKS PERSONALIZADOS*/
a.pie:link, a.pie:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.pie:hover, a.pie:active{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}
a.linkVerde:link, a.linkVerde:visited, a:link, a:visited{
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
}
a.linkVerde:hover, a.linkVerde:active, a:hover, a:active{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}


/********************************************************
COLORES:
	VERDE: #C8C8C8
	VERDE OSCURO: #1C4300
	VERDE FONDO TABLAS CLARO: ##C8C8C8
	VERDE FILAS PARES: #A5E378
	
	AZUL FONDO TABLAS CLARO: #DDE6FF
	AZUL FILAS PARES: #C7D6FF
	AZUL:  #232767
*/
/* ESTILOS DE TEXTO DE LA NAVEGACION EN BARRA DE TEXTO */
.navegacionTexto{
	padding-left:10px;
	font-weight:bold;
}
.imprimir{
	padding-right:10px;
	font-weight:bold;
}
.botonesFormato{
	padding-right:30px;
}
.btnVolver{
	padding-right:1px;
}
/* ESTILOS DE TEXTO DEL BLOQUE DE INFORMACIÓN */
.tituloBloque{
	height:18px;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}

/*********************************************************/

/* ESTILOS DE LOS FORMULARIOS DEL BLOQUE, Y DE LOS OBJETOS INPUT*/
.txtLabel{
	color:#000044;
	font-size:8px;
	text-align:right;
	padding-left:5px;
	padding-right:5px;
}
.txtInput{
	font-size:10px;
	color:#000066;
	margin-right:20px;
}
input.btnFormBloque{
	background-color:#C8C8C8;
	border:1px solid #1C4300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	text-align:center;
	color:#FFFFFF;
}
input.btnForm{
	background-color:#C8C8C8;
	border:1px solid #1C4300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
}
button.btnForm{
	background-color:#C8C8C8;
	border:1px solid #1C4300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	margin:2px;
}
input.txtForm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000066;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000066;
}

/* ESTILOS DE TEXTO */

.txt_Arial_Bold_16px_Azul_Left{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	color:#232767;
}
.txt_Arial_Normal_12px_Azul_Left{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:12px;
	text-align:left;
	color:#232767;
}
.txt_Arial_Bold_13px_Azul_Left{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	color:#232767;
}
.txt_Arial_Bold_14px_Azul_Left{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	color:#232767;
}
.txt_Arial_Normal_10px_Azul_Justify_Sangria{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:10px;
	text-align:justify;
	color:#232767;
	text-indent:20px;
}
.txt_Arial_Normal_10px_Azul_Left{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:10px;
	text-align:left;
	color:#232767;
}
.txt_Arial_Bold_10px_Azul_Left{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	color:#232767;
}
.textoNoticias{
	padding:10px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*********************************************************/
/* ESPACIO ENTRE CELDAS*/
.horizontal20px{
	height:20px;
}
.horizontal10px{
	height:10px;
}
.horizontal5px{
	height:5px;
}
.horizontal3px{
	height:3px;
}
.vertical17px{
	width:17px;
}
.vertical10px{
	width:10px;
}
.vertical12px{
	width:12px;
}
.lineaVerde{
 	background-color:#C8C8C8;
	background-repeat:repeat-x;
	height:10px;
	width:100%;
	
}
.lineaGris{
 	background-color:#C8C8C8;
	background-repeat:repeat-x;
	height:1px;
	width:100%;
	
}
.lineasAmarillas{
	background-image:url(../img/nuevas/lineas_amarillas.jpg);
	/*background-color:#C8C8C8;*/
	background-repeat:repeat-x;
	height:10px;
	width:100%;
}
/* ESTILOS DE TABLA */
table.tablaDatosVerde{
	background-color:#C8C8C8;
}
table.administracionVerdeBorde{
	border:1px solid #C8C8C8;
}
table.tablaDatosAzul{
	background-color:#DDE6FF;
}
table.tablaDatosBlanca{
	background-color:#FFFFFF;
	border-bottom:1px solid #C8C8C8;
}
table.resultadosVerde{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#1C4300;
	border-bottom:1px solid #C8C8C8;
}
table.noticiasIni tr.cuerpo{

	background-repeat:repeat-y;
	background-position:left;
	font-size:40px;
  font-family:Arial, Helvetica, sans-serif;
	color:#C8C8C8;
}
.noticiasIni{
/*	background-image:url(../img/fondoNoticias.jpg);
	background-position:right;
	background-repeat:no-repeat;*/
	background-image:url(../img/nuevas/azul_clarito.jpg);
/*background-position:center;*/
}
.fondoTabla{
/*	background-image:url(../img/fondoNoticias.jpg);
	background-position:right;
	background-repeat:no-repeat;*/
	background-image:url(../img/nuevas/azul_clarito.jpg);
/*background-position:center;*/
}


/*
table.noticiasIni tr.cabecera{
	background-image:url(../img/fondoNoticiasCabecera.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:13px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
table.noticiasIni tr.cuerpo_ant{
	background-image:url(../img/fondoNoticiasCuerpo.jpg);
	background-repeat:repeat-y;
	background-position:left;
	font-size:20px;
  font-family:Arial, Helvetica, sans-serif;
	color:#C8C8C8;
}


table.noticiasIni tr.pie{
	background-image:url(../img/fondoNoticiasPie.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:12px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#C8C8C8;
}
*/
.cabeceraTablaRegata{
	background-repeat:repeat-x;
	font-size:18px;
	font-weight:bold;
	color:#202356;
}

.cabeceraTablaVerde{
	/*background-image:url(../img/cabeceraTablaVerde.jpg);*/
	
	font-size:10px;
	font-weight:bold;
	color:#000066;
}
.cabeceraTablaAzul{
	background-image:url(../img/cabeceraTablaAzul.jpg);
	background-repeat:repeat-x;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.fondoBlanco{
	background-color:#FFFFFF;
}

/* BARRA FOTOS */
.barraFotos{
	background-color:#C8C8C8;
	border-top:1px solid #000000;
	border-bottom: 1px solid #000000;
	color:#000000;
	font-weigth:bold
}
.barraPatrocinadores{
	background-color:#FFFFFF;
	border-top:1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	color:#1C4300;
	font-weigth:bold
}

.fotoGaleria{
	background-color:#C8C8C8;
	padding:2px;
	border:1px solid #C8C8C8;
}
.divFotos{
	width:200px;
	position:relative;
	top:0px;
	left:0px;
	background-color:##C8C8C8;
	border-color:#C8C8C8;
	border-style:solid;
	border-width:thin;
}
.barraSelec{
	background-color: #ffffff;
	border:1px solid #000000;
	border-bottom: none;
	color: #000000;
	margin-left:2px;
	margin-right:2px;
}
.barraReposo{
	border-top:1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:#C8C8C8;
	color: #000000;
	margin-left:2px;
	margin-right:2px;
}

/****************************************************/
/* ESTILOS DEL TEXTO DE LOS REGLAMENTOS*/
.tituloTexto{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000; 
	font-weight:bold;
}
.subTituloTexto{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000; 
	font-weight:bold;
}
/*********************************************************/
