body{
	background: white;
	font-size: normal;
}

a{
	color:rgb(255, 255, 255) !important;
}
.columna1{
	background-color: rgb(70, 70, 70);
	color: white;
	padding: 30px 20px 20px 60px;
	height: 600px;
	overflow: auto;
}

.textoCentrado{
	text-align: center;
}

.textoJustificado{
	text-align: justify;
}

.columna2 img{
	width: 100%;
	height: 100%;
}



.columna2{
	padding: 0px;
	/*max-height: 600px;*/
	overflow: auto;
}

.columna1 img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
    
}

.btn-link img{
	margin-left: 10px;
	margin-top: 8px;
    width:12px;
}
.btn-link{
	padding: 0px;
	color:white;
   
}

.sinMargen{
	margin: 0px;
}

.fondoPresentacion{
	background-color: white;
	
	padding: 30px;
}

.fondoPresentacion h2{
	text-decoration: underline;

	text-decoration-color: rgb(217, 57, 84);
}

.letra span, .letra p{
	font-size: medium !important;
	text-align: left !important;
}

.letra strong span{
	color: rgb(224, 48, 30) !important;
	font-size: large !important;
}
.letra table{
	border:2px solid rgb(125, 125, 125) !important;
}
.letra td{
	padding: 20px;
	border:1px solid rgb(125, 125, 125) !important;
}
.letra a{
	color:rgb(217, 57, 84) !important;
}

.letra2{
	font-size: 1.5rem;
	color: white;
	font-weight: 500;
	margin-left: 10px;
}

.letra3{
	font-size: 1.2rem;
	color: white;
	font-weight: 500;
	text-align: left;
}

.btn-link:hover{
	color: white;
}

#e5 textarea, textarea.form-control{
	width: 100% !important;
	border:2px rgb(70, 70, 70) solid !important;
	margin-top: 20px !important;
	border-radius: 0px !important;
}

.btn-warning {
	margin-right: 20px;
    border-radius: 0px;
    color: #fff;
    background: rgb(217, 57, 84);
    border-color: rgb(217, 57, 84);
}

.btn-warning:hover {
    background: rgb(224, 48, 30);
    border-color: rgb(224, 48, 30);
    color: #fff;
}

.btn-warning:focus {
    background: rgb(217, 57, 84);
    border-color: rgb(217, 57, 84);
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(217, 57, 84, 0.3);
}

::-webkit-scrollbar{
    width: 6px;
    background-color: rgb(222, 222, 222);
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgb(222, 222, 222);
    opacity: 0.9;
}
::-webkit-scrollbar-thumb{
    background-color: rgb(222, 222, 222);
}
.imgMas1 {
    width:20px!important;
}

.imgMenos1 {
    width:20px!important;
}