@charset "utf-8";
#contenido table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: hsla(60,100%,64%,0.87);
	border-radius: 5px;
	padding-top: 25px;
	border: 2px solid #000000;
	padding-left: 0px;
}
#contenido table tr th {
	font-size: large;
	padding-top: 8px;
	/* [disabled]border-bottom: 2px solid #000000; */

}
table tr {
	text-align: center;

}
table td {
	text-align: center;
}
.noticias {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 175px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 2px solid #000000;
}
.noticias .titulo_not {
	float: left;
	height: 30px;
	width: 800px;
	font-size: 24px;
	background-color: hsla(60,100%,64%,0.87);
	background-image: -webkit-linear-gradient(270deg,rgba(254,255,70,0.37) 0%,rgba(255,255,255,0.87) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(254,255,70,0.37) 0%,rgba(255,255,255,0.87) 100%);
	background-image: -o-linear-gradient(270deg,rgba(254,255,70,0.37) 0%,rgba(255,255,255,0.87) 100%);
	background-image: linear-gradient(180deg,rgba(254,255,70,0.37) 0%,rgba(255,255,255,0.87) 100%);
	padding-top: 5px;
}
.noticias .img_not {
	float: left;
	height: 125px;
	width: 130px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: hsla(0,0%,100%,0.87);
}
.noticias .datos_not {
	float: left;
	height: 115px;
	width: 140px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 25px;
	font-weight: bolder;
	background-color: hsla(0,0%,100%,0.87);
}
.noticias .cont_not {
	float: right;
	height: 110px;
	width: 500px;
	text-align: justify;
	text-indent: 15px;
	overflow: auto;
	padding: 15px;
	background-color: hsla(0,0%,100%,0.87);
}
.noticias .cont_cronica {
    float: right;
    height: 110px;
    text-align: justify;
    text-indent: 15px;
    overflow: auto;
    padding: 15px;
    background-color: hsla(0,0%,100%,0.87);
}
.jugadores {
	float: left;
	/* [disabled]height: 200px; */
	width: 170px;
	margin: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000000;
	border-radius: 5px;
}
.jugadores .img_jug {
	height: 170px;
	width: 170px;
}
.jugadores .info_jug {
	background-color: #FEFF46;
	height: 70px;
	width: 170px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#con_jug {
	width: 850px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#categorias {
	height: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#categorias .cat_int {
	float: left;
	height: 20px;
	width: 100px;
}
#resultados .resul {
	font-size: 22px;
	padding-top: 5px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-left: 5px;
}

.tabla1 {
	background-color: hsla(0,0%,100%,0.87);
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	list-style-type: decimal;
	text-align: center;
}
.tabla_nom {
	background-color: hsla(0,0%,100%,0.87);
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	list-style-type: decimal;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
}
.ropa {
	float: left;
	height: 270px;
	width: 200px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.img_ropa {
	height: 200px;
	width: 200px;
}
.inf_ropa {
	background-color: #FEFF46;
	height: 40px;
	width: 200px;
	font-size: 25px;
	padding-top: 5px;
	margin-top: 20px;
}
#contenido #inscripcion {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
tbody tr th {
	text-align: left;
	padding-left: 35px;
	padding-bottom: 10px;
}
#inscripcion tr td textarea {
	width: 600px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 2px solid #000000;
	margin-left: 20px;
}
#inscripcion tr td input {
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	float: left;
	border-radius: 5px;
	border: 2px solid #000000;
	margin-left: 20px;
}
#boton {
	width: 150px;
	height: 40px;
	background-color: #FEFF46;
	border-radius: 5px;
	border: 2px solid #000000;
	float: right;
}
.jorn_fecha {
	float: left;
	width: 499px;
	font-size: 20px;
	font-weight: bold;
}
.equipo {
	width: 499px;
	float: left;
	font-size: 22px;
	margin-top: 7px;
}
.vueltas {
	width: 499px;
	float: left;
	padding-top: 15px;
	padding-bottom: 25px;
	border-right: 1px solid #000000;
}
.vueltas2 {
	width: 499px;
	float: right;
	padding-top: 15px;
	padding-bottom: 25px;
	border-left: 1px solid #000000;
}
.velta_int  {
	width: 499px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.vueltas_veterano  {
	width: 1000px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
