/*--------------------------Modificación de estilos generales -------------------------------*/ .politic_tb { position: relative; z-index: 3; height: 110px; float: left; width: 100%; } .logo_ptb { width: 150px; height: 90px; margin-left: 5%; margin-top: 15px; } .logo_ptb > button { width: 100%; height: 100%; background: none; border: none; } .logo_ptb > button > img { width: 100%; height: 100%; } .cuerpoinicio { height: calc(100% - 110px) !important; } /*-------------------------------------------------------------------Estilos Politicas---------------------------------------------------------*/ .cajaPoliticas { width: 70%; height: 100%; background-color: #33333382; margin-left: 15%; border-radius: 15px; padding: 25px; } .cajaPoliticas > div { display: inline-block; float: left; } /*-----------------------------Columna Izquierda ----------------------------------------*/ .columnaIzq { width: 30%; height: 100%; } .politicBtns { width: 60%; margin-left: 15%; margin-top: 25%; height: 40%; border-radius: 2px; background-color: #323232; } .politicBtns > div { width: 100%; height: 25%; float: left; } .politicBtns > div > button { width: 100%; height: 100%; border: none; border-bottom: 1px solid gray; color: white; background: none; } .politicBtns > div > button:hover { width: 100%; height: 100%; border: none; border-bottom: 1px solid gray; color: gray; background-color: #1c1c1c; } /*----------------------------------Columna derecha--------------------------------------*/ .columnaDrc { width: 70%; height: 100%; } .divPolitic { width: 100%; height: 100%; float: left; } .divPolitic > iframe { width: 90%; height: 100%; background-color: #323232; } #document html { background-color: none !important; } #document { background-color: none !important; } body { background-color: #323232 !important; color: gray !important; } p { background-color: #323232 !important; color: gray !important; } .c6 { background-color: none !important; } /*-----------------Formulario de Registro------------------------*/ .dialogRegistro { width: 35% !important; max-width: none !important; height: 70% !important; margin-top: 5% !important; } .modalRegistro { border: 1px solid #373737 !important; border-radius: 10px; background: #C1C1C1 !important; height: 100%; color: gray; } .headerRegistro { width: 100%; background-color: #111111; border-radius: 5px; } .headerRegistro > h4 { width: 100%; text-align: center; color: white; } .div_RegUsu { width: 100%; float: left; } .div_RegUsu > div { float: left; display: inline-block; height: 13%; margin-bottom: 1%; } .div_RegUsu > div > label { font-style: italic; font-weight: bold; } .div_enick { width: 100%; text-align: center; } .e_nick { width: 100%; } .nick { padding-left:5px; padding-right: 5px; border-radius: 0.3rem; width: 300px; } .div_enombre { width: 50%; text-align: center; } .e_nombre { width: 100%; } .nombre { padding-left:5px; padding-right: 5px; border-radius: 0.3rem; width: 250px; } .div_eapellidos { width: 50%; text-align: center; } .e_apellidos { width: 100%; } .apellidos { padding-left:5px; padding-right: 5px; border-radius: 0.3rem; width: 250px; } .div_email { width: 50%; text-align: center; } .e_email { width: 100%; } .email { padding-left:5px; padding-right: 5px; border-radius: 0.3rem; width: 250px; } .div_conf_email { width: 50%; text-align: center; } .div_epass { width: 50%; text-align: center; } .e_password { width: 100%; } .password { padding-left:5px; padding-right: 5px; border-radius: 0.3rem; width: 250px; } .div_conf_epass { width: 50%; text-align: center; } .div_efnacimiento { width: 34%; text-align: center; } .e_fnacimiento { width: 100%; } .fnacimiento { padding-left:5px; padding-right: 5px; border-radius: 0.3rem; width: 150px; } .div_esexo { width: 33%; text-align: center; } .e_sexo { width: 100%; } .sexo { padding-left:5px; padding-right: 5px; border-radius: 0.3rem; width: 150px; } .div_eciudad { width: 33%; text-align: center; } .e_ciudad { width: 100%; } .ciudad { padding-left:5px; padding-right: 5px; border-radius: 0.3rem; width: 150px; } .divPolitics { width: 100%; margin-top: 4%; } .divPolitics > input { display: inline-block; float: left; width: 3%; margin-top: 1%; } .divPolitics > p { display: inline-block; float: left; width: 95%; } .div_subReg { width: 100%; text-align: center; padding-top: 2%; } .submitRegistro { border-radius: 5px; width: 30%; height: 75%; background-color: black; color: white; }