#superior_header{
    text-align: right;
    padding: 16px 0px 0px 0px;
}

#titulo_confirmacion
{
	margin-top: 37px;
	text-transform: uppercase;

	font-family: 'Asap', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #333;
}

#redes_sociales
{
	width: 50px; 
	float: right;
	text-align: right;
	margin-top: 7px;
}

.img_full
{
	width: 100%;
	max-width: 100%;
}


#tabla_contacto
{
	color: #666;
	font-weight: 300;
	font-size: 14px;
	color: #BCBEC0;
}

#tabla_contacto tr td
{
	padding-top: 3px;
	color: #666;
}

.campo_contacto
{
	width: 100%;
	height: 27px;
	background: #ececec;
	border: 0px;
	color: #000;
	font-family: 'Asap', sans-serif;
	font-weight: 300;
	padding: 4px 4px;
	margin-top: 6px;
	
}

#form_acreditacion
{
	border: 2px solid #666;
	padding: 30px;
}

.boton_enviar_personalizado {
	margin: 10px 0px 0px 0px;
	background: #5aa9c8;
	border: 0px;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 6px 14px;
	font-size: 15px;
	font-family: 'Asap', sans-serif;
}
.boton_enviar_personalizado:hover {
	background: #666666;
}

#pie
{
	width: 100%;
	bottom: 0px;
	color: #58595B;
	text-align: center;
	background: #efefef;
	padding: 10px 0px;
}

#pie a
{
	text-decoration: none;
	color: #58595B;
}

#pie a:hover
{
	color: #000;
}

#franja_pie
{
	width: 100%;
	height: 10px;
	background: url('../imagenes/franja_inferior.png');
	margin-bottom: 6px;
}

footer
{
	background: #efefef;
	text-align: center;
	padding: 12px 0px;
	margin-top: 15px;
	font-family: 'Asap', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
footer img
{
	margin-left: 4px;
}
footer a
{
	text-decoration: none;
	color: #000000;
}

/* CALENDARIO */
.franja_calendario
{
	background: #5aa9c8;
	color: #ffffff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
}

.contiene_item_calendario
{
	margin-bottom: 20px;
	background: #e8e8e8;
}

.imagen_calendario
{
	border-right: 4px solid #5aa9c8;
}

.calendario_fecha
{
	color: #333333;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	margin-top: 10px;
}

.calendario_titulo
{
	font-weight: 700;
	font-family: 'Asap', sans-serif;
	font-size: 17px;
	margin-top: 5px;
	color: #000000;
}

.inscriptos
{
	font-weight: 700;
	font-family: 'Open', sans-serif;
	font-size: 17px;
	position: absolute;
	right: 30px;
    top: 30px;
	color: #000000;
}

.calendario_sede
{
	font-family: 'Asap', sans-serif;
	font-style: italic;
	margin-top: 3px;
	color: #000000;
	margin-bottom: 5px;
}

.calendario_btn
{
	background: #ffffff;
	padding: 4px 10px;
	color: #141414;
	font-family: 'Asap', sans-serif;
}

.menu_anios_resultados
{
	margin-bottom: 15px;
}
.menu_anios_resultados a
{
	font-family: 'Asap', sans-serif;
	background: #666666;
	color: #ffffff;
	padding: 4px 10px;
	margin-right: 10px;
	font-weight: 700;
	letter-spacing: 1px;
}
.menu_anios_resultados a:hover
{
	background: #5aa9c8;
	color: #ffffff;
	text-decoration: none;
}
.menu_anios_marcado
{
	background: #5aa9c8 !important;
	color: #ffffff !important;
}

.menu_fechas_resultados
{
	margin-bottom: 15px;
}
.menu_fechas_resultados a
{
	font-family: 'Asap', sans-serif;
	color: #666666;
	padding: 0px 0px 4px 0px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 26px;
}
.menu_fechas_resultados a:hover
{
	color: #666666;
	text-decoration: none;
}
.menu_fechas_marcado
{
	color: #5aa9c8 !important;
}
/* FIN CALENDARIO */

.btn_acreditacion_staff
{
    display:block;
	background: #CAB564;
	color: #ffffff;
	text-align:center;
}
.btn_acreditacion_staff:hover
{
	background: #B7A058;
	color: #ffffff;
}

.btn_acreditacion_jugador
{
    display: block;
	background: #333;
	color: #ffffff;
	text-align:center;
}
.btn_acreditacion_jugador:hover
{
	background: #000000;
	color: #ffffff;
}

.btn_acreditacion_jugador:hover, .btn_acreditacion_staff:hover
{
	text-decoration: none !important;
	color: #ffffff !important;
}