.btnIntro{
	margin-left: 10px;
	padding: 5px;
	margin-top: 5px;
}

.imagenes{
	padding: 5px;	
}

#spanUsu{
    padding-left: 38px;
}

.espacio{
    padding-top: 15%;
}

.modal-Login{	
	margin: auto;
	padding-top: 200px;
}

.modal-Mensaje{
	width: 80%;
	margin: auto;
	padding-top: 50px;
}

#btnRegistar{
	margin-right: 0px;
	background-color: #5FA831;
	color: #ffffff;
	border: 0px;	
	height: 70px;
	width: 97%;
	border-radius: 10px;
	font-size: 22px;
        box-shadow: 0px 5px 0px 0px #3D682C;
}
#btnRegistar:hover{
	margin-right: 0px;
	background-color: #3D682C;
	color: #ffffff;
	border: 0px;	
	height: 70px;
	width: 97%;
	border-radius: 10px;
	font-size: 22px;
}

#divBtnReg{
	margin-bottom: 10px;
	margin-top: 8px;
}

#aCiudadano{
	margin-left: -10px;
}

.mar{
	margin-top: 15px;
}

#aSevidor{
	margin-left: -13px;
}

#obMet{
	margin-top: 5px;
}

.float{
	float: left;
}

#txtContinua{
	float: left;
    width: 92%;	
}


.img-home{
	max-width: 430px;
 	width: 100%;
 	height: auto;
	margin-right: auto;
    margin-left: auto;	
}

#btnRegistar span img{
	display: inline;
	margin-top: 8px;
	}
	
@media only screen and (max-width: 1000px) {
#btnRegistar{
	font-size: 18px;
	}
}

@media only screen and (max-width: 600px) {
#btnRegistar{
	font-size: 12px;	
	}
#btnRegistar span img{
	height: 30px;
	}	
}

@media only screen and (max-width: 430px) {
#btnRegistar span img{
	height: 20px;
	}	
}
	