body { 
	color: #000000; 
	background: #000000;
	font-family: Verdana, sans-serif, "Times New Roman";
	font-size: 12px;
	margin-left: 0px; 
	margin-top: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration:none; /*elimino el subrayado del vínculo*/ 
}

h1 {
	color: #000000; 
	font-family: Verdana, sans-serif, "Times New Roman";
	font-size: 12px;
	margin: 0px; 
	padding-bottom: 3px;
	background: url('img/fondo_titulo.jpg') center center repeat-x #FFFFFF;
}

#outer {
	width: 926px;
	height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0px;
}


#contenedor {
	width: 926px;
	/*height: 505px;*/
	/*height: auto;*/
	/*border-left: 1px solid #AAAAAA;*/ /*encadeno los 3 atributos claves del borde en una sola linea, ahorrando codigo XD*/ 
	/*border-right: 1px solid #AAAAAA;*/ /*encadeno los 3 atributos claves del borde en una sola linea, ahorrando codigo XD*/ 
	/*border-top: 1px solid #AAAAAA;*/ /*encadeno los 3 atributos claves del borde en una sola linea, ahorrando codigo XD*/ 
	/*border-bottom: 1px solid #AAAAAA;*/ /*encadeno los 3 atributos claves del borde en una sola linea, ahorrando codigo XD*/ 
	background-color: #FFFFFF;
	margin: 0px; /*10px arriba y abajo, y auto a los lados, para los navegadores nuevos es suficiente para centrar la pagina*/ 
	text-align: left; /*aqui alineamos todo de nuevo a la izquierda, pero dentro del contenedor*/ 
}

#left {
	width: 131px;
	/*height: 505px;*/
	/*height: auto;*/
	float: left;
	border-left: 1px solid #E20816;
}

#center {
	width: 527px;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
	height: 645px;
	/*height: auto;*/
	float: left;
	background: #CBC9C4;
	padding-bottom: 11px;
}

#right {
	width: 264px;
	/*height: 505px;*/
	/*height: auto;*/
	height: 671px;
	float: left;
	background: #000000;
	color: #ffffff;
	border-right: 1px solid #E20816;
}

#rightmenu {
	/*width: 264px;*/
	width: 132px;
	/*height: 505px;*/
	/*height: auto;*/
	height: 671px;
	float: left;
	border-right: 1px solid #E20816;
}


#header {
	background: url('img/header.jpg') center center no-repeat;
	width: 924px;
	height: 180px;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
}

#menu {
	float: left;
	/*margin: 0px 10px auto 0;
	border-right: 1px solid #333333;*/
	border-bottom: 1px solid #E20816;
	width: 925px;
	height: 25px;
	padding-left: 1px;
	background-color: #E20816;
}

#menu ul {
	margin: 0; /*le quitamos el margen a la lista*/ 
	padding: 0; /*y el relleno*/
}

#menu li {
	margin: 0; /*le quito el margen al elemento de la lista*/ 
	/*border-bottom: 1px solid #E20816;*/
	border-left: 1px solid #E20816;
	border-right: 1px solid #E20816;
	display: inline;
	list-style-type: none;
	width: 130px;
	height: 25px;
	float: left;
	background: url('img/btn_menu.jpg') center center no-repeat;
}

#secciones {
	width: 132px;
	/*background-color: #E20816;*/
	background-color: #FFF;
}

#secciones ul {
	margin: 0; /*le quitamos el margen a la lista*/ 
	padding: 0; /*y el relleno*/
}

#secciones li {
	margin: 0; /*le quito el margen al elemento de la lista*/ 
	/*border-bottom: 1px solid #E20816;*/
	border-left: 0px solid #E20816;
	border-right: 0px solid #E20816;
	border-top: 1px solid #FFF;
	display: inline;
	list-style-type: none;
	width: 132px;
	height: 25px;
	float: left;
	background: url('img/btn_menu.jpg') center center no-repeat;
}

#secciones li a {
	display: block; /*con esto el vinculo tendra un area rectangular, asi no sera solo el texto*/ 
	/*background-color: #CC3300; /*algo de color*/ 
	color: #FFFFFF; /*mas*/ 
	width: auto; /*defino el ancho del rectangulo del vinculo*/
	padding: 6px 0 5px 0px; /*sumamos el relleno al ancho y alto del rectangulo para obtener el div #menu completamente ocupado con los ítems del menú*/ 
	text-decoration: none; /*elimino el subrayado del vínculo*/ 
	font-weight: bold; /*decoración*/ 
	text-transform: uppercase; /*decorare los vinculos en mayusculas*/
	text-align: center;
	font-size: 10px;
}

#secciones li:hover {
	/*background: url('img/btn_menu_hover.jpg') center center no-repeat;*/
	background: url('img/btn_home.jpg') center center no-repeat;
}


.btnhome  {
	background: url('img/btn_home.jpg') center center no-repeat!important;
}

.btnhome:hover  {
	background: url('img/btn_menu_hover.jpg') center center no-repeat!important;
}

#menu li a {
	display: block; /*con esto el vinculo tendra un area rectangular, asi no sera solo el texto*/ 
	/*background-color: #CC3300; /*algo de color*/ 
	color: #FFFFFF; /*mas*/ 
	width: auto; /*defino el ancho del rectangulo del vinculo*/
	padding: 6px 0 5px 0px; /*sumamos el relleno al ancho y alto del rectangulo para obtener el div #menu completamente ocupado con los ítems del menú*/ 
	text-decoration: none; /*elimino el subrayado del vínculo*/ 
	font-weight: bold; /*decoración*/ 
	text-transform: uppercase; /*decorare los vinculos en mayusculas*/
	text-align: center;
	font-size: 10px;
}

#menu li:hover {
	/*background: url('img/btn_menu_hover.jpg') center center no-repeat;*/
	background: url('img/btn_home.jpg') center center no-repeat;
}

#elresumen {
	width: 264px;
	height: 417px;
	float: left;
	font-size: 11px;
	color: #FFFFFF;
	background: #000000;
}

#elresumen a {
	text-decoration: underline; 
	font-weight: bold;
	color: #FFFFFF; 
}

#recuadrobottomright {
	width: 264px;
	height: 120px;
	float: left;
	color: #FFFFFF;
}

#recuadrobottomright table {
	border-collapse: collapse;
	border: 1px solid #000000;
	color: #000000;
	margin: 0px auto;
	width: 264px;
	height: 120px;
	padding: 0px;
}

#recuadrobottomright td {
	border: 1px dotted #AAAAAA;
	/*padding: .4em;*/
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	vertical-align: top;
	height: 27px;
}

#recuadrobottomright th {
	border: 1px solid #000000;
	text-align: center;
	background: #E20816;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: 27px;
}

#elpibedelafecha {
	width: 264px;
	height: 99px;
	float: left;
	background: #029835;
}

#elpibedelafecha a {
	text-decoration: underline; /*elimino el subrayado del vínculo*/ 
	color: #FFFFFF;
}

#elpibedelafecha table {
	margin: auto 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

#elpibedelafecha td {
	padding-left: 3px;
}

#elpibedelafecha img {
	width: 70px;
	height: 70px;
	margin: auto auto;
}

.elpibedelafecha{
	background: url('img/fondo_foto.jpg') center left repeat-x;
	border: 2px dotted #000000;
	text-align:center;
	padding-left: 0px !important;
}

#recuadrotopleft {
	width: 131px;
	/*height: 272px;*/
	height: 248px;
	float: left;
	background: #000000;
	color: #FFFFFF;
}

#recuadrobottomleft {
	width: 131px;
	/*height: 252px;*/
	/*height: 399px;*/
	height: 423px;
	float: left;
	background: #000000;
}

#recuadroleft {
	width: 131px;
	height: 599px;
	float: left;
	background: #000000;
}


#cancha {
	width: 527px;
	height: 499px;
	float: left;
	background: url('img/cancha.jpg') center center no-repeat #029835;
	/*padding-bottom: 11px;*/
}

#cancha a {
	text-decoration: underline; /*elimino el subrayado del vínculo*/ 
	color: #FFFFFF;
	font-size: 10px;
}

#cancha table{
	border-collapse: collapse;
	border: 0px;
	color: #000000;
	margin: 8px auto;
}

#cancha td {
	border: 0px;
	/*padding: .4em;*/
	color: #FFFFFF;
	/*vertical-align: middle;*/
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

#cancha td a{
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

.adelantado {
	vertical-align: bottom!important;
	vertical-align: bottom!important;
}

.atrasado {
	vertical-align: top!important;
}

.tablalimpia {
	border: 0px!important;
	margin: 0px 0px!important;
}

#footer {
	padding-top: 7px;
	background: url('img/footer.jpg') center bottom no-repeat #000000;
	width: 924px;
	height: 28px;
	color: #FFFFFF;
	text-align: left top;
	font-size: 10px;
	/*position: absolute;*/
	clear: both;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
	border-top: 1px solid #FFFFFF;
}

#listadojugadores{
	margin: 0 auto;
	position: relative;
	width: 460px;
	height: auto;
	/*padding: 0px;*/
	padding-top: 10px;
}
	
#listadojugadores ul {
	margin: 8px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
}

#listadojugadores li {
	margin: 0;
	display: inline;
	list-style-type: none;
	width: 225px;
	height: 35px;
	float: left;
	background: url('img/backjugadores.jpg') center right no-repeat #FFFFFF;
	margin: 2px;
}

#listadojugadores li img {
	float: left;
	width: 35px;
	height: 35px;
}

#listadojugadores li a {
	display: block;
	color: #9B0033; 
	width: 190px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	text-decoration: none; /*elimino el subrayado del vínculo*/ 
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

#listadojugadores li:hover {
	background: url('img/backjugadores_hover.jpg') center right no-repeat #FFFFFF;
}

#ficha {
	margin: 0 auto;
	background: #CBC9C4;
	height: 370px;
	width: 264px;
}

#foto {
	margin: 0 auto;
	background: #FFFFFF;
	border: 2px dotted #000000;
	text-align:center;
	height: 190px;
	background: url('img/fondo_foto.jpg') center left repeat-x;
}

#ficha ul {
	margin: 8px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
}

#ficha li {
	margin: 0;
	/*display: inline;*/
	list-style-type: none;
	width: 262px;
	height: 18px;
	float: left;
	background: #AAAAAA;
	margin: 2px 0px;
	padding-left: 2px;
}

#ficha li span {
	font-weight: bold;
	color: #E20816;
}

#left table {
	border-collapse: collapse;
	border: 1px solid #000000;
	color: #FFFFFF;
	margin: 8px auto;
}

#left td {
	border: 1px dotted #AAAAAA;
	padding: .4em;
	color: #FFFFFF;
	vertical-align: top;
}

#left th {
	border: 1px solid #000000;
	text-align: center;
	background: #E20816;
	color: #FFFFFF;
	/*padding-left: 2px;
	vertical-align: top;*/
	font-weight: bold;
}

#counter {
	float: center bottom;
}

#estadisticas {
	background: #FFFFFF;
	width: 792px;
	/*height: 489px;*/
	height: 671px;
	float: left;
	text-align: center;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
}

#estadisticas table {
	border-collapse: collapse;
	border: 1px solid #000000;
	color: #000000;
	margin: 8px auto;
	font-size: 12px;
}

#estadisticas td {
	border: 1px dotted #AAAAAA;
	padding: 0;
	color: #000000;
	vertical-align: top;
}

#estadisticas th {
	border: 1px solid #000000;
	text-align: center;
	background: #E20816;
	color: #FFFFFF;
	/*padding-left: 2px;
	vertical-align: top;*/
	font-weight: bold;
}

#fixture {
	background: #FFFFFF;
	width: 792px;
	/*height: 489px;*/
	height: 671px;
	float: left;
	text-align: center;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
}

#fixture table {
	border-collapse: collapse;
	border: 1px solid #000000;
	color: #000000;
	margin: 8px auto;
	font-size: 12px;
}

#fixture td {
	border: 1px dotted #AAAAAA;
	padding: 0;
	color: #000000;
	vertical-align: top;
}

#fixture th {
	border: 1px solid #000000;
	text-align: center;
	background: #E20816;
	color: #FFFFFF;
	/*padding-left: 2px;
	vertical-align: top;*/
	font-weight: bold;
}

#diferencias {
	background: #FFFFFF;
	width: 792px;
	/*height: 489px;*/
	height: 671px;
	float: left;
	text-align: center;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
}

#diferencias table {
	border-collapse: collapse;
	border: 1px solid #000000;
	color: #000000;
	margin: 8px auto;
	font-size: 12px;
	width: 95%;
}

#diferencias td {
	border: 1px dotted #AAAAAA;
	padding: 0;
	color: #000000;
	vertical-align: top;
}

#diferencias th {
	border: 1px solid #000000;
	text-align: center;
	/*background: #E20816;*/
	background: #252B7F;
	color: #FFFFFF;
	/*padding-left: 2px;
	vertical-align: top;*/
	font-weight: bold;
}

#noticias {
	/*width: 659px;*/
	width: 100%;
	border-bottom: 1px solid #E20816;
	/*border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;*/
	height: 124px;
	background: #FFF;
}

#noticias img {
	height: 116px;
	width: 116px;
	margin: 4px 4px;
	float: left;
}

#nota{
	float: left;
	/*position: relative;*/
	width: 200px;
	height: 100px;
}

#notaa{
	float: left;
	position: relative;
	/*width: 527px;*/
	width: 487px; /*Resto 40 por el padding*/
	/*height: 500px;*/
	/*height: 638px;*/
	height: 613px;
	overflow: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
}

.titulonota {
	color: #E20816; 
	font-family: Verdana, sans-serif, "Times New Roman";
	font-size: 20px;
	margin: 0px; 
	padding-bottom: 3px;
	text-transform: uppercase;
	font-style: italic; 
}

#notaa a {
	color: #E20816; 
	font-family: Verdana, sans-serif, "Times New Roman";
	font-size: 20px;
	margin: 0px; 
	padding-bottom: 3px;
	text-transform: uppercase;
	font-style: italic; 
}

#notaawide{
	float: left;
	position: relative;
	/*width: 659px;*/
	width: 619px;
	/*height: 500px;*/
	/*height: 638px;*/
	height: 613px;
	overflow: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;

}

#notaawide a {
	color: #E20816; 
	font-family: Verdana, sans-serif, "Times New Roman";
	font-size: 20px;
	margin: 0px; 
	padding-bottom: 3px;
	text-transform: uppercase;
	font-style: italic; 
}


#nota a {
	color: #E20816; 
	font-family: Verdana, sans-serif, "Times New Roman";
	font-size: 20px;
	margin: 0px; 
	padding-bottom: 3px;
	text-transform: uppercase;
	font-style: italic; 
}

#nota a:hover{
	text-decoration: underline;
}

#noticia {
	width: 527px;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
	/*height: 505px;*/
	height: 660px;
	/*height: auto;*/
	float: left;
	background: #FFF;
	padding-bottom: 11px;
}
#noticiatitulares {
	/*width: 659px;*/
	width: 659px;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
	/*height: 645px;*/
	height: 660px;
	float: left;
	background: #FFF;
	padding-bottom: 11px;
	overflow: auto;
}

#linksamigos {
	/*width: 659px;*/
	width: 659px;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
	/*height: 645px;*/
	height: 660px;
	float: left;
	background: #FFF;
	padding-bottom: 11px;
	overflow: auto;
	text-align: center;
	font-size: 24px;
}


.tablatitulares {
	/*height: 645px;*/
	background: #FFF;
	/*border: 1px solid #E20816;*/	
}


#pingpong {
	width: 659px;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
	/*height: 505px;*/
	height: 645px;
	/*height: auto;*/
	float: left;
	background: #31339B;
	padding-bottom: 11px;
}

#deayer {
	width: 659px;
	border-top: 1px solid #E20816;
	border-bottom: 1px solid #E20816;
	float: left;	
	background: #AAA;
}

#cadena {
	width: 924px;
	height: 505px;
	overflow: auto;
	float: left;
	background: #FFF;
	padding-bottom: 11px;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
}

#pass {
	margin: 210px auto;
	width: 262px;
	border: 1px solid #E20816;
	padding: 11px;
}

#fecha {
	font-weight: bold;
}

#rightfotos {
	width: 264px;
	height: 671px;
	/*height: auto;*/
	float: left;
	border-right: 1px solid #E20816;
	overflow: auto;
	background: #FFFFFF;
}

#fotonoticia{
	width: 256px;
	float: left;
	margin: 0 auto;
}

#proximo{
	height: 124px;
	/*width: 264px;*/
	width: 132px;
	border-bottom: 1px solid #E20816;
	background: #029835;
	color: #FFF;
	text-align: center;
}


#pibe{
	height: 372px;
	width: 264px;
}

#partidos {
	width: 527px;
	border-right: 1px solid #E20816;
	border-left: 1px solid #E20816;
	/*height: 505px;*/
	height: 660px;
	/*height: auto;*/
	float: left;
	background: #CBC9C4;
	padding-bottom: 11px;
	text-align: center;
	font-size: 16px;
}

#partidos a{
	color: #000;
	text-decoration: none;
}

#partidos a:hover{
	text-decoration: underline;
}

.amonestado{
	color: #FFE900!important;
}

.expulsado {
	color: #FF0000!important;
}
