body {
	margin: 0 0;
	max-width: 1920px;
	font-family: Arial, Helvetica, Verdana;
	background: -webkit-linear-gradient(rgb(90,20,58),#E4E7F1,rgb(90,20,58));
	background: -moz-linear-gradient(rgb(90,20,58),#E4E7F1,rgb(90,20,58));
	background: -o-linear-gradient(rgb(90,20,58),#E4E7F1,rgb(90,20,58));
	background: -ms-linear-gradient(rgb(90,20,58),#E4E7F1,rgb(90,20,58));
	background: linear-gradient(rgb(90,20,58), #E4E7F1, rgb(90,20,58));
}

.header {
	text-align: center;
	background-color: rgb(90,20,58);
}

.header img {
	width: 350px;
}

.cabBienvenida {
	//margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: rgb(255,255,255);
	display: none;
}

.cabBienvenida2 {
	//margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: rgb(255,255,255);
	display: block;
}

.avisoCerrar {
	width: 50%;
	margin: 0 auto;
	color: rgb(255,0,0);
	background-color: rgb(255,255,255);
	padding: 5px;
	border-radius: 10px;
}

.btnMenu button img {
	width: 100%;
}

.footer {
	text-align: center;
	background-color: rgb(90,20,58);
	color: rgb(255,255,255);
	padding: 20px 10px;
	font-size: 14px;
}

.login {
	margin: 0 auto;
	width: 50%;
	border-radius: 10px;
	border: 10px double rgb(90,20,58);
	background-color: rgb(200,200,200);
}

.login div {
	text-align: center;
}

.form {
	text-align: center;
	background-color: rgb(255,255,255);
}

.menu {
	margin: 0 auto;
	width: 80%;
	border-radius: 10px;
	border: 10px double rgb(90,20,58);
	background-color: rgb(200,200,200);
}

.menu div {
	text-align: center;
}

.img-login img {
	border-radius: 5px;
}

.btn-login input, .btn-login button, .btn-volver button {
	width: 25%;
	padding: 10px 5px;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	display: inline-table;
	cursor: pointer;
	transition: all .2s ease;
	border: 2px solid rgb(90,20,58);
	color: rgb(255,255,255);
	font-weight: bold;
	box-shadow: 5px 5px 10px 0px rgba(24,41,51,1);
	background: linear-gradient(rgb(90,20,58),rgb(140,70,108));
	background: -webkit-linear-gradient(rgb(90,20,58),rgb(140,70,108));
	background: -moz-linear-gradient(rgb(90,20,58),rgb(140,70,108));
	background: -ms-linear-gradient(rgb(90,20,58),rgb(140,70,108));
	background: -o-linear-gradient(rgb(90,20,58),rgb(140,70,108));
}

.btn-login input:hover, .btn-login button:hover, .btn-volver button:hover {
	border: 2px solid rgb(255,255,255);
	box-shadow: 5px 5px 10px 0px rgb(255,255,255);
	background: rgb(140,70,108);
}

/*.btn-inactivo input, .btn-inactivo button {
	width: 25%;
	padding: 10px 5px;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	display: inline-table;
	cursor: pointer;
	transition: all .2s ease;
	border: 2px solid rgb(90,20,58);
	color: rgb(255,255,255);
	font-weight: bold;
	box-shadow: 5px 5px 10px 0px rgba(24,41,51,1);
	background: linear-gradient(rgb(100,100,100),rgb(150,150,150));
	background: -webkit-linear-gradient(rgb(100,100,100),rgb(150,150,150));
	background: -moz-linear-gradient(rgb(100,100,100),rgb(150,150,150));
	background: -ms-linear-gradient(rgb(100,100,100),rgb(150,150,150));
	background: -o-linear-gradient(rgb(100,100,100),rgb(150,150,150));
}

.btn-inactivo input:hover, .btn-inactivo button:hover {
	border: 2px solid rgb(255,255,255);
	box-shadow: 5px 5px 10px 0px rgb(255,255,255);
	background: rgb(150,150,150);
}*/

.btnmenu input, .btnmenu button {
	margin: 5px;
	width: 45%;
	padding: 10px;
	font-weight: normal;
	font-size: 20px;
}

.selectPelea {
	display: none;
}

.btn-login input, .btnmenu button, .btn-volver button, h1, .etiqueta-especial, .tabla2 th {
	font-variant: small-caps;
}

.msj-login {
	font-family: Arial, Helvetica, Verdana;
	padding-top: 15px;
}

.btnmenu button img {
	width: 150px;
}

.btnsearch {
	width: 10%;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	display: inline-table;
	cursor: pointer;
	transition: all .2s ease;
	border: 2px solid rgb(90,20,58);
	color: rgb(255,255,255);
	font-weight: bold;
	box-shadow: 5px 5px 10px 0px rgba(24,41,51,1);
	background: linear-gradient(rgb(90,20,58),rgb(140,70,108));
	background: -webkit-linear-gradient(rgb(90,20,58),rgb(140,70,108));
	background: -moz-linear-gradient(rgb(90,20,58),rgb(140,70,108));
	background: -ms-linear-gradient(rgb(90,20,58),rgb(140,70,108));
	background: -o-linear-gradient(rgb(90,20,58),rgb(140,70,108));
}

.btnsearch:hover {
	border: 2px solid rgb(255,255,255);
	box-shadow: 5px 5px 10px 0px rgb(255,255,255);
	background: rgb(140,70,108);
	color: rgb(255,255,255);
}

.btnsearch2 {
	//padding: 5px 10px;
	//width: 5%;
}

.txt-login {
	width: 40%;
	margin: 0 auto;
	color: rgb(90,20,58);
	font-weight: bold;
	font-size: 18px;
	//padding: 0px 5px;
}

.txt-login2 {
	width: 95%;
	margin: 0 auto;
	background-color: rgb(90,20,58);
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 18px;
	padding: 10px 5px;
	border-radius: 10px;
}

.txt-login input {
	background-color: rgb (255,255,255);
	color: rgb(90, 20, 58);
	font-weight: bold;
	font-size: 14px;
	border: 1px solid rgb(0,0,0);
}

.txt-forms input {
	//margin-top: 5px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
	padding: 5px;
	color: rgb(0, 0, 0);
	width: 50%;
	//font-weight: bold;
	//font-size: 14px;
	//border: none;
	//border-bottom: 3px solid rgb(90, 20, 58);
}

.txt-login button {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(0,0,0);
}

.txt-login button:hover {
	background-color: rgba(90, 20, 58, 0.2);
}

.txt-login span {
	color: rgb(90, 20, 58);
	font-size: 20px;
}

.nuevaContrasena #iconoOjo2 {
	padding-left: 10px;
	color: rgb(90, 20, 58);
	font-size: 20px;
	cursor: pointer;
}

.txt-login #usuario {
	padding-left: 30px;
	background-position: 1% center;
	background-repeat: no-repeat;
	background-image: url(../.res/iconos/user3.png);
}

.txt-login #password {
	padding-left: 30px;
	background-position: 1% center;
	background-repeat: no-repeat;
	background-image: url(../.res/iconos/pass3.png);
}

.msj-login, .divPelea {
	font-size: 18px;
	display: none;
}

.msj-error1 {
	font-size: 16px;
	display: none;
	padding: 10px 0px;
	color: rgb(255,0,0);
	font-weight: bold;
}

.msj-error2 {
	font-size: 16px;
	display: none;
	padding: 10px 0px;
	color: rgb(0,127,0);
	font-weight: bold;
}

.divPelea2 {
	width: 95%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.divPelea2 iframe, .divPelea2 object, .divPelea2 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background-color: rgba(200,200,200,0.1);
	z-index: 99;
	display: none;
}

.msj-login label {
	color: rgb(255, 0, 0);
	font-weight: bold;
}

.close {
	color: #F00;
	font-size: 28px;
}

.close:hover {
	color: #F00;
}

.estilo-input, .estilo-input-search {
	margin-bottom: -1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4 0px 4 4px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.estilo-input2 {
	margin-bottom: -1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2 0px 2 4px;
	margin-top: 1px;
	margin-bottom: 2px;
	background-color: #DDF;
}

.estilo-input3 {
	margin-bottom: -1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4 0px 4 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 10px;
}

.estilo-input4 {
	width: 100%;
	margin-bottom: -1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4 4;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 10px;
}

.etiqueta {
	color: rgb(90, 20, 58);
	margin-top: 10px;
	margin-bottom: 3px;
}

.etiqueta2 {
	color: rgb(90, 20, 58);
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: bold;
}

.etiqueta-especial {
	background-color: rgb(90, 20, 58);
	color: #FFF;
	padding: 10px;
}

.etiqueta3 {
	color: rgb(90, 20, 58);
	padding: 5px 20px;
}

.etiqueta4 {
	color: rgb(90, 20, 58);
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
}

.separador {
	width: 95%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.texto {
	padding: 5px 20px;
	text-align: justify;
}

.titulo {
	background-color: rgb(90, 20, 58);
	padding: 10 5;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}

.msjCrearUsuario {
	font-weight: bold;
	padding-top: 20px;
	color: rgb(0, 0, 205);
	text-decoration: underline;
}

.msjCrearUsuario a {
	cursor: pointer;
}

.tabla {
	width: 100%;
	background-color: #EEE;
	border: 8px solid rgb(90, 20, 58);
}

.tabla td {
	border: 2px solid rgb(90, 20, 58);
}

.tabla1 {
	width: 100%;
	background-color: #EEE;
	border-top: 4px solid rgb(90, 20, 58);
	border-bottom: 2px solid rgb(90, 20, 58);
}

.tabla1 td {
	margin: 0px;
	padding: 10px;
	border: 4px solid rgb(90, 20, 58);
	border-bottom: 0px solid rgb(90, 20, 58);
}

.tabla2 {
	font-size: 12px;
	width: 100%;
	border-top: 4px solid rgb(90, 20, 58);
	border-bottom: 8px solid rgb(90, 20, 58);
	border-left: 4px solid rgb(90, 20, 58);
	border-right: 4px solid rgb(90, 20, 58);
}

.tabla2 th {
	padding: 10 0;
	font-size: 16px;
	font-weight: normal;
	background-color: rgb(90, 20, 58);
	color: #FFF;
	text-align: center;
	border: 4px solid rgb(255, 255, 255);
}

.tabla2 td {
	font-size: 14px;
	padding: 5px 0px;
	color: rgb(0, 0, 0);
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

.tabla2 tr:nth-child(even) {
	background: #FAB4DA;
}

.tabla2 tr:nth-child(odd) {
	background: #EEE;
}

.tabla3 {
	width: 100%;
	background-color: #EEE;
}

.tabla3-header {
	background-color: rgb(90, 20, 58);
	color: #FFF;
}

.tabla3-header h5 {
	font-size: 14px;
	margin: 0 0;
	padding: 5 0;
}

.tabla3 tr td {
	border: 1px solid black;
}

.tabla4 {
	font-size: 12px;
	width: 100%;
	border: 4px solid black;
}

.tabla4 th {
	padding: 10 0;
	font-size: 16px;
	text-align: center;
	background-color: rgb(90, 20, 58);
	color: #FFF;
	border: 2px solid rgb(255, 255, 255);
}

.tabla4 td {
	font-size: 16px;
	padding: 5 0;
	color: rgb(90, 20, 58);
	border: 2px solid rgb(255, 255, 255);
	/*border-top: 2px solid rgb(0,0,0);
	border-bottom: 2px solid rgb(0,0,0);*/
}

.tabla4 .tabla4-img {
	padding: 0 0;
}

.tabla4 .tabla4-pts {
	padding: 0 0;
	color: rgb(0, 127, 0);
	font-size: 30px;
	font-weight: bold;
}

.tabla4 tr:nth-child(odd) {
	background: #B9C9FE;
}

.tabla4 tr:nth-child(even) {
	background: #E8EDFF;
}

.progress {
	margin: 0 auto;
}

.caja {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-color: #FFF;
}

.caja:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
	cursor: pointer;
}

.imagen {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-color: rgb(90, 20, 58);
}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 1500px) {
	.txt-login {
		width: 50%;
	}

	.titulo {
		font-size: 18px;
	}

	.btn-login input, .btn-login button, .btn-volver button {
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px) {
	.titulo {
		font-size: 16px;
	}
}

@media screen and (max-width: 1000px) {
	.header img {
		width: 50%;
	}

	.titulo {
		font-size: 14px;
	}
	
	.login {
		width: 95%;
	}

	.estilo-input {
		width: 90%;
	}

	.img-login img {
		width: 50%;
	}

	.avisoCerrar {
		width: 95%;
	}

	.txt-login input, .txt-login label, .txt-login2 label {
		font-size: 14px;
	}
	
	.btn-login input {
		width: 35%;
		font-size: 10px;
	}

	.btn-login input, .btn-login button, .btn-volver button {
		width: 40%;
		padding: 10px;
		margin: 5px;
		font-size: 12px;
	}

	.etiqueta4 {
		font-size: 18px;
	}

	.msj-error1 label, .msj-error2 label {
		font-size: 14px;
	}
	
	.cabBienvenida, .cabBienvenida button {
		font-size: 14px;
	}
	
	.cabBienvenida img {
		width: 20%;
	}

	.msj-login label {
		font-size: 14px;
	}

	.btnMenu button {
		font-size: 12px;
	}

	.btnMenu button img {
		width: 100%;
	}

	.txt-forms input {
		width: 80%;
		font-size: 10px;
	}

	.btnsearch {
		padding: 5px;
		font-size: 12px;
	}

	.footer {
		font-size: 10px;
		padding: 20px 40px;
	}	
}

@media screen and (max-width: 500px) {
	.txt-login {
		width: 80%;
	}

	.msjCrearUsuario {
		font-size: 12px;
	}

	.btnsearch {
		width: 20%;
	}

	.estilo-input-search {
		width: 60%;
	}

	.etiqueta4 {
		font-size: 16px;
	}

	.msj-error1 label, .msj-error2 label {
		font-size: 12px;
	}

	.img-login img {
		width: 90%;
	}

	.cabBienvenida, .cabBienvenida button {
		font-size: 10px;
	}

	.btn-login input, .btn-login button, .btn-volver button {
		width: 70%;
		padding: 10px 0px;
	}
}