body{
	font-family: sans-serif;
    background-color:#FFFFFF ;
    text-align: center;
}
h1{
	font-family:sans-serif;
	font-weight: 300;
	color: #232323;
	font-size: 25px;
	margin-bottom: 0;
	
}
h3{
	margin-top:50px;
	margin-bottom:20px;
}
a{
	 color: #888;
	text-decoration: none;
	font-family: sans-serif;
	font-size:16px;
}
a:hover{
	color: #AAA;
}	
.visible{
	display:block;
}
.invisible{
	display:none;
}
	
.logoIndex{
	margin-top: 180px;
}
.logoIndexTop{
	margin-top: 50px;
}
	
.login{
    margin-top: 20px;
    border: solid #DF0020 1px;
	border-radius: 5px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	max-width:350px;
    height: auto;
    background-color: #FFFFFF;
	box-sizing: border-box;

}
.divInputLogin{
    padding: 25px;
    border-radius: 5px;
	box-sizing: border-box;
}
.inputLogin, .inputLoginDown{
    height: 20px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #AAA;
	background-color: #FFFFFF;
}
.divInputLogin textarea{
	height: auto !important;
}
.inputLoginDown{
    margin-top: 25px;
}
.divButtonLogin{
	margin-top:20px;
}	
.divButtonLogin a {
    color: #888;
	text-decoration: none;
	font-family: sans-serif;
	font-size:14px;
	
}
.divButtonLogin a:hover {
    color: #AAA;
	
}

.buttonLogin, .buttonAdd{
	cursor:pointer;
    width: 100%;
	max-width: 150px;
    background-color: #E5E7E9;
    border-radius: 5px;
    font-size: 16px;
    padding:10px;
	box-sizing: border-box;
	margin:0 auto;
	border:none;
	position:relative;
	color:white;
	font-weight: 700;
	font-family: sans-serif;
	background-color: #DF0020;
}
.buttonAdd:hover{
	background-color: #ff193a;
}	
.buttonLogin:hover{
  
	background-color: #ff193a;
}
.documentList a{
	color: #888;
	text-decoration: none;
	font-family: sans-serif;
	font-size:14px;
}
.documentList a:hover{
	color: #AAA;
}
.usuarios{
    min-width: max-content;
}
.tabla{
	font-family:sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.tabla th{
	border-bottom: 1px solid #ff1939;
}	
.tabla  td{
	box-sizing: border-box;
	padding:5px;
	text-align:center;
    
	border-bottom: 1px solid #ff193a;

}
.eraseElement{
	color: #888;
	text-decoration: none;
	font-family: sans-serif;
	font-size:14px;
}
.eraseElement:hover{
	cursor:pointer;
	color: #AAA;
}
.closeSession{
	display:inline;
	margin-bottom: 20px
}
.closeSession2{
	
	margin-bottom: 20px
}
.closeSession h2{
	display:inline;
	margin-right: 15px;
	font-family: sans-serif;
    background-color:#FFFFFF ;
	;
}
.buttonCloseSession{
	cursor:pointer;
    width: 100%;
	max-width: 150px;
    background-color: #E5E7E9;
    border-radius: 5px;
    font-size: 16px;
    padding:10px;
	box-sizing: border-box;
	margin:15px auto;
	border:none;
	position:relative;
	color:white;
	font-weight: 700;
	font-family: sans-serif;
	background-color: #DF0020;
}

.listaDocumentos{
	display:flex;
	margin-top: 20px;
    border: solid #DF0020 1px;
	border-radius: 5px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	max-width: 80%;
	min-height: 500px;
    height: auto;
    background-color: #FFFFFF;
	box-sizing: border-box;
	text-align:left;
}
.listaDocumentos h2{
	margin:0;
}

.listaDocumentos li{
	padding:5px;
	list-style:disc;
}
.listaDocumentos ul{
	padding:0;
	
}
.list{
	
    border: solid #DF0020 1px;
	border-radius: 5px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100%/3);
	min-height: 450px;
    height: auto;
    background-color: #FFFFFF;
	box-sizing: border-box;
}

.botonera{
	display: flex;
    flex-wrap: wrap; 
}

@media (max-width:768px){
	.listaDocumentos{
	display:block;
	}
	.list{
		width:100%;
		min-height:initial;
	}	
}
.ocultaDocumentos{
	padding:15px;
	background-color:#DF0020;
	color: #fff;
	margin:15px;
	border-radius:5px;
	font-weight:bold;
}
.ocultaDocumentos:hover{
	padding:15px;
	background-color:#DF0020;
	color: #000;
	margin:15px;
	border-radius:5px;
	cursor:pointer;
}
.nuevoItem::after{
	content:'!';
	color:red;
	font-size:18px;
	font-weight:900;
	border:solid 2px red;
	border-radius:100%;
	box-sizing:border-box;
	padding:0 10px;
	
	
}
/*
.list:nth-child(1) .prueba{
	display:none;
}
*/