@font-face {
    font-family: 'comfortaaregular';
    src: url('fuentes/comfortaa-variablefont_wght-webfont.woff2') format('woff2'),
         url('fuentes/comfortaa-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
	font-family: comfortaaregular;
	ffont-size:12px;
}

body{
	font-family: comfortaaregular;
	background:threedface;
	margin: 0 auto;
	height:800px;
		
	background-image:linear-gradient(transparent 70%, #283747 80%), url(/imagenes/flotilla.jpg);
	background-size:100%;	
	background-repeat:no-repeat;	
}

.encabezado{	
	background:#D2D1F4;
	width:100%;	
	height:70px;
	float:left;
	maargin-left:15px;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	margin-bottom:10px;	
}

.logo{
	width:100px;
	float:left;
	margin: 15px 0 0 15px;
	
}

.titulo{ 
	width: 90%;
	color:#00008B; 
	font-family:comfortaaregular;
	font-weight:bold; 
	font-size:35px; 
 	
	text-align: center;
	justify-content: center;

	display: block;
	vertical-align: middle;
	margin: 15px 0 0 0;
}

/************************************************/
.formulario{ 	/* formulario del login */
	width:250px;
	height:180px;
	background:#B89DF8;
	padding: 10px 0 10px 0;
	text-align:center;	

	border-radius:5px;
		
	position:absolute;
	top:50%;
	left:50%;
	margin:-90px 0 0 -50px;
	display: flex;
	justify-content: center;
	align-items:center;
	box-shadow:5px 5px 5px 0px #566573;
}

.txUsr, .txPsw{
	font-size: 15px;
	text-align:center;
}

.btLogin{
	
	width:120px; 
	height:40px; 
	border-radius:5px; 
	cursor:pointer;
	font-weight:bold; 	
	font-size:12px;
	position:relative; 
	margin:8px 0px 0px 10px;	
}


footer {	
	width:100%; 
	height:20px;
	font-weight:lighter; 
	color:white; 
	background:#566573;  
	padding:4px 0px 0px 15px;
	position:fixed;
	bottom:1px;	
	display: none;
}

/************************************************/


.bloqueBase{
	width:1210px;
	height:625px;
	
	margin:0 auto;
}

.titulo2{
	background:#E55F5E;
	color: white;	
	font-size: 15px;
	padding:1px;
}

.listaAutos{
	width:350px; 
	height:530px; 	
	background: white; 
	float:left; 
	margin: 5px 10px 5px 5px;
	border: 1px solid darkgray;
	box-shadow:5px 5px 5px 0px #5D6D7E;
	
}

.lista{
	width:330px; 
	height:400px; 
	
	margin-left:9px; 
	margin-top:5px; 
	background:white;
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;
	
	overflow: scroll;
   
}

.tablaAutos{
	border-collapse:collapse;
	table-layout:auto;	

	
}
.encabezadofijo{
	border: 1px solid;
	background:lightgray;
	position: sticky;
	top:0px;
}
.encabezadofijo th{
	border: 1px solid black;
	font-size:13px;
	white-space: nowrap;
	color: blue;
	cursor:pointer;
	padding: 5px 2px 5px 2px;
	
}
.lineaTabAuto:nth-child(odd){
	bbackground:#FBF0EF;
}
.lineaTabAuto:nth-child(even){
	background:#DFF9F7
}
.lineaTabAuto td{
	white-space: nowrap;
	font-family:Arial Narrow;
	font-size:13px;
	padding: 3px 5px 3px 5px;
	
}
.lineaTabAuto:hover{
	background:lightgray;
	cursor:default;	
}

li{
	list-style:none;
	font-family:Arial Narrow;
	font-size:14px;
	padding:4px 1px 2px 1px;
	cursor:default;		
	width:350px;
	
}

.btAgregaAuto, .btEliminarAuto, .btCerrar, 
 .btGuardar, .btModificaAuto, .btModificaMtto,
.btSubeImg, .archivoImagen {
	
	width:120px; 
	height:40px; 
	
	border-radius:5px; 
	cursor:pointer;
	font-weight:bold; 
	font-size:12px;	
	position:relative; 
	margin:8px 0px 0px 10px;	
}

.btModificaAuto, .btModificaMtto {
	margin:7px 10px 0px 0px;
	float: right;
}

.boton4 {	
	width:120px; 
	height:40px; 
	
	border-radius:5px; 
	cursor:pointer;
	font-weight:bold; 	
	font-size:12px;	
	position:relative; 
	margin:25px 0 0 30px;		
}

.btAgregaAuto:hover, .btEliminarAuto:hover, .btCerrar:hover,
 .btGuardar:hover, .btModificaAuto:hover, .btModificaMtto:hover,
.btSubeImg:hover, .archivoImagen:hover, .boton4:hover{
		background:lightgray;
}

/*************************************************************************************/
.contenedorDatos1{
	width:375px;
	height:530px; 	 
	background:white; 
	float:left; 

	margin: 5px 10px 5px 5px;
	border: 1px solid darkgray;
	box-shadow:5px 5px 5px 0px #5D6D7E;
}

.ventDatosAuto{
	width:350px;
	height:280px;	
	background:white;	
	margin: 0 auto;
	font-size:13px;	
	
}

#idAutoSelecDatos, #idAutoSelec, #idMant, #numID, #idReparacion, #idAutoSelecForm{
	display:none;
}

.tablaDatosAuto1{	
	padding-top:5px;	
}
.txAnioAuto{
	width:55px;
	height: 20px;
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;
	font-family:Arial Narrow;
	font-size:14px;
}
.txMarcaAuto, .txModeloAuto{
	width:135px;
	height: 20px;
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;	
	font-family:Arial Narrow;
	font-size:14px;
}



.tablaDatosAuto2{
	margin-top:5px;
	border-spacing:7px;
}
.celdaTX1p{
	width:180px;
	text-align:right;	
}
.celdaPlacas, .celdaFechaCompra{
	width:90px;
	height: 20px;
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;
		font-family:Arial Narrow;
	font-size:14px;
}


.tablaDatosAuto3{
	margin-top:5px;
	border-spacing:7px;
}
.celdaTX1{
	text-align:right;
	font-size:13px;	
}
.celdaTX2{
	width:200px;
	height: 20px;
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;	
	font-family:Arial Narrow;
	font-size:14px;	
}

.bloqueFotoAuto{
	width:350px;
	height:200px;	
	background:white;
	margin: 0 auto;
	text-align: center;
	position:relative;
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;
	margin-top:-10px;	
}

.bloqueSubeImg{
	width: 300px;
	height:150px;
	
	border-radius:7px;
	margin: 0 auto;
	display:none;
	margin-top:15px;
}

.fotoAuto{	
	width:100%;
	height:100%;
	margin:0;
	position:relative;
	top:50%;
	transform: translateY(-50%);
	object-fit:contain;
}

.btnImagenAuto{
	width:250px;
	height: 25px;		
	border: none;
	color: transparent;	
}

/*****************************************/

.contenedorMantenim{
	width:430px; 
	height:530px; 
	
	background:white; 
	float:left; 
	

	margin: 5px 10px 5px 5px;
	border: 1px solid darkgray;
	box-shadow:5px 5px 5px 0px #5D6D7E;
}
/*------------------------------------------*/

.listaMantenim{
	width:350px;
	height:180px;
	
	background:white;
	margin: 0 0 0 10px;
}
#idMantSelec{
	width:30px;
	display:none;
}


.tablaDatos1 {
	border-collapse: collapse;
	table-layout:auto;	
	
}

#encFecha{
	width:70px;
}
#encKms{
	width:60px;
}
#encCosto{
	width:60px;
}
#encLugar{
	width:100px;
}





.btnNuevoMant{
	width:65px;
	color: blue;
	float: right;
	margin-top:-140px;
	margin-right:-68px;
}
.btnEliminaMant{
	width:65px;
	color:blue;
	float: right;
	margin-top:-115px;
	margin-right:-68px;
}


.bloqueListaMtto{	
	background:white;	
	width:350px;	
	height:170px; 	 
	overflow:auto;
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;
}
.listaMtto:nth-child(odd){
	bbackground:#FBF0EF;
}
.listaMtto:nth-child(even){
	background:#DFF9F7
}
.listaMtto td{
	white-space: nowrap;
	font-family:Arial Narrow;
	font-size:13px;
	padding: 3px 5px 3px 5px;
	
}
.listaMtto:hover{
	background:lightgray;
	cursor:default;	
}

.listaMtto{
	width:446px;
	bborder-bottom: 1px solid gray;
	overflow:auto;
}

.txKms, .txCosto{
	text-align:right;
}

.listaRep{
	width:400px;
}
.listaRep:nth-child(odd), .reparaLista{
	background:#DFF9F7;
}
.listaRep:hover, .reparaLista:hover {
		background:lightgray;
}

.tablaDatos{
	border-collapse: collapse;
	width: 432px;
}
.tablaDatos th{
	background:lightgray;
}

.celdaFecha{
	border:1px solid gray;
	width:75px;
}


.celdaTaller, .tdTaller{
	border:1px solid gray;
	width:180px;
}

/**************************************/
.listaServicios{
	width:350px;
	height:170px;
	margin: 0 0 0 10px;
	background:white;
}
.bloqueListaRepara{
	
	background:white;	
	width:350px;	
	height:160px; 	
	overflow-x:scroll;  
	overflow-y:auto;	
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;
	font-family:Arial Narrow;
	font-size:14px;
}



/*++++++++++++++++++++++++++++++++++++*/
.observaciones{
	width:350px;
	height:100px;
	background:white;
	margin: 0 0 0 10px;
}

.txobs1{	
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;
	font-family:Arial Narrow;
	font-size:14px;
}

/*+++++++++++++++++++++++++++++++++++++*/

.bloqueFrmDatosAuto{
	width:360px;
	height:450px;
	border-radius:5px; 
	padding:5px;
	display:none;
	background: #E5DCFB ;
	position:absolute;
	box-shadow: 0px 0px 200px 100px #566573;
	top:20%;
	left: 30% ;	
}

.celdaAnio, .celdaMarca, .celdaModelo{	
	font-size:13px;
}



.bloqueFrmDatosMant{
	width:470px;
	height:450px;
	border-radius:5px; 
	padding:5px;
	display:none;
	background: #E5DCFB ;
	position:absolute;
	box-shadow: 0px 0px 200px 100px #566573;
	top:20%;
	left: 30% ;
	font-size:13px;
	
}
.btnNuevoRep{
	width:65px;
	color: blue;
	float: right;
	margin-bottom:5px;
	margin-right:5px;
	font-size:12px;
}
.btnEliminaRep{
	width:65px;
	color:blue;
	float: right;
	margin-bottom:5px;
	margin-right:15px;
	font-size:12px;
}

.txFechaMant, .txKmsMant, .txCostoMant{
	width:95px;
	height: 20px;
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;
	font-family:Arial Narrow;
	font-size:14px;
}
.txTallerMant{
	width:130px;
	height: 20px;
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;
	font-family:Arial Narrow;
	font-size:14px;
}

.bloqueListaServ1{
	border: 1px solid;
	background:white;	
	width:400px;	
	height:150px; 	
	ooverflow-x:scroll;  
	overflow-y:auto;	
	margin: 0 auto;
	box-shadow:3px 3px 5px 0px #ABB2B9 ;
	border: 0.5px solid #AED6F1;
	font-family:Arial Narrow;
	font-size:14px;
}
.tablaServ{
	width:400px;
}
.cuerpoListaServ{
	width:400px;
}

/*
.tablaDatosServ{
	width:370px;
	height:150px;
	background:white;
	
}

.tablaDatosServ input{
	width:360px;
	border:none;
	border-bottom: 1px solid lightgray;
}
*/

.observaciones1{
	width:400px;
	height:100px;	
	margin: 0 auto;
	

}

