/* CSS Document */
header,nav,section,article,aside,footer,figure{
	display:block;
}
html{   }
body {
	/*background:url(../images/bg.jpg) #ccc   ;	*/
	background-position:  center ;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    font-family: Calibri, Arial;
    padding: 0px;
    margin: 0px;
    font-size: 1.1em;
    color: #565655;	
}
 
#panel-acceso{  width:400px; overflow:hidden; margin:10% auto; padding:10px;  text-align:justify; border:2px #009e54 solid;  
border-radius: 6px 6px 6px 6px; -moz-border-radius:6px 6px 6px 6px;-webkit-border-radius:6px 6px 6px 6px; background:#FFFFFF; 

-webkit-box-shadow: 0px 1px 22px 6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 22px 6px rgba(0,0,0,0.75);
box-shadow: 0px 1px 22px 6px rgba(0,0,0,0.75); }
.frmaccesoimg{ margin:10px; float:left;  padding:10px; margin-top:5%; }
.frmacceso { float:left; width:90%; margin:5%;   }
.panel-acceso-campo span{   color:#00bf63;  float:right; }
.panel-acceso-campo span:hover{  text-decoration:underline; }

.panel-registro-title{ font-weight:bold; font-size:18px; color:#666666; padding-bottom:10px;}
 
#Lb-msj{background:#FFFCD2; border:#ED7C5C 1px solid;  box-shadow: inset   0px  0px 12px  #F1ECAB; text-align:justify;
        padding:5px;  font-family:Arial; overflow:hidden;  margin-bottom:5px; width:98%; color:#ED7C5C; 		
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px; }
#Lb-msj span { font-size:12px; }
#Lb-msj img{float:left;margin-top:1px; width:25px; height:25px; }
#Lb-msj-title{ float:left;padding:5px;  font-size:12PX; font-weight:bold; }	
#Lb-msj-conte { width:100%;float:left; font-size:11PX;}



.ClsstxtR{  border:#999999 1px solid; padding:7px; width:100%;  
border-radius: 3px 3px 3px 3px; -moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px; }
 




.ClssbtnR { padding:7px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #00bf63;
	color: #fff;
	text-decoration: none;
	border: 2px solid #00bf63;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	transition: background-color 0.3s ease-in-out;
	width:100%;
  }
  
  /* Efecto de sombra biseleado interior */
  .ClssbtnR::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	background: linear-gradient(45deg, #333, #000);
	border-radius: 5px;
	z-index: -1;
  }
  
  /* Sombra al pasar el mouse */
  .ClssbtnR:hover {
	background-color: #009e54; /* Color ligeramente más oscuro al pasar el mouse */
  }
  
  /* Puntas redondeadas */
  .ClssbtnR:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
  }
  
  .ClssbtnR:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
  }

#footer
{
   border-top:2px solid  #009e54;
    border-bottom:2px   #009e54 solid;
  background-color:#00bf63;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
}

#footer div { color:#fff ; padding:10px;  }
#footer div a { color:#fff; }
#footer div a:hover  { color:#E85C40; }

