body {
	max-width: auto;
	/*ancho de la pagina */
	margin: 0px 20px 0px 20px;
	min-width: 1186px;
	font-family: Arial, Helvetica, sans-serif;
}

#id_Centro {
	display: contents;
	height: 100vh;
	margin: 0;
	padding: 0;
	place-items: center;
	justify-content: center;
}

.ventanaEnCentro {
	box-shadow: #173A5E 0px 0px 10px;
	/*position: fixed;
	display: inline-table;*/
	top: 9%;
	left: 50%;
	transform: translate(-50%, -9%);
}

.logo {
	background: url("../img/csf_logo.jpeg") round;
	width: 244px;
	height: 100px;
	margin-left: 73%;

}

nav {
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 1;
}

/* -------------------tabla con formulario de la vista nota entregas --------------------------------------------------------- */
#tablaListaEntrega {
	display: table-cell;
}

/*table td span{
	position: relative;
	top: 11px;
}*/

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	width: 100%;
	position: relative;
}

table td,
table th,
table thead td {
	border: 1px solid #ddd;
	padding: 6px 2px 0px 4px;
	vertical-align: middle;
	color: #424242;
	height: auto;
}

table td {
	height: 50px;
}

#listado_Proyecto td {
	height: 28px;
}


table tr:nth-child(even) {
	background-color: #f2f2f2;
}

/*
table tr:hover {
	background-color: rgb(181, 201, 224);
}*/

table th {
	padding-top: 20px;
	padding-bottom: 16px;
	text-align: center;
	background-color: #173A5E;
	color: white;
	vertical-align: middle;
}

/*
table thead td {
	border: none;
}*/
/**----- leyenda-----------*/
.menuLeyenda {
	float: left;
	margin: 5px;
	font-size: 16px;
}

#Td2 {
	background: #f2f2f2;
}

#Td2:hover {
	background: #f2f2f2;
}

#Td1:hover {
	background: #fff;
}

/*--- FORMULARIO -----*/
input[type=text],
input[type=password],
input[type=date],
select {
	width: 86%;
	margin: 6px;
	display: inline-block;
	border: 0px;
	border-color: lightsteelblue;
	background: #fff;
	border-bottom: 1px dotted aliceblue;
	padding: 6px;
}

input[type=text]:hover {
	border-bottom: 1px dotted crimson;
}

label {
	display: inline-block;
	width: 78px;
	vertical-align: middle;
}

.buscar {
	margin: 0px;
}

.margen {
	margin: 15px;
}

.borderTabla {
	border: 0px;
}

.fondoClaro {
	background: #fff;
}

.fondoObscuro {
	background: #c5c5c5;
}

.fila:hover {
	background: #c7dbfa;
}

.espere {
	background: url("../img/espere.gif") no-repeat;
	width: 128px;
	height: 128px;
	margin: 18% 46%;
}

#idArchiCertifi_0 {
	color: #173A5E;
	font-size: 16px;
}

.mano {
	cursor: pointer;
	color: #173A5E;
	text-decoration: underline;
}

.mano:hover {
	font-weight: bold;
	transform: scale(1.2);
	padding-left: 12px;
}