
	#global, #global-OPMYA, #global-W, #global-JUEGO, #global-OPMYA_A, #global-W_A, #global-JUEGO_A, #global-ID-OPMYA, #global-ID-OPMYA_A, #global-ID-W, #global-ID-W_A, #global-ID-JUEGO, #global-ID-JUEGO_A, #global-Nick-OPMYA, #global-Nick-W, #global-Nick-JUEGO, #global-Nick-OPMYA_A, #global-Nick-W_A, #global-Nick-JUEGO_A{
		max-height: 400px;
		padding-top: 5px;
		margin-left: -5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
		border: 2px solid #fff;
		overflow-y: auto;
		overflow-x: auto;
		width: fit-content;
	}

	#global-consultas{
		max-height: 300px;
		width: 88%;
		max-width: 600px;
		padding-top: 5px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
		border: 2px solid #fff;
		overflow-y: auto;
		overflow-x: auto;
		
		background-image: url("../img/blue-fade4.png");
		background-size: 100% 100%;
	}
	
	#table-ama{
		border: 3px solid yellow; 
		border-collapse: collapse;
		text-align: center;
		margin: 0 auto;
	}
	
	
	#table-ama td{
		padding: 5px 10px;
	}
	
	#table-ama tr:visited{
      background-color: #39396971;
	}
	
	
	/* ----------------------------- */
	/* ----------------------------- */
	/* ------ MENSAJES ------------ */
	/* ------ MENSAJES ------------ */
	/* ----------------------------- */
	/* ----------------------------- */
	
	#table-consulta1movil{
		padding-left: 5px; 
		padding-right: 5px; 
		width: 90%; 
		max-width: 100%; 
		margin: 0 auto; 
		background-image: url("../img/blue-fade4.png");
		background-size: 100% 100%;
		border-bottom: 1px solid white; 
		border-collapse: collapse;
		text-align: center;
		font-family: sans-serif;
		color:white;
	}
	
	
	#table-consulta2pc{
		width: 90%;
		max-width: 770px;   
		padding:5px; 
		margin: 0 auto; 
		background-image: url("../img/blue-fade4.png");
		background-size: 100% 100%;
		border-bottom: 1px solid white; 
		border-collapse: collapse;
		text-align: center;
		font-family: sans-serif;
		color:white;
	}
	
	#table-consulta1movil td, #table-consulta2pc td{
      padding-top: 0px;
      padding-bottom: 0px;
	}
	
	#table-consulta1movil:hover, #table-consulta2pc:hover{
	  background-image: url("../img/blue-fade2.png");
      background-size: 100% 100%;
	}
	
	.resplandorblanco{
		-moz-box-shadow: 0px 0px 5px #ffffff;
		-webkit-box-shadow: 0px 0px 5px #ffffff;
		box-shadow: 0px 0px 5px #ffffff;
	}
	.mensajesOPMYA{
		min-width: 150px;
		max-width: 400px;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		word-wrap: break-word; /* IE 5+ */
		text-align:left;
		
	}
	
	.mensajesOPMYA img{
		max-width:300px;
	}
	.marcarrespuestas{
		width: 45px;
		min-width: 45px;
		text-align: center;
	}
	
	
	.Privilegiosrespuestas{
		padding-left: 5px;
		padding-right: 5px;
		width: 60px;
	}
	
	/* ----------------------------- */
	/* ----------------------------- */
	/* ----------------------------- */
	/* ----------------------------- */
	
	
	.cajainfonakama{
		position: fixed; 
		display:none; 		
		left:50%;
		width: 200px;
		margin-left:-100px;
		bottom: 5px; 
		font-family:Arial; 
		border: 3px solid yellow; 
		border-collapse: collapse;
		text-align: center;
		padding: 10px;
		background-color:#3366CC;
	}
	
	.table-azul{
		border: #0066FF solid;
		margin-bottom: 5px;	
		border-collapse: collapse;
		color: #00CCFF;
		
	}
	
	.tdconsulta{
		border: 3px solid yellow; 
		border-collapse: collapse;
		text-align: center;
	}
	
	.tdconsulta{
		border-bottom: 1px solid #66CCFF; 
		border-collapse: collapse;
		text-align: center;
	}
	
	.marcar{
		min-width: 130px;
		width: 130px;
	}
	
	.actividadw{
		min-width: 130px;
		width: 130px;
	}
	
	.cuentaopmya{
		min-width: 130px;
		width: 130px;
	}	
	
	.cuentaopbn{
		min-width: 130px;
		width: 130px;
	}	
	
	.cuentawasap{
		min-width: 130px;
		width: 130px;
	}	
	
	.ID{
		min-width: 60px;
		width: 60px;
	}
	
	.estadocuenta{
		min-width: 100px;
		width: 100px;
	}
	
	.colabora{
		min-width: 100px;
		width: 100px;
	}
	
	.Nick_Alias{
		min-width: 230px;
		width: 230px;
	}
	
	.C_Donada{
		min-width: 130px;
		width: 130px;
	}
	
	.NomComplet{/* 
		min-width: 280px;
		width: 280px; */
	}
	
	
	.Nom_Flota{/* 
		min-width: 230px;
		width: 230px; */
	}
	
	.PD_Flota{
		min-width: 200px;
		width: 200px;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		word-wrap: break-word; /* IE 5+ */
	}
	
	.Tipo{
		min-width: 100px;
		width: 100px;
	}
	
	.Tipo2{
		min-width: 110px;
		width: 110px;
	}
	
	.Nvl_Clase{
		min-width: 70px;
		width: 70px;
	}
	
	.Nom_Clase{
		min-width: 230px;
		width: 230px;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		word-wrap: break-word; /* IE 5+ */
	}
	
	.Procedencia{
		min-width: 230px;
		width: 230px;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		word-wrap: break-word; /* IE 5+ */
	}
	
	.permisosweb{/* 
		min-width: 180px;
		width: 180px; */
	}
	
	.IDusuario{
		min-width: 230px;
		width: 230px;
	}
	
	.asunto{
		min-width: 250px;
		width: 250px;
	}
	
	.email{
		min-width: 300px;
		width: 300px;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		word-wrap: break-word; /* IE 5+ */
		overflow-wrap: break-word;
	}
	
	.mensajeconsulta{
		min-width: 250px;
		max-width: 350px;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		word-wrap: break-word; /* IE 5+ */
		text-align:center;
		
		width: 350px;
	}
	
	
	.frealizadas{
		min-width: 350px;
		max-width: 350px;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		word-wrap: break-word; /* IE 5+ */
		
		width: 350px;
	}
	
	.fcontinuas{
		min-width: 350px;
		max-width: 350px;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		word-wrap: break-word; /* IE 5+ */
		
		width: 350px;
	}
	
	.ipv6{
		min-width: 400px;
		max-width: 400px;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		word-wrap: break-word; /* IE 5+ */
		
		width: 350px;
	}
	
	.notasnakama{
		min-width: 350px;
		max-width: 350px;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		word-wrap: break-word; /* IE 5+ */
		
		width: 350px;
	}
	
	.responder{
		min-width: 160px;
		width: 160px;
	}
	
	.Cod_Pais{
		min-width: 75px;
		width: 75px;
	}
	.Adulto{
		min-width: 75px;
		width: 75px;
	}
	.privacidad{
		min-width: 100px;
		width: 100px;
	}
	.Medallas{
		min-width: 75px;
		width: 75px;
	}
	.Sexo{
		min-width: 75px;
		width: 75px;
	}
	
	.fecha{
		min-width: 130px;
		width: 130px;
	}
	
	.strikesn{
		min-width: 75px;
		width: 75px;
	}
	
	.Telefono{
		min-width: 150px;
		width: 150px;
	}
	.codTelefono{
		min-width: 210px;
		width: 210px;
	}
	
	.ipv4{
		min-width: 160px;
		width: 160px;
	}
	
	.Ucon{
		min-width: 160px;
		width: 160px;
	}
	
	
	.grupos{
		min-width: 30px;
		width: 30px;
	}

	.Rango{
		min-width: 100px;
		width: 100px;
	}
	.Privilegios{
		min-width: 145px;
		width: 145px;
	}

/*= GENERAL STYLES
--------------------------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

a {
    color: #f58220;
    font-weight: 400;
}

span {
    font-weight: 300;
    color: #fff;
}

.mlogin {
   margin: 40px auto 0;
	font-family: 'Open Sans', sans-serif;
}

.mregister {
    margin: 80px auto 0;
}

.error {
    margin: 40px auto 0;
    border: 1px solid #777;
    padding: 3px;
    color: #fff;
    text-align: center;
    width: 650px;
    background: #003399;
}

.regtext {
    font-size: 13px;
    margin-top: 26px;
    color: #fff;
}

/*= CONTAINERS
--------------------------------------------------------*/
.container {
    padding: 25px 16px 25px 10px;
    font-weight: 400;
    overflow: hidden;
    width: 350px;
    height: auto;
    background: #003399;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

#welcome {
    width: 500px;
    padding: 30px;
    background: #fff;
    margin: 160px auto 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.container h1 {
    color: #fff;
    text-align: center;
    font-weight: 250;
    border: 1px solid cyan;
    margin-top: 13px;
	font-family: 'Open Sans', sans-serif;
}

.container label {
    color: #fff;
    font-size: 14px;
}

#login {
    width: 320px;
    margin: auto;
    padding-bottom: 15px;
}

.container form .input,.container input[type=text],.container input[type=password],.container input[type=e] {
    background: #fbfbfb;
    font-size: 24px;
    line-height: 1;
    width: 100%;
    padding: 3px;
    margin: 0 6px 5px 0;
    outline: none;
    border: 1px solid #d9d9d9;
}

.container form .input:focus {
    border: 1px solid #f58220;
    -webkit-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    -moz-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
    box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
}


/*= BUTTONS
--------------------------------------------------------*/

.button{
border: solid 1px #33CCFF;
background: #3399FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#3399FF), to(#3366FF));
	background: -moz-linear-gradient(top,  #3399FF,  #3366FF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#3366FF');
	color: #fff;
padding: 7px 12px;
-webkit-border-radius:4px;
   -moz-border-radius:4px;
        border-radius:4px;
float: right;
cursor: pointer;
}


.button:hover{
		background: #33CCFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00FFFF), to(#33CCFF));
	background: -moz-linear-gradient(top,  #00FFFF,  #33CCFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFF', endColorstr='#33CCFF');
}


.titulo {
	font-size: 25px;
	color: white;
}
.titulo2 {
	font-size: 20px;
	color: white;
	
}
.titulo3 {
	font-size: 15px;
	color: white;
	
}
.naranja {
	color: #FF9933;
	font-size: 16px;
}
.naranja2 {
	color: #FF9933;
	font-size: 18px;
	margin-bottom: 4px;
	font-weight: bold;
}
.red {
	color: #FF3333;
}
.green {
	color: #33FF33;
}
.blue {
	color: #33FFFF;
}
.bluep {
	color: #33FFFF;
	font-size: 15px;
	margin: 0 auto;
}

.yellow {
	color: yellow;
}

.cajaama{
	border: yellow solid; 
	border-collapse: collapse;
}
.cajablue{
	border: #0066FF solid;
	margin-bottom: 5px;	
	border-collapse: collapse;
	color: #00CCFF;
}

/*= FOOTER
--------------------------------------------------------*/
footer {
    color: #777;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}
		
		.imagencurva{
			border-radius: 0px 0px 0px 0px;
			border: 4px solid white;
		}
		
		

		
	
	.table2 {
		display:none;
	}	
	
	.table2b {
		display:none;
	}



	@media screen and (max-width: 1840px) and (min-width: 0px){
		#global, #global-OPMYA, #global-W, #global-JUEGO, #global-OPMYA_A, #global-W_A, #global-JUEGO_A, #global-ID-OPMYA, #global-ID-OPMYA_A, #global-ID-W, #global-ID-W_A, #global-ID-JUEGO, #global-ID-JUEGO_A, #global-Nick-OPMYA, #global-Nick-W, #global-Nick-JUEGO, #global-Nick-OPMYA_A, #global-Nick-W_A, #global-Nick-JUEGO_A{
			width: auto !important;
		}	
		
		.table1 {
			display:none;
		}	

		.table2 {
			display:block;
		}

		.table1b {
			display:none;
		}	

		.table2b {
			display:block;
		}
		
	}

		
	@media screen and (max-width: 480px) and (min-width: 0px) and (orientation : portrait)  { /* pantalla en vertical */
	
	.mensajesOPMYA{
		max-width: 200px;
		
	}	
	
	}		
	@media screen and (max-width: 710px) and (min-width: 0px) and (orientation : landscape)  { /* pantalla en horizontal */
	

	}	
	
/* Moviles de Pantalla Grande */	
/* Moviles de Pantalla Grande */	

	@media screen and (max-width: 545px) and (min-width: 481px) and (orientation : portrait)  { /* pantalla en vertical */
	
	.mensajesOPMYA{
		max-width: 200px;
		
	}				
	
	}		
	@media screen and (max-width: 1085px) and (min-width: 711px) and (orientation : landscape)  { /* pantalla en horizontal */
				
	}	
	
	@media screen and (max-width: 1440px) and (min-width: 711px) and (orientation : landscape)  { /* pantalla en horizontal */
				
	}
	@media screen and (max-width: 1840px) and (min-width: 711px) and (orientation : landscape)  { /* pantalla en horizontal */
				
	}
	@media screen and (min-width: 1841px)  { /* pantalla gigante */
	
	#global .table1 {
		display:none;
	}	
	
	#global .table2 {
		display:block;
	}
	
	#global .table1b {
		display:none;
	}	
	
	#global .table2b {
		display:block;
	}
		
	
	#global-OPMYA{
		width: 3335px;
	}
	#global-W{
		width: 1115px;
	}
	#global-JUEGO{
		width: 1430px;
	}
	#global-OPMYA_A{
		width: 5520px;
	}
	#global-W_A{
		width: 1470px;
	}
	#global-JUEGO_A{
		width: 1660px;
	}
	
	#global-ID-OPMYA, #global-Nick-OPMYA{
		width: 3335px;
	}
	#global-ID-W, #global-Nick-W {
		width: 1115px;
	}
	#global-ID-JUEGO, #global-Nick-JUEGO{
		width: 1430px;
	}
	
	
	#global-ID-OPMYA_A, #global-Nick-OPMYA_A{
		width: 5520px;
	}
	#global-ID-W_A, #global-Nick-W_A{
		width: 1470px;
	}
	#global-ID-JUEGO_A, #global-Nick-JUEGO_A{
		width: 1660px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	}
		
		
		
		