/*Responsive coteky*/

@media screen and (max-width: 1300px) {

	body {
	    width: 100%;
	    padding: 3px;
	}

	#footer {
	    width: 100%!important;
	}

	.back-to-top {
		display: none!important;
	}
}

@media screen and (max-width: 935px) {

	.tbody_ver {
		width: 100%;
	    display: block;
	}

	.comentario_ver_ticket {
	    max-width: 100%;
   		min-width: 0px;
	}

	.comentario_ver_ticket_admin {
	    max-width: 100%;
   		min-width: 0px;
	}

	.area_motivo_textarea {
		max-width: 100%;
   		min-width: 0px;
	}

	.coment_colspan3 {
		width: 100%;
	}

	.area_motivo_modal138 {
		min-width: 100%!important;
    	max-width: 0px!important;
	}

	.block_responsive {
		display: block;
	}

}

@media screen and (max-width: 745px) {

	.tabla_busqueda {
	    display: none;
	}
}

@media screen and (max-width: 500px) {
	.regresar_web_session {
	    float: none;
	    display: block;
	}

	.small, small {
	    font-size: 58%;
	    font-weight: 400;
	    display: block;
	}

	.h1_small {
    	margin-top: 45px;
	}

	.no_responsive {
		display: none;
	}

	.right {
    	float: none;
	}
}

@media screen and (max-width: 430px) {
	header {
		text-align: center;
	}

	.header_logo_img {
	    width: 140px;
	    height: 84px;
	}
	
	#main {
	    padding-top: 25px;
	}

	.soporte_tecnico {
		display: block;
		font-size: 24px;
		float: none;
	    margin-top: 15px;
	    text-align: center;
	}
