@charset "UTF-8";
/* CSS Document */

/*---------BOTONES--------*/

.cambiarFoto .input-file {
	margin: 0;
	padding: 0;
	outline: 0;
	opacity: 0;
	position: absolute;
	cursor: pointer;
	width: 100%;
}


.btnAccion {
	width: 100%;
	float: left;
	clear: both;
	min-width: max-content;
	display: block;
	width: 100%;
	padding: 10px 3px;
	cursor: pointer;
	font-weight: normal;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(58,59,69,.15);
	white-space: nowrap;
}


.btnAccion a {

	text-decoration: none;
}

.btnAccion label {
	align-items: center;
	margin-bottom: 0px;
	cursor: pointer;
	font-weight: normal;
	padding-left: 10px;
	padding: 10px;
/*	border-left: 1px solid;*/
}

.btnAccion span {
	align-items: center;
	padding-left: 7px;
	padding-right: 7PX;
	cursor: pointer;
	font-weight: normal;
	text-transform: none;
	text-decoration: inherit;
	speak: none;
}




.btnAccionS {
	width: 100%;
	float: left;
	clear: both;
	min-width: max-content;
	font-family: RenaultLife;
	font-size: 14px;
	display: block;
	color: #FFF;
	max-height: 40px;
	min-height: 40px;
	cursor: pointer;
	font-weight: normal;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(58,59,69,.15);
	white-space: nowrap;
}



.btnAccionS1 {
	width: auto;
	font-family: RenaultLife;
	font-size: 14px;
	display: block;
	padding: 9px;
	cursor: pointer;
	font-weight: normal;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(58,59,69,.15);
	min-width: fit-content;

}



.btnAccionC {
	width: 100%;
	height: 40px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15), 0 0 1.5rem 0.5rem rgba(33,37,41,.05);
	display: table;
}


.btnAccionC a {
	display: table-cell;
	vertical-align: middle;
}

.btnAccionC span {
	padding-left: 7px;
	padding-right: 7PX;
}

.btnAccionC label {
	font-weight: normal;
	margin-bottom: 0px;
}





.btn1 {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	min-width: 40px;
	text-align: center;
}

.btn1A {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	min-width: 40px;
	text-align: center;
	width: 100%;
}






.btn2{
	display: table;
	cursor: pointer;
	text-align: center;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(58,59,69,.15);
}


.btn2 a {
	display: table-cell;
	vertical-align: middle;
}

.btn2 span {
	display: block;
	border-bottom: 1px solid;
	width: max-content;
	margin: auto;
	padding: 7px 14px;

}

.btn2 label {
	display: block;
	padding: 7px 5px;
	font-weight: normal;
	line-height: 1.2em;
}


.btnAccionS a {
	color:rgba(3,3,3,1.00) ;
	text-decoration: none;
}

.btnAccionS label {
	align-items: center;
	margin-bottom: 0px;
	cursor: pointer;
	font-weight: normal;
	padding: 5px 10px;
	border-left: 1px solid;

}
.btnAccionS span {
	align-items: center;
	padding-left: 7px;
	padding-right: 7PX;
	padding: 5px 7px;
	cursor: pointer;
	font-weight: normal;
	text-transform: none;
	text-decoration: inherit;
	speak: none;
	line-height: 41px;
}

.btnAccionS1 a {
	text-decoration: none;
}

.btnAccionS1 label {
	display: block;
	text-align: center;
	margin-bottom: 0px;
	cursor: pointer;
	font-weight: normal;
	padding: 7px 0px;
}

.btnAccionS1 span {
	display: block;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	text-transform: none;
	text-decoration: inherit;
	speak: none;
	border-bottom: 1px solid;
	width: max-content;
	margin: auto;
	padding: 7px 14px;
}




.btnTextN span {color: #000;}
.btnTextN label {color: #000;}
.btnTextB span {color: #fff;}
.btnTextB label {color: #fff;}


