

#mainform{
width:960px;
margin:20px auto;
padding-top:20px;
font-family: 'Fauna One', serif;
display:block;
}

#onclick{
padding:3px;
color:green;
cursor:pointer;
padding:5px 5px 5px 15px;
width:70px;
color:white;
background-color:#123456;
box-shadow:1px 1px 5px grey;
border-radius:3px;
}


#popup{
padding-top:80px;
}

#contactdiv{
opacity:0.5;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: #000;
display: none;
}

#logindiv{
opacity:0.5;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: #000;
display: none;
z-index:98;
}

#FORM_Registrar,#contact{
opacity:1;
width:450px;
margin:0px;
background-color:white;
position: relative;
border: 2px solid rgb(90, 158, 181);
border-radius : 10px;
padding: 24px;
z-index:99;
}

#FORM_Registrar{
left: 50%;

margin-left:-210px;

opacity:1;
display: none;
position: absolute;
}

#FORM_Registrar_Registro_btn{
  float: right;
  margin-left: 10px;
}

#FORM_Registrar_cancel_btn{
  float: right;
  margin-left: 10px;
}

.MarcadorI{
  float: right;
  margin-top: 20px;
  margin-right: 20px;  
}
