#pLogout {
    width: max-content;
}

/* ARRIBA CABECERA NUEVA*/
/* COLORES EUROCYBCAR 
AMARILLO -- #FFCC33
NEGRO -- #494848
GRIS OSCURO -- #777777
GRIS CLARO -- #BEBEBE

-PRESUPONE-

BLANCO #FFFFFF 
NEGRO #000000
*/
body {
	margin: 0;
}
.logoC {
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.button {
	position: relative;
	display:block;
	padding: 12px 24px;
	margin: .3em 0 1em 0;
	width: 150px;
	/* vertical-align: middle; */
	color: #ffff;
	font-size: 16px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	letter-spacing: 1px;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #e5b72d;
	cursor: pointer;
	transition: all 0.15s ease;
	border-radius: 10px;
	
}
.formu {
	width: 380px;
	margin: 2em auto;
	padding: 1.1em 2em 1em 2em;
	background: #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}

.noDec{
	text-decoration: none;
	color:  #636363;
}
.group { 
	position: relative; 
	margin-bottom: 45px; 
}

/* .group { 
	align-self: center; 
	margin-bottom: 45px; 
} */

.button-39 {
	background-color: #FFFFFF;
	border: 1px solid rgb(209,213,219);
	border-radius: .5rem;
	box-sizing: border-box;
	color: #111827;
	font-size: .875rem;
	font-weight: 600;
	line-height: .8rem;
	padding: .75rem 1rem;
	text-align: center;
	text-decoration: none #D1D5DB solid;
	text-decoration-thickness: auto;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button-39:hover {
background-color: rgb(249,250,251);
}

.button-39:focus {
outline: 2px solid transparent;
outline-offset: 2px;
}

.button-39:focus-visible {
box-shadow: none;
}


input[type=text], select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
input[type=email], select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
input[type=password], select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=submit] {
	width: 100%;
	background-color: #FFCC33;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	
}

input[type=submit]:hover {
	background-color: #e5b72d;	
}

.button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
  background: #FFCC33;
  text-shadow: 1px 1px 0 rgba(209, 228, 125, 0.5);
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* width: 20%;
	background-color: #f1f1f1;
	position: fixed; */
	height: 100%;
	overflow: auto;
}

li a {
	display: block;
	color: #000;
	padding: 8px 16px;
	text-decoration: none;
}

p {
	border-radius: 2px;
	padding: 5px;
  }

.container {
    /* display: flex; */
	position: fixed;
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
}
nav {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	/* position: fixed; */
}



.item {
	display: flex;
	width:max-content;  
	flex-direction: row;
	flex-wrap: nowrap;
	height: 70px;
	align-items: center;
	color: #BEBEBE;
}


.item2 {
	display: flex;
	width:max-content;  
	/* flex-direction: column; */
	flex-wrap: nowrap;
	width: 200px;
	height: 70px;
	justify-content: space-around;
	align-items: center;
}
.lista {
	display: flex;
	flex-direction: column;
	align-self:self-start;
	padding-left: 200px;
	width: 800px;
}


.linea-separadora {
	border-top: 0px;
  	border-bottom: 2px solid #e8e8e8;
 	margin: 0;
	background-color: #FFFFFF;
}

img {
	height: 100%;
	/* width: fit-content; */
  }

.centrar {
	text-align: center;
}

main h1{
	display: flex;
	text-align: center;
	color: #777777;
	align-self: center;
}


.boton2 {
	text-align: center;
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	display: inline-block;
	background: #fafafa;
	color: #777777;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
	background: transparent;
}

footer { 
	text-align: center; 
}

footer p {
	color: #888;
	font-size: 13px;
	letter-spacing: .4px;
}

footer a {
	color: #4a89dc;
	text-decoration: none;
	transition: all .2s ease;
}

footer a:hover {
	color: #666;
	text-decoration: underline;
}

footer img {
	width: 80px;
	transition: all .2s ease;
}

footer img:hover { opacity: .83; }

footer img:focus , footer a:focus { outline: none; }