
@import 'https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed';
@import 'css/themes/flat_admin/lib/css/font-awesome.min.css';

html, body {
	height:100%;
	margin: 0px;
	padding:0px;
	font-size: 11pt;
	font-family: "Roboto Condensed",sans-serif,'Segoe UI';
}

body{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #353d47;
	
}

.overlay{
	width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: rgba(0,0,0,.5);
}

.dialogbox{
	width:100%;
	text-align: center;
	background-color: transparent !important;
}

#envio_correo_iframe{
	width: 95%;
}
.contenedor_frame{
	overflow: hidden; 
	background-image: url(images/registro/gui.jpg);
	min-height: 300px;
	background-position: center center;
	top: 0;
	width: 100%;
	height:100%;
	background-size:cover;
}

.contenedor_frame .cabecera{
	background-color:rgba(255,255,255,.9);
	text-align:center;
	padding:10px 0;
}

.contenedor_frame .cabecera .titulo{
	font-size: 25px
}
.contenedor_frame .cabecera .subtitulo{
	font-size: 18px;
}
.contenedor_frame #div_status{
	float:left; width:100%;margin-top:30px;text-align:center
}

.contenedor_frame #div_status #status{
	border-radius: 20px;opacity: .50;filter: alpha(opacity = 50);display:none;margin:auto
}

.contenedor_frame .pie{
	position:fixed; bottom:0px;background-color:rgba(255,255,255,.6); width:100%;text-align:center;  
}

.contenedor_frame .pie > div{
	display:flex; padding:10px 0
}
.contenedor_frame .pie > div .icono_correo{
	margin: auto 10px; color:green
}
.contenedor_frame .pie > div .instrucciones{
	width:100%; margin: auto 10px auto;text-align: left; font-size:14pt
}
.contenedor_frame .pie .frame_botonera{
	display:block;
	background-color:rgba(255,255,255,.5); width:100%;text-align:center;padding: 5px 0;
}

.contenedor_frame .pie .frame_botonera button{
		width:250px
}



.background-photo{
	overflow: hidden; 
	background-image: url(images/fondos/blackbelts.jpg); 
	min-height: 700px;
	background-position: center center; 
	background-size: cover;
	top: 0; 
	width: 100%; 
	height:100%; 
	z-index: -1000;
}
.background-photo.registro{
	min-height: 850px;
}

.idioma {
    width: 100%;
    text-align: right;
    margin: 0px;
    right: 10px;
    position: absolute;
    top: 5px;
}
	
.header{
	background-color: #f7f7f9;
    height: 70px;
    display:flex;
}
.header .logo_wrapper {
    margin: auto;
    /*width:120px;*/
    text-align:center;
    padding-left:10px
}

.header .menu{
	width:100%;
	text-align:center;
	margin:auto;
}
.header .menu .contenedor{
	cursor:pointer;
	display:flex; 
	width:100%;
	max-width:400px; 
	text-align:center; 
	margin:auto;
	font-size: 1.3rem;
}
.header .menu .contenedor div{

	border-top:2px solid transparent;
	margin:auto;
	width:90px;
	height:50px;
	padding-top: 20px;
	background-color:transparent;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header .menu .contenedor div:hover{
	color:#2980b9;
	border-top:2px solid #2980b9;
	background-color:rgba(53,61,71,.1);
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header .dummy{
	width:120px;
	text-align:center;
	margin:auto;
}

.login-form .password-wrapper a {
    color: #f2f2f2;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    line-height: 14px;
    position: absolute;
    text-decoration: none;
    top: 35px;
}
.login-form .password-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    
    
}


.botonera{
	padding-top:20px;
}






/* popup html alert/confirm box */
.alertbox {
	border-radius: 7px;
	box-shadow: 0px 0px 15px 3px #61606c;
	background-color: #ebebeb;
	width: 250px;
	height: 150px;
	text-align: center;
	behavior: url(/evolution/pie.htc); /* IE8 */
}

.alertbox div {
	height: 100px;
	width: 250px;
	background-color: #ffffff;
	border-radius: 7px 7px 0px 0px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	behavior: url(/evolution/pie.htc); /* IE8 */
}

.alertbox button {
	margin-top: 13px;
}

/* data entry forms */


form {
	background-color: rgba(238,238,238,.8);;
	text-align: center;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 1px 1px 7px #7c7c7c;
	behavior: url(/evolution/pie.htc); /* IE8 */
}

form h1 {
	padding-top:5px;
	padding-left: 5px;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

form table {
	width:100%;
	border-collapse:collapse;
	text-align: left;
	margin-left:35px
}

form table td {
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: top;
	font-size: 10pt;
}




/* PROPIEDADES DEL FORMULARIO DE LOGIN*/
.login-form{

    line-height: 38px;
    padding-top:15px;
    width:400px;

}

.reg-form{
	width:400px;
}

.login-form input[type="text"], .login-form input[type="password"]{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: lighter;
    height: 32px;
    line-height: 18px;
    outline: 0 none;
    padding: 0 0 0 6px;
    position: relative;
    transition: border-color 300ms ease-in-out 0s;
    vertical-align: middle;
    width: 80%;
    z-index: 4;
    color:#353d47;
}


.btn {
  color:white;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 1px;
  border-width: 1px;
  width:80%;
  font-family: 'Roboto Condensed', sans-serif; 
	background-color: #2980b9;
    border-color: #eaeaea;
    
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;

}
.btn:hover, .btn:focus, .btn.selected_filter{
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	
	color:white;
	background-color:#2c3e50;
	text-decoration:none;
}

.btn{display:inline-block;padding:3px 12px;margin-bottom:0;font-size:1.3em;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}

.btn.disabled,.btn[disabled]{
	cursor:not-allowed;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none;
	opacity:.65
}
.btn.disabled,.btn[disabled]{
	cursor:not-allowed;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none;
	opacity:.65;
	background-color:#f0f0f0;
	color:grey;
	pointer-events: none;
}

.btn.disabled:hover{
	color:grey;
	background-color:#f0f0f0;
}
.login-form #pass_forget{
	color: #0084ff;
    outline: 0 none;
    text-decoration: none;
    font-size:14px;
    
    font-weight: bold;
	
}

#no_account{
	
    outline: 0 none;
    text-decoration: none;
    font-size:18px;
    opacity:0.8;
    font-weight: bold;
	
}
#register{
	color: #0084ff;
    outline: 0 none;
    text-decoration: none;
    font-size:20px;
    padding:5px 10px;
    margin-left:10px;
    font-weight: bold;
    border-radius: 5px;
    
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#register:hover{
	background-color:rgba(53,61,71,.1);
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*color:white;*/
}


/* PROPIEDADES DEL FORMULARIO DE REGISTRO*/
.reg-form input[type="text"], .reg-form select, .reg-form input[type="password"]{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: lighter;
    height: 32px;
    line-height: 18px;
    outline: 0 none;
    padding: 0 0 0 6px;
    position: relative;
    vertical-align: middle;
    width: 80%;
    z-index: 4;
    font-family: "Roboto Condensed",sans-serif,'Segoe UI';
    color:#353d47;
}



.reg-form label {
    /*color: #66696a;*/
    display: block;
    font-size: 12px;
    line-height: 10px;
    position: relative;
    width: 80%;
    z-index: 2;
    text-align: left;

	margin: auto;
	padding: 10px 0px 1px 10px;
}




.reg-form h1 {
    font-size: 22px;
    font-weight: lighter;
    line-height: 24px;
    /*margin-bottom: 18px;*/
    padding-top: 15px;
    text-align: center;
}

.reg-form h2 {
    font-size: 14px;
    font-weight: lighter;
    line-height: 18px;
    /*margin-bottom: 18px;*/
    margin-top: -5px;
    text-align: center;
}

form .errormsg {
	color: #ff0000;
    font-size: 12px;
    font-weight: normal;
    width: 80%;
    margin: auto;
    text-align: left;
}

#form_new .errormsg{
    height: 4px;
    text-align: right;
	
}


.powered{
	float: left;
	margin: -100px 0 0 10px;
}
.powered span{
	font-weight:bolder;
	font-size:1.5em;
	margin-left:40px
}

.footer {
    width: 100%;
	height: 50px;
	margin-top: -50px;
	background-color: rgba(250,250,250,0.8);
}
.footer div{
	margin:auto;
	display:flex;
	max-width:500px;
	width:100%;
}
.footer .map_footer{
	
	border-radius: 7px 7px 0 0;
	text-align: center;
	margin: 10px 5px 0px;
	height: 40px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer .map_footer a{
	margin:auto;
}
.footer .map_footer:hover{
	background-color:rgba(44,62,80,.9);
	cursor:pointer;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer .map_footer:hover a{
	color:white;
}



/* 
@media (max-width: 468px) {
*/
@media (max-width: 500px) {
	.contenedor_frame .cabecera .titulo{
		font-size: 18px
	}
	.contenedor_frame .cabecera .subtitulo{
		font-size: 12px;
	}

	.contenedor_frame .pie .frame_botonera button{
			width:90%;
	}
	
	
	.header {
	    background-color: #f7f7f9;
	    height: 90px;
	    display: block;
	}
	
	.header .logo_wrapper {
	    padding: 5px 0;
	}
	.header .menu .contenedor{
		
	}
	.header .menu .contenedor div {
	    border-top: 0px solid transparent;
	    border-bottom: 2px solid transparent;
	    margin: auto;
	    width: 100px;
	    height: 30px;
		padding-top: 0px;
	
	    -webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	    transition: all 0.2s ease;
	}
	.header .menu .contenedor div:hover{
		border-top:0px transparent;
		border-bottom:2px solid #2980b9;
		
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	
	.login-form, .reg-form{
		width:95%;
	}

	/*
	.powered {
	    float: right;
	    margin: -120px 10px 0 0;
	}
	.powered div{
		text-align:right;
	}
	.powered span{
		font-weight:bolder;
		font-size:1.5em;
		margin-left:0px
	}
	*/
	

	.footer .map_footer{
		border-radius: 7px 7px 0 0;
	    text-align: center;
	    margin: 20px 5px 0px;
	    height: 30px;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	    width: 33%;
	    padding: 0 2px 0 2px;
	    font-size: 0.8em;
	}
	
	
}