* {
    padding: 0;
    margin: 0;
    text-decoration: none;
  
}
.contenedor{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.contenedor h1{
    font-family: Impact, Charcoal, sans-serif;
    font-size: 30px;
    letter-spacing: 0.2px;
    word-spacing: 2px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
    font-variant: normal;
    text-transform: none;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contenedor h2{
    font-family: Impact, Charcoal, sans-serif;
    font-size: 20px;
    letter-spacing: 0.2px;
    word-spacing: 2px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
    font-variant: normal;
    text-transform: none;
    padding-bottom: 5px;
    margin-top: 2px;
    margin-bottom:0px;
}
.contenedor h3{
    font-family: "Roboto Mono",monospace;
    font-size: 30px;
    letter-spacing: 0.2px;
    word-spacing: 2px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-weight:bold;
    font-variant: normal;
    text-transform: none;
    padding-bottom: 5px;
    margin-top: 2px;
    margin-bottom:0px;
}
.contenedor h4{
    font-family: "Roboto Mono",monospace;
    font-size: 15px;
    letter-spacing: 0.2px;
    word-spacing: 2px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-weight:bold;
    font-variant: normal;
    text-transform: none;
    padding-bottom: 5px;
    margin-top: 2px;
    margin-bottom:0px;
}
.contenedor h5{
    font-size: 26px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: rgba(66,66,66,.75);
    word-spacing: 20px;
}
.contenedor .texto{
    font-size: 20px; 
    background-color: #FFFFFF;
    color:  #747474 ;
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
    margin-right: 45px;
}
.contenedor .texto2{
    font-size: 20px; 
    background-color: #FFFFFF;
    color:  #747474 ;
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
    margin-right: 5px;
}
.contenedor_btn{
    display: flex;
    justify-content: center;
    text-decoration: none;
    border: none;
    margin-bottom: 10px;
}
.contenedor_btn img{
    width: 150px;
    padding: 20px;
}
.contenedor_btn a:link, a:visited {
    color:black;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.contenedor_btn_inf {
    border: none;
    cursor: pointer;
} 
.contenedor_btn_inf img{
    width: 50px;
} 
.contenedor_btn_inscripcion {
    background-color: rgb(229, 229, 229) !important;
	border-radius:8px;
	border:1px solid #141612;
	display:inline-block;
	color:black;
	font-family:Georgia;
	font-size:24px;
	font-weight:bold;
	padding:6px 28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right:5px;
    margin-left:5px;
} 
.contenedor_btn_inscripcion img{
    width: 100px;
} 
.contenedor_btn_inscripcion_disable{
	background-color: rgb(229, 229, 229) !important;
	border-radius:8px;
	border:1px solid #141612;
	display:inline-block;
    cursor: not-allowed;
	color:#ffffff;
	font-family:Georgia;
	font-size:24px;
	font-weight:bold;
	padding:6px 28px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
    margin-top: 10px;
    margin-bottom: 10px;
    pointer-events:none;
    margin-right:5px;
    margin-left:5px;
}
.contenedor_btn_inscripcion_disable img{
    width: 100px;
}
/*.banner{
    background-color:#2c3393 ;
    padding: 1px;
}*/
.banner img{
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.formulario{
    padding: 1px;
}
.campos_texto{
    margin-bottom: 1px;
}
.campos_texto img{
    width: 20px;
}
.campos_texto button{
    border: 0px;
}
.campos_texto input{
    padding: 5px;
    font-size: 26px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
    margin-top: 5px;
    margin-bottom: 5px;
    width:300px;
}
.campos_texto textarea{
    padding: 5px;
    font-size: 26px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
    margin-top: 5px;
    margin-bottom: 5px;
    width:300px;
}
.campos_texto select{
    padding: 5px;
    font-size: 26px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: rgba(66,66,66,.75);
    border-style: solid;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
    margin-top: 5px;
    margin-bottom: 5px;
    width:315px;
}
.campos_texto option{
    padding: 5px;
    font-size: 26px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: rgba(66,66,66,.75);
    border-style: solid;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
    margin-top: 5px;
    margin-bottom: 5px;
    width:300px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
input[type=number] { -moz-appearance:textfield; }

.boton_enviar{
    background-color: brown;
    box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Georgia;
	font-size:30px;
	font-weight:bold;
	padding:5px 70px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
    border:0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.boton_enviar:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.boton_enviar:active {
	position:relative;
	top:1px;
}
.boton_registrar{
    box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:8px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Georgia;
	font-size:24px;
	font-weight:bold;
	padding:6px 64px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
    margin-top: 10px;
    margin-bottom: 10px;
}
.boton_recuperar_clave{
    box-shadow: 0px 10px 14px -7px #562876;
	background:linear-gradient(to bottom, #7b37ac 5%, #6c279d 100%);
	background-color:#6c279d;
	border-radius:8px;
	border:1px solid #7b37ac;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Georgia;
	font-size:24px;
	font-weight:bold;
	padding:6px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #562876;
    margin-top: 10px;
    margin-bottom: 10px;
}
.video {
   text-align: center;
}
.video img{
    width: 60px;
}
.boton_registrar:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.boton_registrar:active {
	position:relative;
	top:1px;
}
.boton_limpiar{
    background-color: brown;
    box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background: #1C6EA4;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Georgia;
	font-size:18px;
	font-weight:bold;
	padding:5px 40px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
    border:0px;
    margin-top: 2px;
    margin-bottom: 5px;
}
.boton_limpiar:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.boton_limpiar:active {
	position:relative;
	top:1px;
}
.recuperar_clave{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 1px;
}
.recuperar_clave a{
    color: transparent;
    background: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
    margin-bottom: 10px;
}
.error{
    color: #FFFFFF;
    background: #912C22;
    text-shadow: 0 0 10px #FFFFFF;
    text-align: center;
    font-size: 40px;
}
.tabla {
    margin: 0 auto;
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.tabla td, .tabla th {
    border: 0px solid #AAAAAA;
    padding: 3px; /*2px;*/
}
.tabla tbody td {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}
.tabla thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
}
.tabla thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #D0E4F5;
}
.tabla thead th:first-child {
    border-left: none;
}
.tabla tfoot td {
    font-size: 14px;
}
.tabla tfoot .links {
    text-align: right;
}
.tabla tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}



input[type="month"]{
    background: #1C6EA4;
    padding: 5px;
    color: #FFFFFF;
    font-family: "Roboto Mono",monospace;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-bottom: 5px;
}
input[type="date"]{
    padding: 5px;
    font-size: 26px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color:  #747474 ;
    border-style: solid;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}
::-webkit-calendar-picker-indicator{
    background-color: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
}
input[list="modalidad_list"], input[list="zona_list"], input[list="inscripcion_list"],input[list="ubicacion_list"]{
    background: #1C6EA4;
    padding: 6px;
    color: #FFFFFF;
    font-family: "Roboto Mono",monospace;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-bottom: 5px;
}

input[list="arco_list_user"]{
    padding: 5px;
    font-size: 26px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    color: #000000;
    border-style: solid;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
    margin-top: 5px;
    margin-bottom: 5px;
    width:300px;
}
.tipo_arco, .categoria_aire_libre, .categoria_sala, .categoria_3d, .categoria_jjcc, .arco_pro, .flechas_pro, .arquero, .cumple, .dia_semana, .horario{
    padding: 5px;
    font-size: 26px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    color: rgba(66,66,66,.75);
    border-style: solid;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
    margin-top: 5px;
    margin-bottom: 5px;
    width:310px;
}
.combos ::placeholder { 
       color: #FFFFFF
}

/*.pie-pagina {
    position: relative;
    margin-top: 90px;
    width: 100%;
    background-color:#2c3393 ;
    color: rgb(151, 149, 149);
    text-decoration: none;
    text-align: center;
}
.pie-pagina a{
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}
.pie-pagina a:link {
    color: white
}
.pie-pagina   a:visited {
color: #a4f363;
}*/

.modalidad, .zona, .inscripcion, .ubicacion, .dni, .arco, .categoria {
    background: #1C6EA4;
    padding: 6px;
    color: #FFFFFF;
    font-family: "Roboto Mono",monospace;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-bottom: 5px;
}


.chart {
    width: 100%;
    min-height: 450px;  
    display: flex;
    justify-content: center;
    text-decoration: none;
    border: none;
    margin-bottom: 10px;
}
.row {
    margin:0 ;
}



.upload{
   
}
.upload img{
    width: 100px;
} 


.borrar {
    border: none;
    cursor: pointer;
} 

.borrar img{
    width: 50%;
} 

.tabla2 {
    margin: 0 auto;
    border: 0px none #1C6EA4;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.tabla2 td, .tabla2 th {
    border: 0px none #AAAAAA;
    padding: 3px 2px;
}
.tabla2 tbody td {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}
.tabla2 thead {
    background: #1C6EA4;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
}
.tabla2 thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #D0E4F5;
}
.tabla2 thead th:first-child {
    border-left: none;
}
.tabla2 tfoot td {
    font-size: 14px;
}
.tabla2 tfoot .links {
    text-align: right;
}
.tabla2 tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}
.tabla2 button {
    border: 0px none #AAAAAA;
    box-sizing: content-box;
}
.tabla2 img{
    border: none;
    width: 100px;
} 

table.steelBlueCols {
    font-family: Verdana, Geneva, sans-serif;
    border: 3px solid #555555;
    background-color: #555555;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    
  }
  table.steelBlueCols td, table.steelBlueCols th {
    border: 1px solid #555555;
    padding: 1px 3px;
  }
  table.steelBlueCols tbody td {
    font-size: 15px;
    font-weight: bold;
    color: #E1FF00;
  }
  table.steelBlueCols thead {
    background: #398AA4;
    border-bottom: 10px solid #398AA4;
  }
  table.steelBlueCols thead th {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #398AA4;
  }
  table.steelBlueCols thead th:first-child {
    border-left: none;
  }
  
  table.steelBlueCols tfoot td {
    font-size: 13px;
  }
  table.steelBlueCols tfoot .links {
    text-align: right;
  }
  table.steelBlueCols tfoot .links a{
    display: inline-block;
    background: #ffffff;
    color: #398AA4;
    padding: 2px 2px;
    border-radius: 5px;
  }

table.steelBlueCols button{
    border: none;
    background-color: #555555;
} 

table.steelBlueCols img{
    border: none;
    width: 30px;
    background-color: #555555;
} 


.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.chart_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}