.panel-body-psu{
	padding: 0 !important;
	height: 85px;
}

.btn-volver{
	width: 64px;
	height: 83px;
	background-color: #1496cc;
	cursor: pointer;
}

.btn-volver img{
	fill: #ffffff;
	width: 50px;
	color: #ffffff;
	margin-top: 15px;
	margin-left: 5px;
}

.contenedor-ensayo{
	height: auto;
	width: 100%;
	position: relative;
	margin-bottom: 0;
	bottom: 0;
	top: 0;
	

}

.banner{
	background-color: black;
	width: 100%;
	height: 247px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 15px;
}

.content {
    min-width: 320px;
	padding: 10px 0 0 !important;
}

.columna-botones{
	background-color: #000000;
}

.btn-acceso{
	height: 60px;
	width: 100%;
	background-color: #444444;
	color: #ffffff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content:center;
	border-right: 10px solid #FFDB00;
	margin-bottom: 1px;
	cursor: pointer;
}

.btn-acceso:hover{
	background-color: #FFDB00;
	color: #000000;
}

.btn-acceso-2{
	height: 64px;
	width: 100%;
	background-color: #C23824;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content:center;
	cursor: pointer;
}

.btn-acceso-2:hover{
	background-color: #732115;
}


.portada-contentido-inferior{
	background-color: white;
	width: 100%;
	height: auto;
		margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.portada-contentido-inferior-izquierda{
	margin-top: 20px;
}

.portada-contentido-inferior-derecha{
		
	display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 20px;
}

.portada-contentido-inferior-derecha-rotulos{
	width: 169px;
	float: left;
	position: relative;
	clear: both;
}

.portada-contentido-inferior-derecha-textos{
	width: calc(100% - 169px);
	float: left;
	position: relative;
	text-align: left;
	padding-left: 10px;
}

.contenedor-portada-descripciones{
	display: flex;
	align-items: center;
	justify-content:center;
	margin-bottom: 5px;
}

.portada-contentido-inferior-izquierda-titulo{
	text-align: left;
	font-size: 16px;
	color: #FF5900;
	margin-bottom: 20px;
}
.portada-contentido-inferior-izquierda-texto{
	text-align: left;
	font-size: 14px;
	color: #444444;
}

.titulo-informe-detalle {
    float: left;
    margin-left: 10px;
	margin-top: 15px;
}

.titulo-informe-detalle span{
	font-weight: 600;
    font-size: 22px;
    margin-bottom: 3px;
	color: #777;
	line-height: 30px;
	
}

.titulo-informe-detalle h2{
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 3px;
	color: #989898;
}






