@charset "utf-8";
/* CSS Document */
.cambia{
	cursor: pointer;
}
.error{
	color: red;
}
.esconde{
	visibility: hidden;
}
#footer{
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding-bottom: 16px;
    background: #111;
    background: rgba(0,0,0,.90);
    z-index: 2000;
    color: aliceblue;
}
#footer h3{
	line-height: 10%;
}
h4{
	margin-top: .2em;
}
#logoutleft{
	background-color: darkslategray;
	cursor: pointer;
}
#logoutright{
	background-color: darkslategray;
	cursor: pointer;
}
#logoutleft h4{
	text-align: center;
}
#logoutright h4{
	text-align: center;
}
.mas{
	cursor: pointer;
}
.masinfo{
	margin-top: 1em;
	font-weight: bold;
	color: darkblue;
	font-style: italic;
}
.menos{
	cursor: pointer;
}
#navder{
	cursor: pointer;
}
#navizq{
	cursor: pointer;
}
.participante{
	font-size: 1.2em;
	font-weight: bold;
}
.right{
	padding-right: 1em;
}
.tabla{
	display: none;
}
.titulares{
	height: 2.5em;
	background-color: black;
	font-size: 1,5em;
	font-weight: bold;
	color: aliceblue;
	margin-bottom: 0.5em;
	cursor: pointer;
}