@charset "utf-8";
txt_pq{
	font-size: 12px;
	font-weight: 700;
	color: #273746;
}
.tr_color:hover{
	background: #e7e8ef;
}
.Recuadro95{
	width: 97%;
	height:auto;
	border:1px solid #89898b;
	background: transparent;
	margin-top:10px;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;	
}
.input_text{
	font-size: 14px;
	color:#333333;
	width: 100%;
	height:20px;
	border:0px solid #a0a0a0;
	border-bottom:2px solid #b8b8b8;
	background: transparent;
	margin-top:5px;
	margin-bottom:5px;
}
.input_button{
	width:99%; 
	font-size:12px; 
	font-weight:300;
	color:#000000; 
	text-align: center; 
	height: 24px; 
	background: #e3e3e3;
	border:1px solid #666666;
	margin-top:5px;
	margin-bottom:5px;
}
.input_button:hover{
	color:#ffffff;
	background: #000000;
	border: 1px solid #000000;
	cursor:pointer;
}

.button_sesion2{
	width:100%; 
	font-size:17px; 
	font-weight:700;
	color:#560756; 
	text-align: center; 
	height: 35px; 
	background: #ecbdf2;
	border:2px solid #560756;
	margin-top:10px;
}
.button_sesion2:hover{
	width:100%; 
	font-size:17px; 
	font-weight:700;
	color:#ecbdf2; 
	text-align: center; 
	height: 35px; 
	background: #560756;
	border:2px solid #ecbdf2;
	margin-top:10px;
	cursor:pointer;
}

@media (max-width: 700px) {
	.input_button{
		font-size:10px;
	}
}
