@charset "UTF-8";
/* CSS Document */
.m0{  margin-top: 0px !important; }
.tituloFormulario {text-align: center !important; }
.ocultar{ display: none !important; }

.containerBotonDG{
	border: 1px dashed rgba(165,165,165,1.00);
	padding: 3px;
	height: 90px;
	padding: 1%;
	margin-right: 1%;
}
.botonDG{
	font-family:RenaultLife-Regular;
	font-size: 18px;
	display: block;
	width: 100%;
	padding: 6px 1px;
	color: #000;
	cursor: pointer;
	font-weight: normal;
	min-height: 123px;
}
.botonDG a {
	color:rgba(3,3,3,1.00) ;	
	text-decoration: none;
	display: flex;
}

.botonDG label {
	padding-left: 3px !important;
	font-size: 16px;
	font-weight: initial;
	color: #000!important;
	width: 95%;
	height: 50px;
	border-top: 1px solid #000 !important;
}
.botonDG2{
	font-family:RenaultLife-Regular;
	/*font-size: 18px;*/
	display: block;
	width: 100%;
/*	min-width: 70px;
	min-height: 70px;*/
	padding: 6px 1px;
	color: #3D3D3D;
	font-weight: normal;
}
.botonDG2 a {
	color:#3D3D3D; ;	
	text-decoration: none;
	display: flex;
}

.botonDG2 label {
	padding-left: 3px !important;
	/*font-size: 16px;*/
	font-weight: initial;
	color: #3D3D3D;
	width: 95%;
	border-top: 1px solid #3D3D3D;
}	
.btnDGColorGris {
	background-color: rgba(210, 210, 210,1)  !important;
}
.btnDGColorGrisActivo {
	background-color: rgba(169, 169, 169,1)  !important;
}
.btnDGColorGris label {
	/*font-size: 16px;*/
	font-weight: initial;
	color: #FFF;
	width: 95%;
	height: 50px;
	border-top: 1px solid #fff;
}

.btnDGColorGrisOscuro {
	background-color: rgba(70, 79, 123,1)  !important;
}

.btnDGColorGrisOscuro:hover {
	background-color: rgba(44, 50, 78,1) !important;
	color: #ffe100;
}
	
.btnDGColorGrisOscuro label:hover {
	color: #ffe100;
}

.btnDGColorAzul {
	/*color: #000;*/
}
	
.btnDGColorAzul label {
	/*font-size: 16px;*/
	font-weight: initial;
	width: 95%;
	height: 50px;
	border-top: 1px solid #fff;
}

	
.cajaLinea{
		height: 30px;
	}
.lineaV{
	border-right: 1px dashed rgba(165,165,165,1.00);
}
.lineaH{
	border-top: 1px dashed rgba(165,165,165,1.00);
}

.linealesH2{
	border-top:1px dashed rgba(165,165,165,1.00);
	border-bottom:1px dashed rgba(165,165,165,1.00);
	padding-top: 1%;
	padding-bottom:1%;
}
.pad1{
	padding-left: 1px; padding-right: 1px;
}
.imagenHxH{
	max-height: 107px;
	min-height: 100px;
	float: left;
}
.fondoPanel {
	background: rgba(41,48,56,1.00);
	color: #fff;
	height: 370px;
	overflow: auto;
}
.fondoMarron{
 	background-color: #403f3f;
}
.formatoIconTexto{ 
	color: #FFF;
	display: flex;
	padding: 6px 0px;
}
.formatoIconTexto span {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: initial;
}
.formatoIconTexto label {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-left: 5px;
    border-left: 1px solid #FFF;
    padding-left: 7px;
    font-weight: initial;
}
.formatoIconTexto p {
	margin: 0px;
}
.multipleLineas{
	display: block;
	font-weight: initial;
}
.textMin{
	font-size: 10px;
}
.alt70{ height:70px; }
	
.franjaResuelto0{
	right: 0px;
	position: absolute;
	height: 80%;
	min-height: 40px;
	width: 7%;
	margin-right: -10px;
	background-color: rgba(225,24,27,1.00);
}
.franjaResuelto1{
	right: 0px;
	position: absolute;
	height: 80%;
	min-height: 40px;
	width: 7%;
	margin-right: -10px;
	background-color: rgba(92, 184, 92, 1);
}
.franjaResuelto2{
	right: 0px;
	position: absolute;
	height: 80%;
	min-height: 40px;
	width: 7%;
	margin-right: -10px;
	background-color: rgba(255, 160, 19,1);
}
.franjaResuelto3{
	right: 0px;
	position: absolute;
	height: 80%;
	min-height: 40px;
	width: 7%;
	margin-right: -10px;
	background-color: rgba(91, 192, 222, 1);
}
.franjaResuelto4{
	right: 0px;
	position: absolute;
	height: 80%;
	min-height: 40px;
	width: 7%;
	margin-right: -10px;
	background-color: rgba(217, 83, 79, 1);
}	
	
.gris{color: rgba(105,105,105,1.00);}
.rojo{color: rgba(225,24,27,1.00);}
.verde{color: rgba(92, 184, 92, 1);}

.iconBoton{
	box-shadow: 2px 1px 2px #000000;
	background: rgba(240,182,0,1.00);
	color: #fff;
	height: 30px;
	width: 28px;
	border-radius: 15px;
	align-self: center;
	padding: 15%;
	cursor: pointer;
}
.btnFiltrar {
    box-shadow: 1px 1px 1px #4c4c4c;
    background: rgba(240,182,0,1.00);
    color: #fff;
    align-self: center;
    padding: 10%;
    cursor: pointer;
}