@charset "utf-8";


body {
	margin: 0px;
	background-position: center top;
	background-image: url(../images/bg_cont.jpg);
	background-repeat:  no-repeat;
	background-color: #000000;

}
#add_this2 {
	float: right;
	height: 30px;
	width: 200px;
	margin-top: 8px;
	margin-right: 25px;
}


#nuevabarra {
	height: 20px;
	background-color: #D9E2F4;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-bottom:solid 1px #505050;
	text-align: center;
}

#contenedor_sudamericana {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 0px;
}
#izquierda {
	float: left;
	width: 670px;
	height: auto;
	padding-bottom: 20px;
}



/* MENU */



#menu_sudamericana {
	float: left;
	width: 985px;
	background-image: url(../images/bg_menu.png);
	background-repeat: no-repeat;
	height: 38px;
	margin-bottom: 3px;
}
#space_menu {
	float: left;
	height: 38px;
	width: 15px;
}

#space_menu_div {
	float: left;
	height: 38px;
	width: 5px;
	background-image: url(../images/sec_menu.png);
}

a#portada {
	display:block;
	width:74px;
	height:38px /* aqui esta el truco */;
	background-image: url(../images/sec_menu_portada.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

a#portada:hover {
	background-position:0 -40px;/* con esto cambiamos la porcion de imagen que se muestra */

}

a#noticias {
	display:block;
	width:76px;
	height:38px /* aqui esta el truco */;
	background-image: url(../images/sec_menu_noticias.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

a#noticias:hover {
background-position:0 -40px;/* con esto cambiamos la porcion de imagen que se muestra */

}

a#equipos {
	display:block;
	width:74px;
	height:38px /* aqui esta el truco */;
	background-image: url(../images/sec_menu_equipos.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

a#equipos:hover {
background-position:0 -40px;/* con esto cambiamos la porcion de imagen que se muestra */

}

a#calendario {
	display:block;
	width:72px;
	height:38px /* aqui esta el truco */;
	background-image: url(../images/sec_menu_calendario.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

a#calendario:hover {
background-position:0 -40px;/* con esto cambiamos la porcion de imagen que se muestra */

}

a#resultados {
	display:block;
	width:187px;
	height:38px /* aqui esta el truco */;
	background-image: url(../images/sec_menu_resultados.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

a#resultados:hover {
background-position:0 -40px;/* con esto cambiamos la porcion de imagen que se muestra */

}

/* FIN MENU */

#contenedor_izquierdo {
	float: left;
	height: auto;
	width: 661px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 4px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e87100;
	border-right-color: #e87100;
	border-bottom-color: #e87100;
	border-left-color: #e87100;
	padding-bottom: 35px;
	padding-top: 15px;
}
#noticia_principal {
	margin-left: 25px;
	width: 608px;
	height: 348px;
	border: 1px solid #D2D2D2;
	float: left;
}
#publicidad600x90 {
	margin-left: 30px;
	width: 600px;
	height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
#noticia_principal_mini {
	margin-left: 25px;
	width: 608px;
	height: auto;
	float: left;
	margin-top: 15px;
}
#noticia_mini_img {
	margin-left: 0px;
	width: 210px;
	height: 140px;
	padding-bottom: 21px;
	padding-right: 15px;
	float: left;
	padding-top: 3px;
}
#noticia_cont_mini {
	width: 383px;
	height: 140px;
	padding-bottom: 24px;
	float: left;
}
#noticia_cont_mini h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E87100;
	font-size: 18px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: normal;

}
#noticia_cont_mini h1 a {
	color: #E87100;
	text-decoration: none;
}
#noticia_cont_mini h1 a:hover {
	color: #E87100;
	text-decoration: underline;
}


#noticia_cont_mini h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}
#ultimos_resultados {
	margin-left: 25px;
	width: 608px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

#ultimos_resultados_title {
	width: 608px;
	height: 55px;
	float: left;
	background-repeat: repeat;
}
#ultimos_resultados_cont {
	margin-left: 23px;
	width: 561px;
	height: auto;
	float: left;
	background-color: #ECECEC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.ancho_tabla_resultados {
	float: left;
	width: 561px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.fecha_tabla_resultados {
	width: 50px;
	text-align: center;
	padding-top: 7px;
}
.ciudad_tabla_resultados {
	width: 105px;
	padding-left: 0px;
	text-align: center;
	padding-top: 7px;
}
.division_resultados {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	background-color: #DBDBDB;
	color: #000000;
	font-weight: bold;
}

.equipos_tabla_resultados_left {
	width: 160px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 7px;
}
.partidos_tabla_resultados {
	width: 40px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	padding-top: 7px;
}
.partidos_text_negroblackbold {
	font-weight: bold;
	color: #000000;
}

.equipos_tabla_resultados_right {
	width: 160px;
	padding-left: 0px;
	text-align: left;
}
.nocolor_tabla_resultados {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 5px;
}
.text_tabla_naranjo_centrado {
	color: #E87100;
	text-align: left;
	font-weight: bold;
}
.text_tabla_negrobold_centrado {
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 4px;
}
.text_tabla_negrobold_centrado a {
	color: #000000;
	text-decoration: underline;
}
.text_tabla_negrobold_centrado a:hover {
	color: #e87100;
	text-decoration: underline;
}
.text_tabla_negrobold_centrado_bgwhite {
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 4px;
	width: 65px;
}
.text_tabla_negro_izq {
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
}
.text_tabla_negro_izq_bg_white {
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
.text_tabla_negro_der {
	color: #000000;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 5px;
}
.text_tabla_negro_der_bg_white {
	color: #000000;
	text-align: right;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 5px;
}
.table_ultimos_resultados_chapita {
	padding-top: 4px;
	padding-right: 7px;
	padding-left: 7px;
}
#destacados {
	margin-left: 25px;
	width: 608px;
	height: auto;
	float: left;
}
#destacados_title {
	width: 608px;
	height: 55px;
	float: left;
	background-image: url(../images/title_destacados.jpg);
	background-repeat: repeat;
}
#destacados_cont {
	margin-left: 23px;
	width: 561px;
	height: 138px;
	float: left;
	background-color: #ECECEC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom: 10px;
}

#contenedor_izquierdo_footer {
	float: left;
	height: 44px;
	width: 661px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 4px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e87100;
	border-right-color: #e87100;
	border-bottom-color: #e87100;
	border-left-color: #e87100;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #D2D2D2;
}
#destacado_01_img {
	float: left;
	height: 85px;
	width: 246px;
	padding-left: 20px;
}
#destacado_01_cont {
	float: left;
	height: auto;
	width: 237px;
	background-color: #000000;
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 4px;
}


#destacado_02_img {
	float: left;
	height: 85px;
	width: 246px;
	padding-left: 28px;
}
#destacado_02_cont {
	float: left;
	height: auto;
	width: 237px;
	background-color: #000000;
	margin-left: 28px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 4px;
}


#contenido_derecho {
	float: left;
	height: auto;
	width: 308px;
	background-image: url(../images/bg_sliderbar.png);
}

#publicidad300x250 {
	margin-left: 4px;
	width: 300px;
	height: 250px;
	padding-top: 0px;
	padding-bottom: 15px;
	float: left;
}
#relatos_vivo {
	width: 310px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 15px;
	float: left;
	margin: 0px;
}
#relatos_vivo_title {
	margin-left: 0px;
	width: 310px;
	height: 54px;
	padding-top: 0px;
	float: left;
	background-image: url(../images/relatos_en_vivo_title.png);
	background-repeat: no-repeat;
}
#relatos_vivo_cont {
	margin-left: 23px;
	width: 263px;
	height: auto;
	padding-top: 0px;
	float: left;
	background-color: #EBECEC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#relatos_vivo_bg {
	background-image: url(../images/bg_relatos_en_vivo.jpg);
	background-repeat: repeat;
	float: left;
	height: 100px;
	width: 262px;
}
#relato_vivo_equipo_local {
	float: left;
	width: 60px;
	padding-left: 35px;
	padding-top: 20px;
}
#relato_vivo_equipo_visitante {
	float: left;
	width: 60px;
	padding-left: 75px;
	padding-top: 20px;
}


#relatos_vivo_info {
	background-repeat: repeat;
	float: left;
	height: auto;
	width: 262px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	padding-bottom: 7px;
	padding-top: 0px;
}
#relatos_vivo_info_vs {
	background-repeat: repeat;
	float: left;
	height: auto;
	width: 263px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EBECEC;
	line-height: 18px;
	font-weight: bold;
	background-color: #000000;
}

#relatos_vivo_info_blodnaranjo {
	background-repeat: repeat;
	float: left;
	height: auto;
	width: 262px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F07200;
	line-height: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}

#relatos_vivo_info_blodnaranjo a {
	text-decoration: none;
	color: #E87100;
}

#relatos_vivo_info_blodnaranjo a:hover{
	text-decoration: underline;
}



#noticias_linea_sud {
	width: 310px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 15px;
	float: left;
	margin: 0px;
}
#noticias_linea_sud_title {
	margin-left: 0px;
	width: 310px;
	height: 54px;
	padding-top: 0px;
	float: left;
	background-repeat: no-repeat;
}
#noticias_linea_sud_cont {
	margin-left: 23px;
	width: 263px;
	height: auto;
	padding-top: 0px;
	float: left;
	background-color: #EBECEC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.dia_noticia_boldnaranja {
	text-align: left;
	float: inherit;
	padding-left: 10px;
	font-weight: bold;
	color: #E87100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 250px;
	padding-bottom: 17px;
}
#noticia_linea_textnegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	width: 244px;
	margin-left: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	line-height: 18px;
	padding-bottom: 2px;
	border-bottom-color: #CCCCCC;
}

#noticia_linea_textnegro a{
	color: #000000;
	text-decoration: none;

}


#noticia_linea_textnegro a:hover{
	color: #000000;
	text-decoration: underline;

}

.noticia_linea_textnegro_hora {
	font-weight: bold;
	padding-right: 5px;
}
#despligue_noticias_cont {
	width: 630px;
	float: left;
	margin-left: 15px;
}
#despliegue_fecha_noticia {
	width: 630px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-bottom: 5px;
}
#despligue_noticias_cont h1 {
	width: 630px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #E87100;
	line-height: 29px;
}
#despligue_noticias_cont h2 {
	width: 615px;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
}
#despliegue_creditos_noticia {
	width: 435px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCC;
	border-left-color: #999999;
	padding-top: 5px;
}


/*
	////////////////////////////////
	//	Addthis
	////////////////////////////////
*/
.addthis_toolbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	margin-left: 3px;
	margin-top: 5px;
	height: auto;
	width: auto;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.addthis_toolbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0b55be;
}
.addthis_default_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E87100;
	text-decoration: none;
}
.addthis_default_style a{
	color: #666;
	text-decoration: none;
}

/*
	////////////////////////////////
	//	FIN addthis
	////////////////////////////////
*/#addthis_despliegue {
	width: 195px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-bottom: 2px;
}
#contenido_noticia_desplegada {
	width: 630px;
	float: left;
	height: auto;
	padding-top: 30px;
	padding-bottom: 40px;
}

p {
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	}
	
#contenido_noticia_desplegada p {
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
}

#foto_despliegue_noticia {
	width: 300px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-top: 3px;
}
#imagen_despliegue_noticia {
	width: 300px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: auto;
}
#bajada_imagen {
	width: 288px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	background-color: #EBECEC;
	margin-top: 10px;
	border: 1px solid #ccc;
	line-height: 18px;
	padding: 5px;
}
#despligue_listanoticias_cont {
	width: 630px;
	float: left;
	margin-left: 15px;
	margin-top: 0px;
	height: auto;
}
#despliegue_fecha_listanoticia {
	width: 628px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-bottom: 25px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	margin-top: 10px;
	padding-top: 5px;
}
#hora_listanoticia {
	width: 75px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}
#listanoticia_title {
	width: 555px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E87100;
	padding-bottom: 5px;
	text-align: left;
	padding-top: 0px;
	line-height: 22px;
}
#listanoticia_title a {
	color: #E87100;
	text-decoration: none;
}
#listanoticia_title a:hover {
	color: #E87100;
	text-decoration: underline;
}


#bajada_listanoticia {
	width: 555px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-bottom: 15px;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	line-height: 18px;
	padding-left: 75px;
}
#listanoticia_num {
	width: 565px;
	float: left;
	margin-left: 27px;
	margin-top: 35px;
	height: auto;
	margin-bottom: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E87100;
	text-decoration: none;
	border: 1px solid #999999;
	background-color: #D2D2D2;
	padding: 3px;
}
#listanoticia_num a {
	color: #333333;
	text-decoration: none;
}
#listanoticia_num a:hover {
	color: #E87100;
	text-decoration: underline;
}
#facebook_comentarios {
	background-color: #DBDBDB;
	float: left;
	height: auto;
	width: 610px;
	border: 0px solid #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#facebook_comentarios p {
	background-color: #DBDBDB;
	float: left;
	height: auto;
	border: 0px solid #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
#calendario_cont {
	width: 630px;
	float: left;
	margin-left: 15px;
}
#equipos_title {
	width: 608px;
	height: 55px;
	float: left;
	background-repeat: repeat;
	padding-left: 13px;
}
#equipos_cont {
	margin-left: 36px;
	width: 561px;
	height: auto;
	float: left;
	background-color: #ECECEC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#info_club {
	float: left;
	height: auto;
	width: 85px;
	margin-top: 0px;
	margin-left: 7px;
	margin-bottom: 5px;
}
#escudo_club {
	float: left;
	height: 60px;
	width: 83px;
	margin-bottom: 2px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
}
#info_nombreclub {
	float: left;
	height: 30px;
	width: 77px;
	margin-bottom: 4px;
	background-color: #000000;
	text-align: center;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DBDBDB;
	padding-right: 4px;
	padding-left: 4px;
}
#izquierda_marcador {
	float: left;
	width: 985px;
	height: auto;
	padding-bottom: 20px;
}
#contenedor_izquierdo_marcador {
	float: left;
	height: auto;
	width: 974px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 4px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e87100;
	border-right-color: #e87100;
	border-bottom-color: #e87100;
	border-left-color: #e87100;
	padding-bottom: 20px;
	padding-top: 15px;
}
#contenedor_izquierdo_footer_marcador {
	float: left;
	height: 44px;
	width: 974px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 4px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e87100;
	border-right-color: #e87100;
	border-bottom-color: #e87100;
	border-left-color: #e87100;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #D2D2D2;
}
















#ultimos_resultados_01 {
	margin-left: 25px;
	width: 608px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

#resultados_title {
	width: 608px;
	height: 55px;
	float: left;
	background-repeat: repeat;
}
#resultados_cont {
	margin-left: 23px;
	width: 561px;
	height: auto;
	float: left;
	background-color: #ECECEC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.text_tabla_naranjo_centradopartido {
	color: #E87100;
	text-align: left;
	font-weight: bold;
}
.separacion_partidos {
	height: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#izquierda_calendario {
	float: left;
	width: 985px;
	height: auto;
	padding-bottom: 20px;
}
#contenedor_izquierdo_calendario {
	float: left;
	height: auto;
	width: 974px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 4px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e87100;
	border-right-color: #e87100;
	border-bottom-color: #e87100;
	border-left-color: #e87100;
	padding-bottom: 20px;
	padding-top: 15px;
}
#contenedor_izquierdo_footer_calendario {
	float: left;
	height: 44px;
	width: 974px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 4px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e87100;
	border-right-color: #e87100;
	border-bottom-color: #e87100;
	border-left-color: #e87100;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #D2D2D2;
}
#tile_calendario {
	float: left;
	height: auto;
	width: 942px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}
#contenedor_fixture {
	float: left;
	width: 840px;
	margin-left: 25px;
	margin-bottom: 15px;
}

#calendario_cont {
	margin-left: 38px;
	width: 894px;
	height: auto;
	float: left;
	background-color: #ECECEC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#contenedor_fixture_info {
	float: left;
	width: 635px;
	margin-left: 25px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#contenedor_fixture_add {
	float: left;
	width: 200px;
	margin-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(../images/fixture_image.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 132px;
	margin-bottom: 20px;
}
#participantes_cont {
	margin-left: 15px;
	width: 640px;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#contenedor_izquierdo_resultados {
	float: left;
	height: 1125px;
	width: 661px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 4px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e87100;
	border-right-color: #e87100;
	border-bottom-color: #e87100;
	border-left-color: #e87100;
	padding-bottom: 20px;
	padding-top: 15px;
}
#calendario_cont_participantes {
	margin-left: 12px;
	width: 640px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#caja_sobre_caja {
	float: left;
	width: 608px;
	margin-top: 225px;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	background-image: url(../images/bg_noticia_principal.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#noticia_principalv2 {
	margin-left: 25px;
	width: 608px;
	height: auto;
	border: 1px solid #D2D2D2;
	float: left;
	background-image: url(../images/noticia_bigprincipal4.jpg);
	background-repeat: no-repeat;
}
#caja_sobre_caja h1 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin: 0px;
	line-height: 26px;
}

#caja_sobre_caja h1 a {
 	color: #FFFFFF;
		text-decoration: none;
	
}


#caja_sobre_caja h1 a:hover { 	
color: #FFFFFF;
text-decoration: underline;
}

#caja_sobre_caja h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	line-height: 18px;
}

#publicidad {
	margin-bottom: 10px;
	margin-left: 3px;


}

.text_tabla_negrobold_centrado_bgwhite a {
	color: #000;
}
	
.text_tabla_negrobold_centrado_bgwhite a:hover {
	color: #E87100;
	text-decoration: underline;
}

.text_tabla_negrobold_centrado a {
	color: #000;
}

.text_tabla_negrobold_centrado a:hover {
	color: #E87100;
	text-decoration: underline;
}
#noticia_principalv3 {
	margin-left: 25px;
	width: 608px;
	height: auto;
	border: 1px solid #D2D2D2;
	float: left;
	background-image: url(../images/noticia_bigprincipal.jpg);
	background-repeat: no-repeat;
}
