body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	background-color: #F0F0F0;
	margin: 0px;
    background: url(fleet-2.jpg) no-repeat fixed center;
    background-size: cover; 
}
.radio
{
     width: 16px;padding: 0;margin: 2px 3px 0 3px;
}
ul.sb_menu { margin:0; padding:0; list-style:none; color:#000; font-size: 10px;}
ul.sb_menu li { margin:0;padding:0; color:#000; vertical-align: top; }
ul.sb_menu li { margin:0;padding:0; color:#000; vertical-align: top;}
ul.sb_menu li a:hover { text-decoration:underline;}

.titulo { font:bold 16px Verdana,Arial; padding:0 0 4px 0; color:#333333;}
.subtitulo { font:bold 13px Verdana,Arial; padding:0 0 4px 0; color:#333333;}
.acceso2 {
 	width: 440px;
	FONT-SIZE: 14px; COLOR:#000; FONT-STYLE: normal; FONT-FAMILY: sans-serif;
	border: 1px solid #000000;
    padding:20px; background-color: #FFF;
    text-shadow: 2px 2px 2px #EFEFEF;
    margin:4px;
    border-spacing: 10px;
    border-radius: 14px;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.75);-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.75);box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.75);
}
.acceso3 {
 	width: 400px;
	FONT-SIZE: 14px; COLOR:#000 ; FONT-STYLE: normal; FONT-FAMILY:  sans-serif;
	border: 1px solid #000000;
    padding:20px; background-color: #FFF;
    text-shadow: 2px 2px 2px #C0C0C0;
    margin:4px;
    border-spacing: 10px;
}

.error {
	FONT-SIZE: 12px; COLOR:#000000 ; FONT-STYLE: normal; FONT-FAMILY:  sans-serif;
	border: 1px solid #969696; margin: 0 10px 0 0;
    padding:20px; background-color: #DEE3F3;border-radius: 8px;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.5);-moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.5);box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.5);
}

.image-upload > input { display: none; }
.image-upload img { width: 30px; cursor: pointer; }

.select_home {
color:#000000;
width:140px;
height:32px;
text-align: center;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 14px;
font-weight:bold;
background-color: white;
background-image: url('univ.png');
background-position: 0 2px; 
background-repeat: no-repeat;
padding: 6px 6px 6px 16px;
}

.input_home {
color:#000000;
width:150px;
height:32px;
text-align: center;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 14px;
font-weight:bold;
background-color: white;
background-image: url('univ.png');
background-position: 0 2px; 
background-repeat: no-repeat;
padding: 6px 6px 6px 16px;
}
.input_home:hover{ border: 2px solid #FF9900; }

.input_user {
color:#000000;
width:150px;
height:32px;
text-align: center;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 14px;
font-weight:bold;
background-color: white;
background-image: url('usuario.png');
background-position: 4px 4px; 
background-repeat: no-repeat;
padding: 6px 6px 6px 16px;
}
.input_user:hover{ border: 2px solid #FF9900; }

.input_pass {
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size:16px;
font-family:Verdana,Helvetica;
font-weight:bold;
color:#000000;
background:white;
width:150px;
height:32px;
text-align: center;
background-image: url('pass.png');
background-position: 4px 4px; 
background-repeat: no-repeat;
padding: 6px 6px 6px 16px;
}
.input_pass:hover{ border: 2px solid #FF9900; }

.submit{
background-color:#ffffff;
border:1px solid #000;
cursor:pointer;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:150px;
height:30px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
margin-right: 4px;
}
.submit:hover{
background-color:#FF6600;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
}
.submit_off{
background-color:#ffffff;
border:1px solid #666666;
cursor:pointer;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:150px;
height:30px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
margin-right: 4px;
}
.submit_off:hover{
background-color:#FF6600;
border:1px solid #000;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
height:30px;
margin-right: 2px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  margin-bottom: 6px;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #3366FF;
}
.popup .content {
  max-height: 20%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 50%;
  }
  .popup{
    width: 50%;
  }